/* ============================================
   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 */
.caption_f158 p,
.element-upper-3adc,
.tooltip-stone-e218,
.thumbnail_north_f212,
.down_430c,
.tiny_dcdb,
.popup-9626,
.gold-57ca {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.right-9184 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.right-9184 > *,
.icon_cold_d0e1,
.caption_f158,
.east-ff80 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .right-9184 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .right-9184 {
    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 === */
.yellow-983a {
  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 */
.yellow-983a.primary-77d9 {
  box-shadow: var(--shadow-md);
}

.shadow_fresh_6a19 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.gradient-huge-83bf img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.block-31dc {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.nav_light_5539 {
  display: none;
}

/* Hide mobile actions on desktop */
.warm-1810 {
  display: none;
}

.wood_a787 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.wood_a787 a:hover,
.wood_a787 a.fn-active-3242 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.pagination-blue-94de {
  margin-left: 1rem;
}

.purple-e58e {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.component_8f59,
.progress-5bd5 {
  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;
}

.component_8f59 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.component_8f59: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;
}

.progress-5bd5 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.progress-5bd5: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;
}

.component_8f59 svg,
.progress-5bd5 svg {
  flex-shrink: 0;
}

.fast-f4e3 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.item_in_0c2d {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.item_in_0c2d::before,
.item_in_0c2d::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.item_in_0c2d::before {
  top: -7px;
}

.item_in_0c2d::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.hero-7728 {
  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 === */
.table_1548 {
  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);
}

.slider-brown-0f10 {
  margin: 0 0 2rem;
  text-align: center;
}

.column_paper_80d5 {
  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;
}

.column_paper_80d5:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.tabs-f322 {
  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);
}

.tabs-f322 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.solid-c671 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.wrapper_white_2d69 {
  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;
}

.wrapper_white_2d69:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.image-dab8 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.list-45c7 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.stone-9840 {
  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);
}

.stone-9840 .card-last-ff2e {
  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;
}

.stone-9840 .card-last-ff2e svg {
  flex-shrink: 0;
}

.stone-9840 .detail-a312 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.stone-9840 .detail-a312: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);
}

