/* ============================================
   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 */
.purple_8837 p,
.module-gas-2fbb,
.card-c922,
.east_381f,
.top-020b,
.box_white_e005,
.smooth-cd0d,
.heading_3e22 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.photo_67da {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.photo_67da > *,
.overlay-top-12c1,
.purple_8837,
.photo_red_4fe6 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .photo_67da {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .photo_67da {
    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 === */
.frame-5c50 {
  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 */
.frame-5c50.wrapper-42b5 {
  box-shadow: var(--shadow-md);
}

.bottom_abc8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.hover-easy-c4ef img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.huge_f722 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.hover_8c5c {
  display: none;
}

/* Hide mobile actions on desktop */
.simple-f242 {
  display: none;
}

.form-d2ad a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.form-d2ad a:hover,
.form-d2ad a.fn-active-3363 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.hover-outer-476b {
  margin-left: 1rem;
}

.outer_ae79 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.sort_current_d28b,
.bronze_a718 {
  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;
}

.sort_current_d28b {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.sort_current_d28b: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;
}

.bronze_a718 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.bronze_a718: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;
}

.sort_current_d28b svg,
.bronze_a718 svg {
  flex-shrink: 0;
}

.main-c1b8 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.black_f24d {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.black_f24d::before,
.black_f24d::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.black_f24d::before {
  top: -7px;
}

.black_f24d::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.border_mini_314b {
  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 === */
.dynamic-1dcf {
  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);
}

.border_eacd {
  margin: 0 0 2rem;
  text-align: center;
}

.hover_940b {
  display: block;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover_940b:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.overlay_8ce7 {
  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);
}

.overlay_8ce7 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.row_70e0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.progress_3533 {
  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;
}

.progress_3533:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.dirty_f0ec {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.prev-8fc9 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.sort_882c {
  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);
}

.sort_882c .menu_0ec4 {
  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;
}

.sort_882c .menu_0ec4 svg {
  flex-shrink: 0;
}

.sort_882c .module_4538 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.sort_882c .module_4538: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);
}

.sort_882c .fluid_abf7 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.sort_882c .fluid_abf7: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) {
  .dynamic-1dcf {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .hover_940b {
    max-width: 100%;
  }

  .row_70e0 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .progress_3533 {
    padding: 1rem;
  }

  .dirty_f0ec {
    font-size: 1.5rem;
  }

  .prev-8fc9 {
    font-size: 0.75rem;
  }

  .overlay_8ce7 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .sort_882c {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .sort_882c .menu_0ec4 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .row_70e0 {
    grid-template-columns: 1fr;
  }
}

.cold-75e9 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.table-full-096e {
  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 === */
.module_5670 {
  margin-bottom: 2.5rem;
}

.shade_up_4c6a {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.cold-75e9 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.fixed-066e {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.shade-a5a6 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.element_liquid_2d66 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.lite-ef6c {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.status-clean-8e6e {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.item-3648 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.modal_44f9 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.modal_44f9 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.disabled_13d6 {
  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);
}

.tabs_prev_65cb {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.media-c14c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.dirty_c878 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.gallery_bae4 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.old-0ab6 {
  display: grid;
  gap: 1rem;
}

.panel-f651 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.status-old-2c50 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.media-182d {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.feature-90ef {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.secondary_center_3d60 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.accent-fresh-b549 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.accent-fresh-b549 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.module-gas-2fbb {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.paper_7def {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.disabled_79af {
  display: grid;
  gap: 2rem;
}

.table-cb55 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.shade-a5a6 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.fixed-066e {
  flex: 1;
}

.lite-ef6c {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.lite-ef6c a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.mini-27ad {
  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;
}

.status-clean-8e6e {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.up_08fd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.up_08fd span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.title-yellow-8c5f {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.title-yellow-8c5f a {
  font-size: 0.875rem;
  font-weight: 500;
}

.slider-clean-5e7d {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.slider-clean-5e7d strong {
  display: block;
  margin-bottom: 0.75rem;
}

.slider-clean-5e7d ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.slider-clean-5e7d li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.overlay_orange_8670 {
  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 === */
.badge_complex_f11c {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.main_black_6f89 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.label-full-fb16 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.tiny-0f16 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.tiny-0f16 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.tiny-0f16 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.tiny-0f16 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-0f16 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.tiny-0f16 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.purple_8837 {
  padding: 3rem 0 5rem;
}

.photo_red_4fe6 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.photo_red_4fe6.block_fresh_8849 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.card-c922 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.red_c361 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.shadow-plasma-f056 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.shadow-plasma-f056 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.block-dfb6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.basic-9807 {
  text-align: center;
}

.pro-5531 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.last-32a0 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.purple_0ef5 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.box_white_e005 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.east_381f {
  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;
}

.east_381f * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.east_381f:hover {
  box-shadow: var(--shadow-lg);
}

.east_381f.huge-b65c {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.east_381f h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.east_381f ul {
  margin: 1rem 0;
}

.east_381f li {
  margin-bottom: 0.75rem;
}

.copper_202e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.thumbnail_0adc {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.thumbnail_0adc a {
  font-weight: 600;
}

/* === Data Tables === */
.shadow_78f7 {
  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;
}

.shadow_78f7 table {
  width: 100%;
  min-width: 600px;
}

.shadow_78f7 thead {
  background-color: var(--primary-color);
  color: white;
}

.shadow_78f7 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.shadow_78f7 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.shadow_78f7 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.shadow_78f7 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.module-0dfd {
  list-style: none;
  margin: 1.5rem 0;
}

.module-0dfd li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.module-0dfd li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.hot-a003::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-3363::before {
  content: '⚠';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--warning-color);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
}

/* === Expert Insight Box === */
.logo_motion_3ba6 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.purple_03cc {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.purple_03cc img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.purple_03cc strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.purple_03cc span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.logo_motion_3ba6 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.smooth-cd0d {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.smooth-cd0d::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.texture-b19b {
  position: relative;
  margin-bottom: 3rem;
}

.logo-c7c1 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.logo-c7c1 .article_brown_2dd6 {
  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;
}

.short-3cc7 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.short-3cc7 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.short-3cc7 ul {
  margin: 1rem 0;
}

.short-3cc7 li {
  margin-bottom: 0.75rem;
}

.summary_910f {
  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 === */
.link-green-c318 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.link-green-c318 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.menu-98de {
  list-style: none;
  margin: 1.5rem 0;
}

.menu-98de li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.menu-98de a {
  font-weight: 600;
}

.large_c71c {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.heading_3e22 {
  margin: 2.5rem 0;
}

.grid_450f {
  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;
}

.grid_450f:hover {
  box-shadow: var(--shadow-lg);
}

.grid_450f.light_72c3 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.accent_glass_4ea4 {
  flex-shrink: 0;
}

.accent_glass_4ea4 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);
}

.grid-8268 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.shadow_orange_a63c,
.green_9b32,
.grid_6285 {
  width: 100%;
  margin: 1.5rem 0;
}

.notice-plasma-2063 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.notice-plasma-2063 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.badge_af09 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.badge_af09 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.brown-7968 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.brown-7968 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.steel-79ec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.gold_bc1b {
  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;
}

.gold_bc1b:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.gold_bc1b.primary-copper-42fd {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.gold_bc1b .hovered-4eba {
  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;
}

.gold_bc1b h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.alert-141a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.summary-2398 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.summary-2398 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.module-5911 {
  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 === */
.menu_0ec4 {
  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;
}

.module_4538 {
  background-color: var(--primary-color);
  color: white;
}

.module_4538:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.fluid_abf7 {
  background-color: var(--text-secondary);
  color: white;
}

.fluid_abf7:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.slider_a645 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.slider_a645:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.pressed_38d7 {
  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;
}

.pressed_38d7:hover {
  background-color: var(--primary-dark);
}

.wrapper_tiny_81b9 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.narrow-4baf {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.disabled_8d4d {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.box_81a9 {
  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 === */
.tabs-dynamic-4d49 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.icon_current_a2ce {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.icon_current_a2ce h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.simple-7b80 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.card_middle_8a1b {
  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;
}

.west_5735 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.frame-green-9902 {
  list-style: none;
  counter-reset: rank-counter;
}

.frame-green-9902 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.frame-green-9902 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;
}

.thumbnail_orange_3957 {
  list-style: none;
}

.thumbnail_orange_3957 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.form-16f7 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.complex_f908 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.complex_f908 .list_upper_459c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.complex_f908 .frame-active-7225 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.chip_inner_09d0 {
  margin-top: 3rem;
}

.info-7bf4 {
  width: 100%;
}

.progress-e536 {
  background-color: #fef3c7;
}

.down-1a2a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.hard-1b2c {
  margin: 3rem 0;
}

.carousel_selected_97e4 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.surface-paper-c664 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.surface-paper-c664:hover {
  box-shadow: var(--shadow-lg);
}

.surface-paper-c664.content_lower_c1f7 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.warm-a397 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.avatar_7b10 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.avatar_7b10 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.banner-2c49 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.surface-paper-c664 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.large-e64f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.slow-4528 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.fluid-2e0a {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.message-eb67 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.alert-stale-85d5 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.video-0ef4 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.aside_9cf4 {
  max-width: 900px;
  margin: 0 auto;
}

.search_0639 {
  margin: 2rem 0;
}

.current_cb75 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.current_cb75 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.current_cb75 summary::-webkit-details-marker {
  display: none;
}

.current_cb75 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.small-c5a1 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.current_cb75[open] .small-c5a1 {
  transform: rotate(45deg);
}

.icon_172c {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.icon_172c p:last-child {
  margin-bottom: 0;
}

.border-warm-117f {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.widget-red-cbb3 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.modal_0613 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.modal_0613 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.modal_0613 .menu_0ec4 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.pattern-under-1f16 {
  max-width: 900px;
  margin: 0 auto;
}

.lite_02af {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.grid_white_e06a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.grid_white_e06a.fn-success-3363 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.hidden_hovered_77ce {
  font-size: 3rem;
  line-height: 1;
}

.thumbnail-67fd h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.east-6a03 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.green-e7cd,
.clean-ecb8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.green-e7cd h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.clean-ecb8 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.complex-b4ac,
.first-281f {
  margin: 1.5rem 0;
}

.complex-b4ac li,
.first-281f li {
  margin-bottom: 1rem;
}

.hot-c45c {
  margin: 3rem 0;
}

.tabs-5d58 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.tabs-5d58 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.tabs-5d58 ol {
  margin: 1rem 0;
}

.tabs-5d58 li {
  margin-bottom: 0.75rem;
}

.surface_3ef2 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.disabled_d43d {
  margin: 2rem 0;
}

.hover_tall_9ea6 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.detail_advanced_feef {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.advanced_2202 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.nav-bd77 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.element-inner-f594 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.secondary-focused-5f5d {
  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;
}

.secondary-focused-5f5d img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.element_liquid_2d66 {
  flex: 1;
}

.element_liquid_2d66 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.article-black-8796 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.column-black-bd64 p {
  margin-bottom: 1rem;
}

.tertiary_out_ed1a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.fluid-8845 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.notice-silver-81e7 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.notice-silver-81e7 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.button-paper-d613 h3 {
  margin-bottom: 1.5rem;
}

.overlay-57c9 {
  display: grid;
  gap: 2rem;
}

.sidebar_2077 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.sidebar_2077 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.sidebar_2077 h4 {
  margin: 0 0 0.25rem;
}

.sidebar_2077 p {
  margin: 0;
  font-size: 0.9375rem;
}

.green-7669 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.row-over-5d95 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.row-over-5d95 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.row-over-5d95 ul {
  margin: 1.5rem 0;
}

.row-over-5d95 li {
  margin-bottom: 0.75rem;
}

.search_cool_84e4 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.summary-20b0 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.heading_pressed_64ba {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.badge_3595 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.badge_3595 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.layout_184d {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.layout_184d a {
  color: rgba(255, 255, 255, 0.8);
}

.shade-fd2e {
  list-style: none;
}

.shade-fd2e li {
  margin-bottom: 0.75rem;
}

.shade-fd2e a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.shade-fd2e a:hover {
  color: white;
}

.pattern_in_acca {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.table-3fa4 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.panel_green_d0ff {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.media_orange_443b {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.warm-4962 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .photo_67da {
    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;
  }

  .clean_f8bd {
    font-size: 1.5rem !important;
  }

  .shade_up_4c6a {
    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 */
  .east_381f,
  .top-020b,
  .short-3cc7,
  .grid-8268,
  .warm-a397,
  .surface-paper-c664,
  .icon_172c,
  .overlay_8ce7,
  .module-gas-2fbb,
  .card-c922 {
    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 */
  .cold-75e9 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .fixed-066e {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .shade-a5a6 {
    flex-shrink: 0;
  }

  .element_liquid_2d66 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .lite-ef6c,
  .status-clean-8e6e {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .status-clean-8e6e {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .huge_f722 {
    display: none;
  }

  /* Show mobile actions */
  .simple-f242 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .north_622e {
    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;
  }

  .north_622e svg {
    flex-shrink: 0;
  }

  .north_622e .section_hovered_e8de {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .north_622e .texture-da04 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .link-hard-2c86 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .breadcrumb_e319 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .north_622e:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .hover_8c5c {
    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;
  }

  .hover_8c5c.fn-active-3363 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .hover_8c5c li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .hover_8c5c li:last-child {
    border-bottom: none;
  }

  .hover_8c5c a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .form-d2ad {
    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;
  }

  .form-d2ad li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .form-d2ad li:last-child {
    border-bottom: none;
  }

  .form-d2ad a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .hover-outer-476b {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .outer_ae79 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .sort_current_d28b,
  .bronze_a718 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .sort_current_d28b {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .bronze_a718 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .form-d2ad.fn-active-3363 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .main-c1b8 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .frame-5c50 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .bottom_abc8 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .border_mini_314b {
    margin-top: 0;
  }

  /* Hero section */
  .border_mini_314b {
    padding: 2rem 0 1.5rem;
  }

  .shade_up_4c6a {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .module-gas-2fbb {
    font-size: 1rem;
  }

  /* Hero brand image */
  .dynamic-1dcf {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .hover_940b {
    max-width: 100%;
    border-radius: 8px;
  }

  .row_70e0 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .progress_3533 {
    padding: 1rem;
  }

  .dirty_f0ec {
    font-size: 1.5rem;
  }

  .prev-8fc9 {
    font-size: 0.75rem;
  }

  .overlay_8ce7 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .sort_882c {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .sort_882c .menu_0ec4 {
    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 */
  .label-full-fb16 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .grid_450f {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .accent_glass_4ea4 {
    margin-bottom: 1rem;
  }

  /* Author */
  .table-cb55 {
    flex-direction: column;
  }

  .secondary-focused-5f5d {
    flex-direction: column;
  }

  /* Quotes */
  .warm-a397 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .east-6a03 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .nav-bd77 {
    flex-direction: column;
  }

  .nav-bd77 .menu_0ec4 {
    width: 100%;
  }

  /* Version comparison */
  .steel-79ec {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .tabs-dynamic-4d49 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .heading_pressed_64ba {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .panel_green_d0ff {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .shadow_78f7,
  .green_9b32,
  .heading-new-eb25,
  .info-7bf4,
  .shadow_orange_a63c,
  .grid_6285 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .shadow_78f7 table,
  .green_9b32 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .module-5911 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .photo_67da {
    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;
  }

  .clean_f8bd {
    font-size: 1.25rem !important;
  }

  .shade_up_4c6a {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .frame-5c50 {
    position: fixed;
  }

  .bottom_abc8 {
    padding: 0.625rem 0;
  }

  .hover-easy-c4ef img {
    height: 26px;
  }

  .form-d2ad {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .hover_8c5c {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .north_622e {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .north_622e svg {
    width: 18px;
    height: 18px;
  }

  .north_622e .section_hovered_e8de {
    font-size: 0.7rem;
  }

  .north_622e .texture-da04 {
    font-size: 0.65rem;
  }

  .sort_current_d28b,
  .bronze_a718 {
    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, .photo_67da, .overlay-top-12c1, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .dynamic-1dcf {
    padding: 1rem;
  }

  .row_70e0 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .progress_3533 {
    padding: 0.875rem;
  }

  .dirty_f0ec {
    font-size: 1.25rem;
  }

  .sort_882c .menu_0ec4 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .shade_up_4c6a {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .menu_0ec4 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .wrapper_tiny_81b9 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .grid_450f {
    padding: 1rem;
  }

  .accent_glass_4ea4 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .east_381f,
  .grid_141b,
  .pagination_bc03,
  .simple_e8fc {
    padding: 1rem;
  }
}

@media print {
  .frame-5c50,
  .badge_complex_f11c,
  .main-c1b8,
  .menu_0ec4,
  .summary-20b0 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .photo_67da {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.advanced-e0eb {
  margin-bottom: 3rem;
  text-align: center;
}

.clean_f8bd {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.nav_top_1246 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.lower_8a73,
.complex-8034 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.black_f270 {
  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;
}

.black_f270:hover {
  transform: translateY(-5px);
}

.black_f270 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.black_f270 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.focus-advanced-ca89 {
  margin: 3rem 0;
}

.feature_red_d112 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.primary-bright-a040 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.primary-bright-a040:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.border-6775 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.preview-small-765d {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.media_ed58 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.caption_down_f1c4 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.sidebar_f912 {
  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;
}

.sidebar_f912:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.sidebar_f912.bottom_f931 {
  border-left: 4px solid var(--primary-color);
}

.article-hot-a77a {
  flex-shrink: 0;
}

.article-hot-a77a svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.warm-ddce {
  flex: 1;
}

.warm-ddce h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.action-5373 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.active_74be,
.accordion_wide_97e3,
.label-dynamic-20d1 {
  margin-bottom: 1.5rem;
}

.active_74be h4,
.accordion_wide_97e3 h4,
.label-dynamic-20d1 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.active_74be ul,
.accordion_wide_97e3 ul,
.label-dynamic-20d1 ul {
  list-style: none;
  padding: 0;
}

.active_74be li,
.accordion_wide_97e3 li,
.label-dynamic-20d1 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.active_74be li:before,
.accordion_wide_97e3 li:before,
.label-dynamic-20d1 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.notice_4ebb {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.notice_4ebb 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;
}

.notice_4ebb a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.easy_d16e { margin: 2rem 0; }
.clean_1751 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.clean_1751 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.white-a035 p { margin-bottom: 1rem; line-height: 1.7; }
.white-a035 strong { color: var(--text-primary); }
.white-a035 ul { list-style: none; padding-left: 0; }
.white-a035 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.white-a035 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.section-7327 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.narrow_f66e { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.narrow_f66e:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.primary_d095 { font-size: 3rem; margin-bottom: 1rem; }
.narrow_f66e h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.narrow_f66e p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.feature-5ff6 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.feature-5ff6 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.surface-dark-3051 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.breadcrumb-slow-3cdd { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.lower-6b1c { text-align: center; }
.avatar_left_a541 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.dark_93a0 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.item_6623 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.north-0cb8 { margin: 2rem 0; }
.detail_lower_ada0 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.detail_lower_ada0 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.detail_lower_ada0 p, .detail_lower_ada0 ul { line-height: 1.7; }
.detail_lower_ada0 ul { list-style: none; padding-left: 0; }
.detail_lower_ada0 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.detail_lower_ada0 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.disabled-prev-9ded { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.notification-b21d { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.tall-f8ca { text-align: center; }
.dropdown_north_af0e { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.menu-silver-3960 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.wrapper_stale_7500 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.liquid_c026 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.sort_up_5b9a { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.sort_up_5b9a:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.sort_up_5b9a h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.sort_up_5b9a p, .sort_up_5b9a ul { line-height: 1.7; }
.sort_up_5b9a ul { list-style: none; padding-left: 0; }
.sort_up_5b9a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.sort_up_5b9a ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 708d */
.promo-block-b5 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.2;
}
