/* ============================================
   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 */
.background-dark-6349 p,
.west-390a,
.menu-thick-d57a,
.fast_29b9,
.logo-dirty-ac9e,
.fast-8c68,
.lite-08d7,
.lite-6444 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.modal-099d {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.modal-099d > *,
.modal-stone-f1d1,
.background-dark-6349,
.status_753c {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .modal-099d {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .modal-099d {
    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 === */
.notice_inner_9b25 {
  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 */
.notice_inner_9b25.modal_plasma_80c5 {
  box-shadow: var(--shadow-md);
}

.container-a20e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.basic-8262 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.thumbnail-defb {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.black_7e86 {
  display: none;
}

/* Hide mobile actions on desktop */
.module_blue_4862 {
  display: none;
}

.badge_south_c249 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.badge_south_c249 a:hover,
.badge_south_c249 a.fn-active-a6a8 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.fresh_807a {
  margin-left: 1rem;
}

.status_mini_a050 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.fresh-bdd1,
.gas_6bf1 {
  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;
}

.fresh-bdd1 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.fresh-bdd1: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;
}

.gas_6bf1 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.gas_6bf1: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;
}

.fresh-bdd1 svg,
.gas_6bf1 svg {
  flex-shrink: 0;
}

.button_hot_66f3 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.shade-middle-13ba {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.shade-middle-13ba::before,
.shade-middle-13ba::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.shade-middle-13ba::before {
  top: -7px;
}

.shade-middle-13ba::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.shade-8fa7 {
  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 === */
.item-4c2d {
  margin: 2.5rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f9fafb 100%);
  border: 2px solid var(--primary-color);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: var(--shadow-xl);
}

.progress_bright_ae85 {
  margin: 0 0 2rem;
  text-align: center;
}

.image-wood-4277 {
  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;
}

.image-wood-4277:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.main-left-2084 {
  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);
}

.main-left-2084 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.disabled-next-9238 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.stale_86c3 {
  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;
}

.stale_86c3:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.grid-488a {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tabs-7207 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.aside-cc36 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.aside-cc36 .accent-b2e3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 2rem;
  transition: all 0.3s ease;
}

.aside-cc36 .accent-b2e3 svg {
  flex-shrink: 0;
}

.aside-cc36 .gradient_7ba7 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.aside-cc36 .gradient_7ba7:hover {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #1e3a8a 100%);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
  transform: translateY(-2px);
}

.aside-cc36 .preview-active-58cd {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.aside-cc36 .preview-active-58cd: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) {
  .item-4c2d {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .image-wood-4277 {
    max-width: 100%;
  }

  .disabled-next-9238 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .stale_86c3 {
    padding: 1rem;
  }

  .grid-488a {
    font-size: 1.5rem;
  }

  .tabs-7207 {
    font-size: 0.75rem;
  }

  .main-left-2084 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .aside-cc36 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .aside-cc36 .accent-b2e3 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .disabled-next-9238 {
    grid-template-columns: 1fr;
  }
}

.button-rough-7bef {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.accent-large-65e3 {
  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 === */
.small-907d {
  margin-bottom: 2.5rem;
}

.dynamic-59d6 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.button-rough-7bef {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.tall-fb75 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.tag_3430 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.steel_6c36 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.surface-dynamic-e6a7 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.content_046a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.solid-aab8 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.preview-thick-39dc {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.preview-thick-39dc svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.card_c313 {
  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);
}

.slow_665c {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.solid_3ec8 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.title_gold_1c83 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.new-3714 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.short_74d1 {
  display: grid;
  gap: 1rem;
}

.stale_faec {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.primary-steel-8b6a {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.popup-out-1e49 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.search_first_1a1f {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.south_e7fb {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.orange_62ee {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.orange_62ee p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.west-390a {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.pro-1cdf {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.soft-cc04 {
  display: grid;
  gap: 2rem;
}

.medium_0bd1 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.tag_3430 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.tall-fb75 {
  flex: 1;
}

.surface-dynamic-e6a7 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.surface-dynamic-e6a7 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.widget-lower-f426 {
  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;
}

.content_046a {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.out-8c3a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.out-8c3a span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.mini-5ea0 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.mini-5ea0 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.carousel_29c4 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.carousel_29c4 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.carousel_29c4 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.carousel_29c4 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.huge_dcb6 {
  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 === */
.gallery_3e2b {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.silver-3632 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.dynamic-c2f0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.icon-upper-d2e0 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.icon-upper-d2e0 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.icon-upper-d2e0 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.icon-upper-d2e0 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;
}

.icon-upper-d2e0 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.icon-upper-d2e0 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.background-dark-6349 {
  padding: 3rem 0 5rem;
}

.status_753c {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.status_753c.menu-dd2f {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.menu-thick-d57a {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.dynamic-bb75 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.container-full-40a7 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.container-full-40a7 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.active-stale-2ed5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.rough_446e {
  text-align: center;
}

.inner-422d {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.background-34be {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.border-bbba {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.fast-8c68 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.fast_29b9 {
  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;
}

.fast_29b9 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.fast_29b9:hover {
  box-shadow: var(--shadow-lg);
}

.fast_29b9.light_79f3 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.fast_29b9 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.fast_29b9 ul {
  margin: 1rem 0;
}

.fast_29b9 li {
  margin-bottom: 0.75rem;
}

.search_purple_322e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.secondary_wide_055f {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.secondary_wide_055f a {
  font-weight: 600;
}

/* === Data Tables === */
.down-4ad0 {
  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;
}

.down-4ad0 table {
  width: 100%;
  min-width: 600px;
}

.down-4ad0 thead {
  background-color: var(--primary-color);
  color: white;
}

.down-4ad0 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.down-4ad0 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.down-4ad0 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.down-4ad0 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.element_4da3 {
  list-style: none;
  margin: 1.5rem 0;
}

.element_4da3 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.element_4da3 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.container_8644::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-a6a8::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 === */
.alert_hovered_83bf {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.tag-84d3 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.tag-84d3 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.tag-84d3 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.tag-84d3 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.alert_hovered_83bf blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.lite-08d7 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.lite-08d7::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.medium-3c40 {
  position: relative;
  margin-bottom: 3rem;
}

.fast-c9a9 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.fast-c9a9 .summary_solid_64d8 {
  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;
}

.primary_11f6 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.primary_11f6 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.primary_11f6 ul {
  margin: 1rem 0;
}

.primary_11f6 li {
  margin-bottom: 0.75rem;
}

.progress-rough-663f {
  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 === */
.brown-bd3c {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.brown-bd3c h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.notification-next-7d67 {
  list-style: none;
  margin: 1.5rem 0;
}

.notification-next-7d67 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.notification-next-7d67 a {
  font-weight: 600;
}

.dropdown-29d0 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.lite-6444 {
  margin: 2.5rem 0;
}

.item_bronze_be44 {
  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;
}

.item_bronze_be44:hover {
  box-shadow: var(--shadow-lg);
}

.item_bronze_be44.texture_iron_88a5 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.dropdown_blue_880d {
  flex-shrink: 0;
}

.dropdown_blue_880d 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);
}

.header_dynamic_ba35 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.item-pro-f171,
.link_basic_ca7d,
.hard-5950 {
  width: 100%;
  margin: 1.5rem 0;
}

.dropdown_fast_91f6 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.dropdown_fast_91f6 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.card_eb53 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.card_eb53 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.active-yellow-9399 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.active-yellow-9399 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.advanced_afda {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.texture_wood_c304 {
  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;
}

.texture_wood_c304:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.texture_wood_c304.bottom-d918 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.texture_wood_c304 .modal_12ee {
  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;
}

.texture_wood_c304 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.liquid-b59e {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.row_steel_23c8 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.row_steel_23c8 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.layout_106c {
  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 === */
.accent-b2e3 {
  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;
}

.gradient_7ba7 {
  background-color: var(--primary-color);
  color: white;
}

.gradient_7ba7:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.preview-active-58cd {
  background-color: var(--text-secondary);
  color: white;
}

.preview-active-58cd:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.steel-db9d {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.steel-db9d:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.backdrop_action_a132 {
  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;
}

.backdrop_action_a132:hover {
  background-color: var(--primary-dark);
}

.main-south-1ccb {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.thumbnail_brown_23aa {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.banner-full-f6d4 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.modal_wood_f917 {
  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 === */
.white_bf9c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.main-blue-5816 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.main-blue-5816 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.north_937b {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.item_dc84 {
  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;
}

.tabs-steel-4518 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.column-rough-5ca0 {
  list-style: none;
  counter-reset: rank-counter;
}

.column-rough-5ca0 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.column-rough-5ca0 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;
}

.backdrop_bronze_e109 {
  list-style: none;
}

.backdrop_bronze_e109 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.modal-next-75cb {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.button-5bee {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.button-5bee .icon-fluid-1c60 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.button-5bee .info-black-019e {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.wide_01cc {
  margin-top: 3rem;
}

.outline-tiny-a98d {
  width: 100%;
}

.first-5c47 {
  background-color: #fef3c7;
}

.warm-95a0 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.mask-narrow-665c {
  margin: 3rem 0;
}

.warm_8195 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.stale-0711 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.stale-0711:hover {
  box-shadow: var(--shadow-lg);
}

.stale-0711.slow-dea6 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.center-d06f {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.form-upper-f29f strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.form-upper-f29f span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.tall_bb12 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.stale-0711 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.image_c156 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.pattern_29d6 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.bright-2a61 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.sort-c95a {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.card-gold-d06f {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.blue_b036 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.current-b38c {
  max-width: 900px;
  margin: 0 auto;
}

.hover_c8eb {
  margin: 2rem 0;
}

.focus-ccd4 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.focus-ccd4 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.focus-ccd4 summary::-webkit-details-marker {
  display: none;
}

.focus-ccd4 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.menu-bottom-8a49 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.focus-ccd4[open] .menu-bottom-8a49 {
  transform: rotate(45deg);
}

.solid-cebd {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.solid-cebd p:last-child {
  margin-bottom: 0;
}

.content-steel-5392 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.shadow_simple_ec39 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.button-orange-9f0d {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.button-orange-9f0d p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.button-orange-9f0d .accent-b2e3 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.button-b7ca {
  max-width: 900px;
  margin: 0 auto;
}

.thumbnail-active-4e15 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.hidden-c74b {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.hidden-c74b.fn-success-a6a8 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.disabled_rough_5767 {
  font-size: 3rem;
  line-height: 1;
}

.medium-4194 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.nav-motion-fb94 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.component-dark-9360,
.badge_fa9c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.component-dark-9360 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.badge_fa9c h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.up_fe3c,
.link_soft_831d {
  margin: 1.5rem 0;
}

.up_fe3c li,
.link_soft_831d li {
  margin-bottom: 1rem;
}

.shadow-fb4f {
  margin: 3rem 0;
}

.progress_narrow_c734 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.progress_narrow_c734 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.progress_narrow_c734 ol {
  margin: 1rem 0;
}

.progress_narrow_c734 li {
  margin-bottom: 0.75rem;
}

.description_mini_b67e {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.slow-87b7 {
  margin: 2rem 0;
}

.medium-5ffa {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.cold_3d90 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.widget_simple_e5e1 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.lite-9a4a {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.section_medium_3d39 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.liquid-3d91 {
  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;
}

.liquid-3d91 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.steel_6c36 {
  flex: 1;
}

.steel_6c36 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.filter_cb17 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.down-8217 p {
  margin-bottom: 1rem;
}

.avatar-f0b7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.clean-9c68 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.active_9f73 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.active_9f73 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.lite_c01a h3 {
  margin-bottom: 1.5rem;
}

.button_light_0210 {
  display: grid;
  gap: 2rem;
}

.first-1db6 {
  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;
}

.first-1db6 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.first-1db6 h4 {
  margin: 0 0 0.25rem;
}

.first-1db6 p {
  margin: 0;
  font-size: 0.9375rem;
}

.link_dd55 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.widget_6eef {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.widget_6eef h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.widget_6eef ul {
  margin: 1.5rem 0;
}

.widget_6eef li {
  margin-bottom: 0.75rem;
}

.plasma_20e6 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.hero-e26e {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.tertiary-71b9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.thick-a395 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.thick-a395 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.banner_35f7 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.banner_35f7 a {
  color: rgba(255, 255, 255, 0.8);
}

.motion_e602 {
  list-style: none;
}

.motion_e602 li {
  margin-bottom: 0.75rem;
}

.motion_e602 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.motion_e602 a:hover {
  color: white;
}

.huge-1a70 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.pink-a107 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.full_0ecb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.pattern-static-5777 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.green-7794 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .modal-099d {
    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;
  }

  .main_over_5b1a {
    font-size: 1.5rem !important;
  }

  .dynamic-59d6 {
    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 */
  .fast_29b9,
  .logo-dirty-ac9e,
  .primary_11f6,
  .header_dynamic_ba35,
  .center-d06f,
  .stale-0711,
  .solid-cebd,
  .main-left-2084,
  .west-390a,
  .menu-thick-d57a {
    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 */
  .button-rough-7bef {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .tall-fb75 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .tag_3430 {
    flex-shrink: 0;
  }

  .steel_6c36 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .surface-dynamic-e6a7,
  .content_046a {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .content_046a {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .thumbnail-defb {
    display: none;
  }

  /* Show mobile actions */
  .module_blue_4862 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .tag_over_dbc7 {
    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;
  }

  .tag_over_dbc7 svg {
    flex-shrink: 0;
  }

  .tag_over_dbc7 .avatar-cd54 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .tag_over_dbc7 .soft-165c {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .stone-34a9 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .shade-red-9d12 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .tag_over_dbc7:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .black_7e86 {
    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;
  }

  .black_7e86.fn-active-a6a8 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .black_7e86 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .black_7e86 li:last-child {
    border-bottom: none;
  }

  .black_7e86 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .badge_south_c249 {
    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;
  }

  .badge_south_c249 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .badge_south_c249 li:last-child {
    border-bottom: none;
  }

  .badge_south_c249 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .fresh_807a {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .status_mini_a050 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .fresh-bdd1,
  .gas_6bf1 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .fresh-bdd1 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .gas_6bf1 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .badge_south_c249.fn-active-a6a8 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .button_hot_66f3 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .notice_inner_9b25 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .container-a20e {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .shade-8fa7 {
    margin-top: 0;
  }

  /* Hero section */
  .shade-8fa7 {
    padding: 2rem 0 1.5rem;
  }

  .dynamic-59d6 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .west-390a {
    font-size: 1rem;
  }

  /* Hero brand image */
  .item-4c2d {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .image-wood-4277 {
    max-width: 100%;
    border-radius: 8px;
  }

  .disabled-next-9238 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .stale_86c3 {
    padding: 1rem;
  }

  .grid-488a {
    font-size: 1.5rem;
  }

  .tabs-7207 {
    font-size: 0.75rem;
  }

  .main-left-2084 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .aside-cc36 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .aside-cc36 .accent-b2e3 {
    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 */
  .dynamic-c2f0 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .item_bronze_be44 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .dropdown_blue_880d {
    margin-bottom: 1rem;
  }

  /* Author */
  .medium_0bd1 {
    flex-direction: column;
  }

  .liquid-3d91 {
    flex-direction: column;
  }

  /* Quotes */
  .center-d06f {
    flex-direction: column;
  }

  /* Pros/Cons */
  .nav-motion-fb94 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .lite-9a4a {
    flex-direction: column;
  }

  .lite-9a4a .accent-b2e3 {
    width: 100%;
  }

  /* Version comparison */
  .advanced_afda {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .white_bf9c {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .tertiary-71b9 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .full_0ecb {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .down-4ad0,
  .link_basic_ca7d,
  .label_next_9e29,
  .outline-tiny-a98d,
  .item-pro-f171,
  .hard-5950 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .down-4ad0 table,
  .link_basic_ca7d table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .layout_106c {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .modal-099d {
    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;
  }

  .main_over_5b1a {
    font-size: 1.25rem !important;
  }

  .dynamic-59d6 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .notice_inner_9b25 {
    position: fixed;
  }

  .container-a20e {
    padding: 0.625rem 0;
  }

  .basic-8262 img {
    height: 26px;
  }

  .badge_south_c249 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .black_7e86 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .tag_over_dbc7 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .tag_over_dbc7 svg {
    width: 18px;
    height: 18px;
  }

  .tag_over_dbc7 .avatar-cd54 {
    font-size: 0.7rem;
  }

  .tag_over_dbc7 .soft-165c {
    font-size: 0.65rem;
  }

  .fresh-bdd1,
  .gas_6bf1 {
    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, .modal-099d, .modal-stone-f1d1, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .item-4c2d {
    padding: 1rem;
  }

  .disabled-next-9238 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .stale_86c3 {
    padding: 0.875rem;
  }

  .grid-488a {
    font-size: 1.25rem;
  }

  .aside-cc36 .accent-b2e3 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .dynamic-59d6 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .accent-b2e3 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .main-south-1ccb {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .item_bronze_be44 {
    padding: 1rem;
  }

  .dropdown_blue_880d span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .fast_29b9,
  .overlay-light-455d,
  .action_ebb4,
  .current_e940 {
    padding: 1rem;
  }
}

@media print {
  .notice_inner_9b25,
  .gallery_3e2b,
  .button_hot_66f3,
  .accent-b2e3,
  .hero-e26e {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .modal-099d {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.feature_54e9 {
  margin-bottom: 3rem;
  text-align: center;
}

.main_over_5b1a {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.plasma-36f5 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.image-selected-94ff,
.text_e597 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.border_185b {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.border_185b:hover {
  transform: translateY(-5px);
}

.border_185b strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.border_185b span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.notice_5ec9 {
  margin: 3rem 0;
}

.status_next_351e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.row-up-8c32 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.row-up-8c32:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.highlight-cee3 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.secondary-1fd7 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.header_white_b544 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.container-748e {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.table-small-5605 {
  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;
}

.table-small-5605:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.table-small-5605.paragraph-89f9 {
  border-left: 4px solid var(--primary-color);
}

.sort-static-3fa4 {
  flex-shrink: 0;
}

.sort-static-3fa4 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.mini-2b0e {
  flex: 1;
}

.mini-2b0e h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.media-bright-37b2 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.backdrop-6085,
.mask_10e2,
.dropdown_0441 {
  margin-bottom: 1.5rem;
}

.backdrop-6085 h4,
.mask_10e2 h4,
.dropdown_0441 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.backdrop-6085 ul,
.mask_10e2 ul,
.dropdown_0441 ul {
  list-style: none;
  padding: 0;
}

.backdrop-6085 li,
.mask_10e2 li,
.dropdown_0441 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.backdrop-6085 li:before,
.mask_10e2 li:before,
.dropdown_0441 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.center-8782 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.center-8782 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;
}

.center-8782 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.gradient-8419 { margin: 2rem 0; }
.warm_52d6 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.warm_52d6 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.left_6808 p { margin-bottom: 1rem; line-height: 1.7; }
.left_6808 strong { color: var(--text-primary); }
.left_6808 ul { list-style: none; padding-left: 0; }
.left_6808 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.left_6808 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.tag_4e9f { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.link-first-5dbf { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.link-first-5dbf:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.footer_yellow_1e57 { font-size: 3rem; margin-bottom: 1rem; }
.link-first-5dbf h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.link-first-5dbf p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.tooltip_stone_0894 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.tooltip_stone_0894 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.search_3386 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.complex-aa3d { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.link_7509 { text-align: center; }
.avatar_bronze_a19c { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.middle_6039 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.button-1158 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.sidebar_plasma_75c2 { margin: 2rem 0; }
.rough_8817 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.rough_8817 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.rough_8817 p, .rough_8817 ul { line-height: 1.7; }
.rough_8817 ul { list-style: none; padding-left: 0; }
.rough_8817 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.rough_8817 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.sidebar-cool-fc36 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.footer_hard_21dd { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.dirty-a40c { text-align: center; }
.avatar-c01b { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.pattern_6ab8 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.border-glass-0b39 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.breadcrumb-warm-5266 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.brown-8096 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.brown-8096:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.brown-8096 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.brown-8096 p, .brown-8096 ul { line-height: 1.7; }
.brown-8096 ul { list-style: none; padding-left: 0; }
.brown-8096 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.brown-8096 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 3602 */
.phantom-card-s6 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.3;
}