.stone-9840 .dynamic-f366 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.stone-9840 .dynamic-f366: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) {
  .table_1548 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .column_paper_80d5 {
    max-width: 100%;
  }

  .solid-c671 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .wrapper_white_2d69 {
    padding: 1rem;
  }

  .image-dab8 {
    font-size: 1.5rem;
  }

  .list-45c7 {
    font-size: 0.75rem;
  }

  .tabs-f322 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .stone-9840 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .stone-9840 .card-last-ff2e {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .solid-c671 {
    grid-template-columns: 1fr;
  }
}

.container-tiny-fdf5 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.up-7dd3 {
  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 === */
.notice-light-f843 {
  margin-bottom: 2.5rem;
}

.active_e21f {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.container-tiny-fdf5 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.gradient-6f0e {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.search-fast-5cc4 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.thumbnail-ef67 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.label-bfce {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.smooth-dec8 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.advanced-caf9 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.box_ad31 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.box_ad31 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.video-mini-bdda {
  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);
}

.status_9c6d {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.wrapper-e06f {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.shadow-lite-0e04 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.element-6e6c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.paper_c747 {
  display: grid;
  gap: 1rem;
}

.modal-dark-ce39 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.border_b46c {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.message-2e5d {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.primary-out-5cc3 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.picture-warm-204d {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.sort_solid_5471 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.sort_solid_5471 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.element-upper-3adc {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.accent_1aa7 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.preview_dim_8b86 {
  display: grid;
  gap: 2rem;
}

.slider-4bee {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.search-fast-5cc4 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.gradient-6f0e {
  flex: 1;
}

.label-bfce {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.label-bfce a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.focused-1fb1 {
  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;
}

.smooth-dec8 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.full_b651 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.full_b651 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.old-31f8 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.old-31f8 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.block_24a3 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.block_24a3 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.block_24a3 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.block_24a3 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.thumbnail_current_560c {
  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 === */
.card_f536 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.gas_b214 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.column-solid-6faf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.accordion_wide_849b h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.accordion_wide_849b ol {
  list-style: none;
  counter-reset: toc-counter;
}

.accordion_wide_849b ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.accordion_wide_849b 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;
}

.accordion_wide_849b ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.accordion_wide_849b ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.caption_f158 {
  padding: 3rem 0 5rem;
}

.east-ff80 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.east-ff80.sidebar_simple_47d9 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.tooltip-stone-e218 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.pink-f24e {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.copper_2bcd {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.copper_2bcd h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.background_e835 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.short_aba9 {
  text-align: center;
}

.narrow-9f9b {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.under_4378 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.hard_cd49 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.tiny_dcdb {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.thumbnail_north_f212 {
  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;
}

.thumbnail_north_f212 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.thumbnail_north_f212:hover {
  box-shadow: var(--shadow-lg);
}

.thumbnail_north_f212.gas-52de {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.thumbnail_north_f212 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.thumbnail_north_f212 ul {
  margin: 1rem 0;
}

.thumbnail_north_f212 li {
  margin-bottom: 0.75rem;
}

.breadcrumb-5668 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.light_4f29 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.light_4f29 a {
  font-weight: 600;
}

/* === Data Tables === */
.tertiary-3fa7 {
  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;
}

.tertiary-3fa7 table {
  width: 100%;
  min-width: 600px;
}

.tertiary-3fa7 thead {
  background-color: var(--primary-color);
  color: white;
}

.tertiary-3fa7 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.tertiary-3fa7 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.tertiary-3fa7 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.tertiary-3fa7 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.carousel-1133 {
  list-style: none;
  margin: 1.5rem 0;
}

.carousel-1133 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.carousel-1133 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.small_19a5::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-3242::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 === */
.main_stone_b255 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.brown_0cd2 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.brown_0cd2 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.brown_0cd2 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.brown_0cd2 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.main_stone_b255 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.popup-9626 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.popup-9626::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.modal-new-ba1e {
  position: relative;
  margin-bottom: 3rem;
}

.media-large-d38f {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.media-large-d38f .logo-under-6796 {
  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;
}

.wrapper_cfc9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.wrapper_cfc9 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.wrapper_cfc9 ul {
  margin: 1rem 0;
}

.wrapper_cfc9 li {
  margin-bottom: 0.75rem;
}

.dropdown_bright_8e97 {
  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 === */
.description_e4f3 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.description_e4f3 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.black-0f5b {
  list-style: none;
  margin: 1.5rem 0;
}

.black-0f5b li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.black-0f5b a {
  font-weight: 600;
}

.status_light_6693 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.gold-57ca {
  margin: 2.5rem 0;
}

.green-2c05 {
  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;
}

.green-2c05:hover {
  box-shadow: var(--shadow-lg);
}

.green-2c05.focus_north_84d0 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.heading-short-c068 {
  flex-shrink: 0;
}

.heading-short-c068 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);
}

.backdrop_short_1802 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.picture-4765,
.red_7a20,
.heading_108e {
  width: 100%;
  margin: 1.5rem 0;
}

.filter_medium_3883 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.filter_medium_3883 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.fluid_2e22 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.fluid_2e22 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.blue-e0c3 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.blue-e0c3 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.section_13ab {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.notification_simple_9a08 {
  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;
}

.notification_simple_9a08:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.notification_simple_9a08.mini_a6dd {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.notification_simple_9a08 .info-8442 {
  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;
}

.notification_simple_9a08 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.info_7307 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.layout-3f14 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.layout-3f14 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.component-a1a3 {
  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 === */
.card-last-ff2e {
  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;
}

.detail-a312 {
  background-color: var(--primary-color);
  color: white;
}

.detail-a312:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.dynamic-f366 {
  background-color: var(--text-secondary);
  color: white;
}

.dynamic-f366:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.article-3eed {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.article-3eed:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.label_purple_ce10 {
  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;
}

.label_purple_ce10:hover {
  background-color: var(--primary-dark);
}

.avatar-a8d7 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.component-over-6747 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.border_dirty_d603 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.aside_fast_9cc7 {
  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 === */
.motion-0949 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.hidden_center_9977 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.hidden_center_9977 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.slider_2bab {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.yellow_f6e0 {
  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;
}

.backdrop-purple-8371 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.solid_2a40 {
  list-style: none;
  counter-reset: rank-counter;
}

.solid_2a40 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.solid_2a40 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;
}

.secondary-small-d543 {
  list-style: none;
}

.secondary-small-d543 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.alert_center_50a0 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.section_4201 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.section_4201 .sort-basic-7012 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.section_4201 .under_3dac {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.link-eb85 {
  margin-top: 3rem;
}

.hot_e324 {
  width: 100%;
}

.backdrop_f259 {
  background-color: #fef3c7;
}

.block_plasma_5e7a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.thick_34c5 {
  margin: 3rem 0;
}

.popup-glass-6e86 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.left_fa71 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.left_fa71:hover {
  box-shadow: var(--shadow-lg);
}

.left_fa71.summary_0bd1 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.popup-red-7032 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.header_a125 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.header_a125 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.banner_focused_52f3 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.left_fa71 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.glass_09c8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.banner-last-5443 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.liquid_a308 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.badge_0eaf {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.avatar-purple-7e8f {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.center_dd38 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.content_center_8648 {
  max-width: 900px;
  margin: 0 auto;
}

.under-9efe {
  margin: 2rem 0;
}

.next_feb8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.next_feb8 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.next_feb8 summary::-webkit-details-marker {
  display: none;
}

.next_feb8 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.smooth-9510 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.next_feb8[open] .smooth-9510 {
  transform: rotate(45deg);
}

.preview-d58c {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.preview-d58c p:last-child {
  margin-bottom: 0;
}

.short-9efa {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.tabs-fresh-3da0 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.huge-7022 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.huge-7022 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.huge-7022 .card-last-ff2e {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.feature-cool-92a2 {
  max-width: 900px;
  margin: 0 auto;
}

.popup-hard-da0a {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.form-cool-70a4 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.form-cool-70a4.fn-success-3242 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.sidebar_black_b5df {
  font-size: 3rem;
  line-height: 1;
}

.button-dirty-dc02 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.filter-black-9025 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.bright-6cb2,
.nav_3452 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.bright-6cb2 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.nav_3452 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.item-motion-5cec,
.selected-326a {
  margin: 1.5rem 0;
}

.item-motion-5cec li,
.selected-326a li {
  margin-bottom: 1rem;
}

.progress-6bcd {
  margin: 3rem 0;
}

.badge_yellow_65a7 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.badge_yellow_65a7 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.badge_yellow_65a7 ol {
  margin: 1rem 0;
}

.badge_yellow_65a7 li {
  margin-bottom: 0.75rem;
}

.heading_up_8d77 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.yellow-5cc6 {
  margin: 2rem 0;
}

.logo_4ef6 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.content-3987 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.liquid_accc {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.simple_389e {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.text-up-1f0b {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.tiny-a8ee {
  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;
}

.tiny-a8ee img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.thumbnail-ef67 {
  flex: 1;
}

.thumbnail-ef67 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.first_1773 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.notice_gas_eff5 p {
  margin-bottom: 1rem;
}

.menu_61bf {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.button_lower_9f67 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.modal-37cf {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.modal-37cf a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.frame-medium-cb91 h3 {
  margin-bottom: 1.5rem;
}

.paragraph_rough_e423 {
  display: grid;
  gap: 2rem;
}

.article-cold-62a8 {
  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;
}

.article-cold-62a8 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.article-cold-62a8 h4 {
  margin: 0 0 0.25rem;
}

.article-cold-62a8 p {
  margin: 0;
  font-size: 0.9375rem;
}

.wood-345a {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.steel-4126 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.steel-4126 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.steel-4126 ul {
  margin: 1.5rem 0;
}

.steel-4126 li {
  margin-bottom: 0.75rem;
}

.left_10f7 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.modal_c2c6 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.icon-lite-9e70 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.content_right_b776 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.content_right_b776 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.slider_af51 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.slider_af51 a {
  color: rgba(255, 255, 255, 0.8);
}

.layout-da2d {
  list-style: none;
}

.layout-da2d li {
  margin-bottom: 0.75rem;
}

.layout-da2d a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.layout-da2d a:hover {
  color: white;
}

.notification_c85c {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.tertiary_0044 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.gallery-hot-a678 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.thumbnail-right-b96e {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.column_simple_9075 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .right-9184 {
    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;
  }

  .upper-fc79 {
    font-size: 1.5rem !important;
  }

  .active_e21f {
    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 */
  .thumbnail_north_f212,
  .down_430c,
  .wrapper_cfc9,
  .backdrop_short_1802,
  .popup-red-7032,
  .left_fa71,
  .preview-d58c,
  .tabs-f322,
  .element-upper-3adc,
  .tooltip-stone-e218 {
    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 */
  .container-tiny-fdf5 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .gradient-6f0e {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .search-fast-5cc4 {
    flex-shrink: 0;
  }

  .thumbnail-ef67 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .label-bfce,
  .smooth-dec8 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .smooth-dec8 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .block-31dc {
    display: none;
  }

  /* Show mobile actions */
  .warm-1810 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .element_narrow_f9c3 {
    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;
  }

  .element_narrow_f9c3 svg {
    flex-shrink: 0;
  }

  .element_narrow_f9c3 .short_d2b1 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .element_narrow_f9c3 .info-9e1e {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .menu_a7c0 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .frame_7cb9 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .element_narrow_f9c3:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .nav_light_5539 {
    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;
  }

  .nav_light_5539.fn-active-3242 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav_light_5539 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .nav_light_5539 li:last-child {
    border-bottom: none;
  }

  .nav_light_5539 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .wood_a787 {
    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;
  }

  .wood_a787 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .wood_a787 li:last-child {
    border-bottom: none;
  }

  .wood_a787 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .pagination-blue-94de {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .purple-e58e {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .component_8f59,
  .progress-5bd5 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .component_8f59 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .progress-5bd5 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .wood_a787.fn-active-3242 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .fast-f4e3 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .yellow-983a {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .shadow_fresh_6a19 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .hero-7728 {
    margin-top: 0;
  }

  /* Hero section */
  .hero-7728 {
    padding: 2rem 0 1.5rem;
  }

  .active_e21f {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .element-upper-3adc {
    font-size: 1rem;
  }

  /* Hero brand image */
  .table_1548 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .column_paper_80d5 {
    max-width: 100%;
    border-radius: 8px;
  }

  .solid-c671 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .wrapper_white_2d69 {
    padding: 1rem;
  }

  .image-dab8 {
    font-size: 1.5rem;
  }

  .list-45c7 {
    font-size: 0.75rem;
  }

  .tabs-f322 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .stone-9840 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .stone-9840 .card-last-ff2e {
    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 */
  .column-solid-6faf {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .green-2c05 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .heading-short-c068 {
    margin-bottom: 1rem;
  }

  /* Author */
  .slider-4bee {
    flex-direction: column;
  }

  .tiny-a8ee {
    flex-direction: column;
  }

  /* Quotes */
  .popup-red-7032 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .filter-black-9025 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .simple_389e {
    flex-direction: column;
  }

  .simple_389e .card-last-ff2e {
    width: 100%;
  }

  /* Version comparison */
  .section_13ab {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .motion-0949 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .icon-lite-9e70 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .gallery-hot-a678 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .tertiary-3fa7,
  .red_7a20,
  .in_67a0,
  .hot_e324,
  .picture-4765,
  .heading_108e {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tertiary-3fa7 table,
  .red_7a20 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .component-a1a3 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .right-9184 {
    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;
  }

  .upper-fc79 {
    font-size: 1.25rem !important;
  }

  .active_e21f {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .yellow-983a {
    position: fixed;
  }

  .shadow_fresh_6a19 {
    padding: 0.625rem 0;
  }

  .gradient-huge-83bf img {
    height: 26px;
  }

  .wood_a787 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .nav_light_5539 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .element_narrow_f9c3 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .element_narrow_f9c3 svg {
    width: 18px;
    height: 18px;
  }

  .element_narrow_f9c3 .short_d2b1 {
    font-size: 0.7rem;
  }

  .element_narrow_f9c3 .info-9e1e {
    font-size: 0.65rem;
  }

  .component_8f59,
  .progress-5bd5 {
    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, .right-9184, .icon_cold_d0e1, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .table_1548 {
    padding: 1rem;
  }

  .solid-c671 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .wrapper_white_2d69 {
    padding: 0.875rem;
  }

  .image-dab8 {
    font-size: 1.25rem;
  }

  .stone-9840 .card-last-ff2e {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .active_e21f {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .card-last-ff2e {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .avatar-a8d7 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .green-2c05 {
    padding: 1rem;
  }

  .heading-short-c068 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .thumbnail_north_f212,
  .progress_8791,
  .tiny-f255,
  .narrow-48b8 {
    padding: 1rem;
  }
}

@media print {
  .yellow-983a,
  .card_f536,
  .fast-f4e3,
  .card-last-ff2e,
  .modal_c2c6 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .right-9184 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.photo-b6bd {
  margin-bottom: 3rem;
  text-align: center;
}

.upper-fc79 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.highlight-focused-98f1 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.row-dirty-60e9,
.preview_last_b18d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.input-867f {
  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;
}

.input-867f:hover {
  transform: translateY(-5px);
}

.input-867f strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.input-867f span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.message_39eb {
  margin: 3rem 0;
}

.current_2bc4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.caption_308b {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.caption_308b:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.progress_gold_d103 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.nav-up-50d6 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.lite-c66d {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.advanced_1c0d {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.silver-9ad8 {
  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;
}

.silver-9ad8:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.silver-9ad8.preview_a407 {
  border-left: 4px solid var(--primary-color);
}

.text_73c4 {
  flex-shrink: 0;
}

.text_73c4 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.content_2f29 {
  flex: 1;
}

.content_2f29 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.black_4643 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.picture-hot-1ba1,
.iron_5595,
.gradient-brown-6deb {
  margin-bottom: 1.5rem;
}

.picture-hot-1ba1 h4,
.iron_5595 h4,
.gradient-brown-6deb h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.picture-hot-1ba1 ul,
.iron_5595 ul,
.gradient-brown-6deb ul {
  list-style: none;
  padding: 0;
}

.picture-hot-1ba1 li,
.iron_5595 li,
.gradient-brown-6deb li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.picture-hot-1ba1 li:before,
.iron_5595 li:before,
.gradient-brown-6deb li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.overlay_5e31 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.overlay_5e31 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;
}

.overlay_5e31 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.chip_large_913b { margin: 2rem 0; }
.selected_1998 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.selected_1998 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.table-last-bc09 p { margin-bottom: 1rem; line-height: 1.7; }
.table-last-bc09 strong { color: var(--text-primary); }
.table-last-bc09 ul { list-style: none; padding-left: 0; }
.table-last-bc09 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.table-last-bc09 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.status-daca { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.caption-hot-f630 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.caption-hot-f630:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.card_next_9d23 { font-size: 3rem; margin-bottom: 1rem; }
.caption-hot-f630 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.caption-hot-f630 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.highlight_down_9f01 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.highlight_down_9f01 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.alert_2a57 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.panel_ad8f { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.preview_29d1 { text-align: center; }
.secondary-94f6 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.link-south-6595 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.fixed-970d { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.avatar-in-207e { margin: 2rem 0; }
.active_7f8c { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.active_7f8c h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.active_7f8c p, .active_7f8c ul { line-height: 1.7; }
.active_7f8c ul { list-style: none; padding-left: 0; }
.active_7f8c ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.active_7f8c ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.table_yellow_2187 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.form_under_7cd9 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.lite_8975 { text-align: center; }
.sidebar_basic_6948 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.wrapper_6335 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.row_9fe9 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.motion_88ba { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.preview-soft-ab1b { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.preview-soft-ab1b:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.preview-soft-ab1b h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.preview-soft-ab1b p, .preview-soft-ab1b ul { line-height: 1.7; }
.preview-soft-ab1b ul { list-style: none; padding-left: 0; }
.preview-soft-ab1b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.preview-soft-ab1b ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 7054 */
.phantom-card-g8 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.1;
}
