/* ============================================
   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 */
.item-25b8 p,
.preview_1fcd,
.south-2373,
.light_9d93,
.yellow-5209,
.fixed-55b3,
.texture-hovered-4ca0,
.active_d831 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.summary-4f80 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.summary-4f80 > *,
.background-wood-4ead,
.item-25b8,
.slider-102c {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .summary-4f80 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .summary-4f80 {
    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 === */
.focus_upper_b9d1 {
  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 */
.focus_upper_b9d1.under_e331 {
  box-shadow: var(--shadow-md);
}

.pagination_wood_d1bc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.hovered-e953 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.status_silver_e643 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.form_5de9 {
  display: none;
}

/* Hide mobile actions on desktop */
.list-5236 {
  display: none;
}

.feature-a2e6 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.feature-a2e6 a:hover,
.feature-a2e6 a.fn-active-53fd {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.carousel-d229 {
  margin-left: 1rem;
}

.tiny_10e9 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.clean-26ba,
.slider_tiny_2d13 {
  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;
}

.clean-26ba {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.clean-26ba: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;
}

.slider_tiny_2d13 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.slider_tiny_2d13: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;
}

.clean-26ba svg,
.slider_tiny_2d13 svg {
  flex-shrink: 0;
}

.cool_56bd {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.thumbnail-iron-0829 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.thumbnail-iron-0829::before,
.thumbnail-iron-0829::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.thumbnail-iron-0829::before {
  top: -7px;
}

.thumbnail-iron-0829::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.detail_dark_33ea {
  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 === */
.tabs-6d1c {
  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);
}

.frame_tiny_4417 {
  margin: 0 0 2rem;
  text-align: center;
}

.tall-2ec0 {
  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;
}

.tall-2ec0:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.active-blue-de6a {
  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);
}

.active-blue-de6a strong {
  color: var(--primary-color);
  font-weight: 700;
}

.under-8e13 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.silver-d888 {
  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;
}

.silver-d888:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.summary_dirty_11af {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.overlay-solid-99f0 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.tooltip_small_c8f7 {
  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);
}

.tooltip_small_c8f7 .header-yellow-cdbb {
  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;
}

.tooltip_small_c8f7 .header-yellow-cdbb svg {
  flex-shrink: 0;
}

.tooltip_small_c8f7 .filter-west-e32d {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.tooltip_small_c8f7 .filter-west-e32d: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);
}

.tooltip_small_c8f7 .column-current-7d4e {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.tooltip_small_c8f7 .column-current-7d4e: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) {
  .tabs-6d1c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .tall-2ec0 {
    max-width: 100%;
  }

  .under-8e13 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .silver-d888 {
    padding: 1rem;
  }

  .summary_dirty_11af {
    font-size: 1.5rem;
  }

  .overlay-solid-99f0 {
    font-size: 0.75rem;
  }

  .active-blue-de6a {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .tooltip_small_c8f7 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .tooltip_small_c8f7 .header-yellow-cdbb {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .under-8e13 {
    grid-template-columns: 1fr;
  }
}

.liquid-1720 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.picture_294c {
  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 === */
.chip-warm-e78e {
  margin-bottom: 2.5rem;
}

.section-brown-3e2d {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.liquid-1720 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.narrow-ddbe {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.border-under-8ba6 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.form_pink_6d0e {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.progress_e750 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.panel-dirty-bc0c {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.outline_5415 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.description-lite-79ad {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.description-lite-79ad svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.preview-7131 {
  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);
}

.bright_47e0 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.shadow_mini_2e6b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.notification_medium_7812 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.clean-ef76 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.south-0636 {
  display: grid;
  gap: 1rem;
}

.feature_black_2fbe {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.banner_e996 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.form-east-1e67 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.glass_24e7 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.west_f2f8 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.upper_30d4 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.upper_30d4 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.preview_1fcd {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.liquid-91ff {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.red-e53d {
  display: grid;
  gap: 2rem;
}

.heading_top_8c00 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.border-under-8ba6 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.narrow-ddbe {
  flex: 1;
}

.progress_e750 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.progress_e750 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.search_af57 {
  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;
}

.panel-dirty-bc0c {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.picture-action-7c7f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.picture-action-7c7f span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.block_2687 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.block_2687 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.first-938e {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.first-938e strong {
  display: block;
  margin-bottom: 0.75rem;
}

.first-938e ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.first-938e li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.description_rough_30a3 {
  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 === */
.label_b822 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.tabs_40f8 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.tertiary-fluid-11f6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.nav-bronze-95d8 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.nav-bronze-95d8 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.nav-bronze-95d8 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.nav-bronze-95d8 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;
}

.nav-bronze-95d8 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.nav-bronze-95d8 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.item-25b8 {
  padding: 3rem 0 5rem;
}

.slider-102c {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.slider-102c.static_5b10 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.south-2373 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.thumbnail-6cbf {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.full-5e70 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.full-5e70 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.blue-dfbc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.inner_b265 {
  text-align: center;
}

.widget_a87f {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.border-83a9 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.chip-161e {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.fixed-55b3 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.light_9d93 {
  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;
}

.light_9d93 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.light_9d93:hover {
  box-shadow: var(--shadow-lg);
}

.light_9d93.header_hot_53f2 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.light_9d93 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.light_9d93 ul {
  margin: 1rem 0;
}

.light_9d93 li {
  margin-bottom: 0.75rem;
}

.bottom_b225 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.footer-fcea {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.footer-fcea a {
  font-weight: 600;
}

/* === Data Tables === */
.tabs_758e {
  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;
}

.tabs_758e table {
  width: 100%;
  min-width: 600px;
}

.tabs_758e thead {
  background-color: var(--primary-color);
  color: white;
}

.tabs_758e th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.tabs_758e td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.tabs_758e tbody tr:hover {
  background-color: var(--bg-secondary);
}

.tabs_758e tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.fixed-963c {
  list-style: none;
  margin: 1.5rem 0;
}

.fixed-963c li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.fixed-963c li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.feature_1827::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-53fd::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 === */
.background-0a6e {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.feature-2846 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.feature-2846 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.feature-2846 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.feature-2846 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.background-0a6e blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.texture-hovered-4ca0 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.texture-hovered-4ca0::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.selected-96e6 {
  position: relative;
  margin-bottom: 3rem;
}

.icon_out_1f24 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.icon_out_1f24 .stale_427a {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}

.sidebar-pressed-a31a {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.sidebar-pressed-a31a h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.sidebar-pressed-a31a ul {
  margin: 1rem 0;
}

.sidebar-pressed-a31a li {
  margin-bottom: 0.75rem;
}

.wrapper_b1ee {
  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 === */
.paragraph_ecee {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.paragraph_ecee h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.focus_a955 {
  list-style: none;
  margin: 1.5rem 0;
}

.focus_a955 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.focus_a955 a {
  font-weight: 600;
}

.logo_last_88fa {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.active_d831 {
  margin: 2.5rem 0;
}

.info_hovered_2771 {
  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;
}

.info_hovered_2771:hover {
  box-shadow: var(--shadow-lg);
}

.info_hovered_2771.progress_static_7dc3 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.focus-54c4 {
  flex-shrink: 0;
}

.focus-54c4 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);
}

.pagination_blue_9c74 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.center-8124,
.gallery_fixed_d7ad,
.texture_56af {
  width: 100%;
  margin: 1.5rem 0;
}

.pink_fabf {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.pink_fabf strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.rough-77b4 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.rough-77b4 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.fast-a099 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.fast-a099 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.complex_5dfd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.steel_4cee {
  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;
}

.steel_4cee:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.steel_4cee.tag_923a {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.steel_4cee .overlay-rough-3e39 {
  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;
}

.steel_4cee h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.badge_7215 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.list-3db1 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.list-3db1 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.notice-thick-56b6 {
  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 === */
.header-yellow-cdbb {
  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;
}

.filter-west-e32d {
  background-color: var(--primary-color);
  color: white;
}

.filter-west-e32d:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.column-current-7d4e {
  background-color: var(--text-secondary);
  color: white;
}

.column-current-7d4e:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.tiny-7517 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.tiny-7517:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.green_4bb6 {
  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;
}

.green_4bb6:hover {
  background-color: var(--primary-dark);
}

.chip-easy-dcae {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.content_cool_6c13 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.header_bf5a {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.widget-20a8 {
  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 === */
.logo_green_1b67 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.notification-light-c8f5 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.notification-light-c8f5 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.hover_out_a139 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.thick_1851 {
  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;
}

.modal-huge-5cb5 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.box-fixed-25e3 {
  list-style: none;
  counter-reset: rank-counter;
}

.box-fixed-25e3 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.box-fixed-25e3 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;
}

.tooltip-0ef9 {
  list-style: none;
}

.tooltip-0ef9 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.table_e860 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.aside-5ce4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.aside-5ce4 .link_wide_1840 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.aside-5ce4 .chip_aa69 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.card-d16d {
  margin-top: 3rem;
}

.video_988f {
  width: 100%;
}

.blue-d153 {
  background-color: #fef3c7;
}

.short-beee {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.chip-lite-5f47 {
  margin: 3rem 0;
}

.over_165d {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.photo_a071 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.photo_a071:hover {
  box-shadow: var(--shadow-lg);
}

.photo_a071.banner_north_ef30 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.tall-29d0 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.mask-current-755c strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.mask-current-755c span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.widget_purple_2e44 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.photo_a071 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.media_91d3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.title-copper-3b81 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.slider-black-c9a7 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.section-329a {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.wood_bf43 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.notification_hard_161a {
  margin-top: 1rem;
}

/* === FAQ Section === */
.heading_507a {
  max-width: 900px;
  margin: 0 auto;
}

.picture-rough-6450 {
  margin: 2rem 0;
}

.primary-a4ca {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.primary-a4ca summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.primary-a4ca summary::-webkit-details-marker {
  display: none;
}

.primary-a4ca summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.hot-2384 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.primary-a4ca[open] .hot-2384 {
  transform: rotate(45deg);
}

.paragraph-liquid-d7ad {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.paragraph-liquid-d7ad p:last-child {
  margin-bottom: 0;
}

.background_aa17 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.paper_f1f6 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.sort-lite-412e {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.sort-lite-412e p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.sort-lite-412e .header-yellow-cdbb {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.element_selected_52dd {
  max-width: 900px;
  margin: 0 auto;
}

.image_pressed_2bfe {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.hidden-2f83 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.hidden-2f83.fn-success-53fd {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.accent_last_7be5 {
  font-size: 3rem;
  line-height: 1;
}

.pressed_a42a h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.photo-plasma-0234 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.copper-df02,
.button-north-a1c0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.copper-df02 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.button-north-a1c0 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.message-2916,
.sort_paper_138c {
  margin: 1.5rem 0;
}

.message-2916 li,
.sort_paper_138c li {
  margin-bottom: 1rem;
}

.pink-d6b5 {
  margin: 3rem 0;
}

.upper-929b {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.upper-929b h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.upper-929b ol {
  margin: 1rem 0;
}

.upper-929b li {
  margin-bottom: 0.75rem;
}

.aside-5191 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.overlay_7346 {
  margin: 2rem 0;
}

.panel-complex-13f2 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.highlight_hovered_c705 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.carousel-4237 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.grid_01bb {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.image-64bf {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.motion-7f46 {
  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;
}

.motion-7f46 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.form_pink_6d0e {
  flex: 1;
}

.form_pink_6d0e h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.accent_95df {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.chip-stale-a778 p {
  margin-bottom: 1rem;
}

.icon_plasma_074b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.highlight-light-44b6 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.tabs-2296 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.tabs-2296 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.overlay-29b4 h3 {
  margin-bottom: 1.5rem;
}

.tabs-03b4 {
  display: grid;
  gap: 2rem;
}

.inner-519f {
  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;
}

.inner-519f img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.inner-519f h4 {
  margin: 0 0 0.25rem;
}

.inner-519f p {
  margin: 0;
  font-size: 0.9375rem;
}

.detail_d6ea {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.tag_e0d4 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.tag_e0d4 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.tag_e0d4 ul {
  margin: 1.5rem 0;
}

.tag_e0d4 li {
  margin-bottom: 0.75rem;
}

.lower_0409 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.chip-e9d2 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.medium_dc27 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.static-714a h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.static-714a p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.backdrop_ad84 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.backdrop_ad84 a {
  color: rgba(255, 255, 255, 0.8);
}

.solid_7e89 {
  list-style: none;
}

.solid_7e89 li {
  margin-bottom: 0.75rem;
}

.solid_7e89 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.solid_7e89 a:hover {
  color: white;
}

.cool-926b {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.hovered_a4cf {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.sort_right_ec9f {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.filter_b937 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.backdrop-easy-539f {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .summary-4f80 {
    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;
  }

  .highlight_center_8693 {
    font-size: 1.5rem !important;
  }

  .section-brown-3e2d {
    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 */
  .light_9d93,
  .yellow-5209,
  .sidebar-pressed-a31a,
  .pagination_blue_9c74,
  .tall-29d0,
  .photo_a071,
  .paragraph-liquid-d7ad,
  .active-blue-de6a,
  .preview_1fcd,
  .south-2373 {
    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 */
  .liquid-1720 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .narrow-ddbe {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .border-under-8ba6 {
    flex-shrink: 0;
  }

  .form_pink_6d0e {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .progress_e750,
  .panel-dirty-bc0c {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .panel-dirty-bc0c {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .status_silver_e643 {
    display: none;
  }

  /* Show mobile actions */
  .list-5236 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .form-18c9 {
    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;
  }

  .form-18c9 svg {
    flex-shrink: 0;
  }

  .form-18c9 .status_east_4b20 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .form-18c9 .dropdown_65bc {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .column_b9cf {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .hot_f584 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .form-18c9:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .form_5de9 {
    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;
  }

  .form_5de9.fn-active-53fd {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .form_5de9 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .form_5de9 li:last-child {
    border-bottom: none;
  }

  .form_5de9 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .feature-a2e6 {
    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;
  }

  .feature-a2e6 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .feature-a2e6 li:last-child {
    border-bottom: none;
  }

  .feature-a2e6 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .carousel-d229 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .tiny_10e9 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .clean-26ba,
  .slider_tiny_2d13 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .clean-26ba {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .slider_tiny_2d13 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .feature-a2e6.fn-active-53fd {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .cool_56bd {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .focus_upper_b9d1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .pagination_wood_d1bc {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .detail_dark_33ea {
    margin-top: 0;
  }

  /* Hero section */
  .detail_dark_33ea {
    padding: 2rem 0 1.5rem;
  }

  .section-brown-3e2d {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .preview_1fcd {
    font-size: 1rem;
  }

  /* Hero brand image */
  .tabs-6d1c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .tall-2ec0 {
    max-width: 100%;
    border-radius: 8px;
  }

  .under-8e13 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .silver-d888 {
    padding: 1rem;
  }

  .summary_dirty_11af {
    font-size: 1.5rem;
  }

  .overlay-solid-99f0 {
    font-size: 0.75rem;
  }

  .active-blue-de6a {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .tooltip_small_c8f7 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .tooltip_small_c8f7 .header-yellow-cdbb {
    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 */
  .tertiary-fluid-11f6 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .info_hovered_2771 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .focus-54c4 {
    margin-bottom: 1rem;
  }

  /* Author */
  .heading_top_8c00 {
    flex-direction: column;
  }

  .motion-7f46 {
    flex-direction: column;
  }

  /* Quotes */
  .tall-29d0 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .photo-plasma-0234 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .grid_01bb {
    flex-direction: column;
  }

  .grid_01bb .header-yellow-cdbb {
    width: 100%;
  }

  /* Version comparison */
  .complex_5dfd {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .logo_green_1b67 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .medium_dc27 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sort_right_ec9f {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .tabs_758e,
  .gallery_fixed_d7ad,
  .pressed-a743,
  .video_988f,
  .center-8124,
  .texture_56af {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tabs_758e table,
  .gallery_fixed_d7ad table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .notice-thick-56b6 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .summary-4f80 {
    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;
  }

  .highlight_center_8693 {
    font-size: 1.25rem !important;
  }

  .section-brown-3e2d {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .focus_upper_b9d1 {
    position: fixed;
  }

  .pagination_wood_d1bc {
    padding: 0.625rem 0;
  }

  .hovered-e953 img {
    height: 26px;
  }

  .feature-a2e6 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .form_5de9 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .form-18c9 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .form-18c9 svg {
    width: 18px;
    height: 18px;
  }

  .form-18c9 .status_east_4b20 {
    font-size: 0.7rem;
  }

  .form-18c9 .dropdown_65bc {
    font-size: 0.65rem;
  }

  .clean-26ba,
  .slider_tiny_2d13 {
    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, .summary-4f80, .background-wood-4ead, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .tabs-6d1c {
    padding: 1rem;
  }

  .under-8e13 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .silver-d888 {
    padding: 0.875rem;
  }

  .summary_dirty_11af {
    font-size: 1.25rem;
  }

  .tooltip_small_c8f7 .header-yellow-cdbb {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .section-brown-3e2d {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .header-yellow-cdbb {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .chip-easy-dcae {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .info_hovered_2771 {
    padding: 1rem;
  }

  .focus-54c4 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .light_9d93,
  .chip_0e87,
  .frame_1a97,
  .advanced_7bb4 {
    padding: 1rem;
  }
}

@media print {
  .focus_upper_b9d1,
  .label_b822,
  .cool_56bd,
  .header-yellow-cdbb,
  .chip-e9d2 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .summary-4f80 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.stone-c4ec {
  margin-bottom: 3rem;
  text-align: center;
}

.highlight_center_8693 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.text-current-3034 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.east-dddc,
.shadow-silver-2d38 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.active-7eb4 {
  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;
}

.active-7eb4:hover {
  transform: translateY(-5px);
}

.active-7eb4 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.active-7eb4 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.gradient-rough-6cdf {
  margin: 3rem 0;
}

.selected_b000 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.hovered-8764 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.hovered-8764:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.header-d520 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.block_gas_aa8c {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.static_b278 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.pressed-c06e {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.sort-soft-69a0 {
  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;
}

.sort-soft-69a0:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.sort-soft-69a0.module_yellow_accd {
  border-left: 4px solid var(--primary-color);
}

.card-center-477a {
  flex-shrink: 0;
}

.card-center-477a svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.down-52f6 {
  flex: 1;
}

.down-52f6 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.status-last-76f9 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.backdrop_white_36cd,
.gallery_14f4,
.lower_4566 {
  margin-bottom: 1.5rem;
}

.backdrop_white_36cd h4,
.gallery_14f4 h4,
.lower_4566 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.backdrop_white_36cd ul,
.gallery_14f4 ul,
.lower_4566 ul {
  list-style: none;
  padding: 0;
}

.backdrop_white_36cd li,
.gallery_14f4 li,
.lower_4566 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.backdrop_white_36cd li:before,
.gallery_14f4 li:before,
.lower_4566 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.hover-out-493c {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.hover-out-493c 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;
}

.hover-out-493c a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.module_iron_4703 { margin: 2rem 0; }
.gallery-4780 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.gallery-4780 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.liquid_9a1c p { margin-bottom: 1rem; line-height: 1.7; }
.liquid_9a1c strong { color: var(--text-primary); }
.liquid_9a1c ul { list-style: none; padding-left: 0; }
.liquid_9a1c ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.liquid_9a1c ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.element-complex-b45e { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.accordion-lite-cab0 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.accordion-lite-cab0:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.box-1b59 { font-size: 3rem; margin-bottom: 1rem; }
.accordion-lite-cab0 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.accordion-lite-cab0 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.cool_76bd { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.cool_76bd span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.article_8bb8 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.wood-0077 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.caption_f197 { text-align: center; }
.shade_brown_5b7b { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.gas_18eb { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.black_6716 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.form-a1f5 { margin: 2rem 0; }
.sort_slow_2bae { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.sort_slow_2bae h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.sort_slow_2bae p, .sort_slow_2bae ul { line-height: 1.7; }
.sort_slow_2bae ul { list-style: none; padding-left: 0; }
.sort_slow_2bae ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.sort_slow_2bae ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.mini-72e8 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.input-5b6d { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.input_2c4c { text-align: center; }
.bronze_29e6 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.smooth-a472 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.tertiary-silver-e669 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.thumbnail-gas-2217 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.accordion_c281 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.accordion_c281:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.accordion_c281 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.accordion_c281 p, .accordion_c281 ul { line-height: 1.7; }
.accordion_c281 ul { list-style: none; padding-left: 0; }
.accordion_c281 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.accordion_c281 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: a4d4 */
.shadow-element-e6 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.1;
}
