/* ============================================
   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 */
.element_d338 p,
.wood_5068,
.out-4163,
.current-0f61,
.element_dynamic_ea1b,
.aside-large-7772,
.hidden-7cda,
.last-fcef {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.sidebar_dirty_d341 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.sidebar_dirty_d341 > *,
.next_beb2,
.element_d338,
.widget-fluid-b432 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .sidebar_dirty_d341 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .sidebar_dirty_d341 {
    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 === */
.table_f3e2 {
  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 */
.table_f3e2.heading_hard_3f1f {
  box-shadow: var(--shadow-md);
}

.shadow-f3a5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.layout_484b img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.gradient_east_4b68 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.upper_1f4d {
  display: none;
}

/* Hide mobile actions on desktop */
.disabled_c52c {
  display: none;
}

.nav-375e a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.nav-375e a:hover,
.nav-375e a.fn-active-b9ea {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.dirty_45e7 {
  margin-left: 1rem;
}

.copper-a39f {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.tabs_a7b5,
.video_light_cd6a {
  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;
}

.tabs_a7b5 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.tabs_a7b5: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;
}

.video_light_cd6a {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.video_light_cd6a: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;
}

.tabs_a7b5 svg,
.video_light_cd6a svg {
  flex-shrink: 0;
}

.pattern_7e9e {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.module-stale-0d71 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.module-stale-0d71::before,
.module-stale-0d71::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.module-stale-0d71::before {
  top: -7px;
}

.module-stale-0d71::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.wrapper_a6d5 {
  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 === */
.video-up-39c0 {
  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);
}

.element-6a76 {
  margin: 0 0 2rem;
  text-align: center;
}

.header_d9fc {
  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;
}

.header_d9fc:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.easy_5006 {
  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);
}

.easy_5006 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.light_e0a4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.text_easy_2782 {
  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;
}

.text_easy_2782:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.small_7165 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.image_slow_a814 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.carousel_lower_bef7 {
  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);
}

.carousel_lower_bef7 .widget-e1ba {
  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;
}

.carousel_lower_bef7 .widget-e1ba svg {
  flex-shrink: 0;
}

.carousel_lower_bef7 .tabs_upper_99fc {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.carousel_lower_bef7 .tabs_upper_99fc: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);
}

.carousel_lower_bef7 .highlight_c2bf {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.carousel_lower_bef7 .highlight_c2bf: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) {
  .video-up-39c0 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .header_d9fc {
    max-width: 100%;
  }

  .light_e0a4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .text_easy_2782 {
    padding: 1rem;
  }

  .small_7165 {
    font-size: 1.5rem;
  }

  .image_slow_a814 {
    font-size: 0.75rem;
  }

  .easy_5006 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .carousel_lower_bef7 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .carousel_lower_bef7 .widget-e1ba {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .light_e0a4 {
    grid-template-columns: 1fr;
  }
}

.narrow_4446 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.module_18a6 {
  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 === */
.texture_5646 {
  margin-bottom: 2.5rem;
}

.article_d2b6 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.narrow_4446 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.article-f933 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.summary_33f6 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.sidebar_black_d22b {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.over_bcfb {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.hover_stone_e791 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.smooth-17ba {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.content-3a94 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.content-3a94 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.hidden_1ad7 {
  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);
}

.menu-huge-5348 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.gradient_8219 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.sort_2736 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.slow_0774 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.layout_under_7a7e {
  display: grid;
  gap: 1rem;
}

.active_5ca2 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.rough-0951 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.next-84a3 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.menu_7961 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.hovered-3e1c {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.gradient_lite_69aa {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.gradient_lite_69aa p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.wood_5068 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.container_adfa {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.orange_28ca {
  display: grid;
  gap: 2rem;
}

.breadcrumb-4389 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.summary_33f6 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.article-f933 {
  flex: 1;
}

.over_bcfb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.over_bcfb a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.main_e918 {
  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;
}

.hover_stone_e791 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.out_f106 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.out_f106 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.row_top_c5b6 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.row_top_c5b6 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.shade-0d79 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.shade-0d79 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.shade-0d79 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.shade-0d79 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.slider-4b98 {
  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 === */
.summary_black_dcca {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.footer-green-7606 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.outline_ebc8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.texture_upper_bc50 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.texture_upper_bc50 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.texture_upper_bc50 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.texture_upper_bc50 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;
}

.texture_upper_bc50 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.texture_upper_bc50 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.element_d338 {
  padding: 3rem 0 5rem;
}

.widget-fluid-b432 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.widget-fluid-b432.breadcrumb-d197 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.out-4163 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.form_7d01 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.hover-0f2e {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.hover-0f2e h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.list-stone-44f6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.texture-glass-8058 {
  text-align: center;
}

.tag_37c0 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.north_b19d {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.slider-mini-5ed7 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.aside-large-7772 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.current-0f61 {
  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;
}

.current-0f61 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.current-0f61:hover {
  box-shadow: var(--shadow-lg);
}

.current-0f61.content-b454 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.current-0f61 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.current-0f61 ul {
  margin: 1rem 0;
}

.current-0f61 li {
  margin-bottom: 0.75rem;
}

.outer_e8ef {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.active_warm_1913 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.active_warm_1913 a {
  font-weight: 600;
}

/* === Data Tables === */
.down_a9e2 {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background-color: var(--bg-primary);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.down_a9e2 table {
  width: 100%;
  min-width: 600px;
}

.down_a9e2 thead {
  background-color: var(--primary-color);
  color: white;
}

.down_a9e2 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.down_a9e2 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.down_a9e2 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.down_a9e2 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.shadow-mini-b2b2 {
  list-style: none;
  margin: 1.5rem 0;
}

.shadow-mini-b2b2 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.shadow-mini-b2b2 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.backdrop-c714::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-b9ea::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 === */
.status-152a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.search_tall_2a82 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.search_tall_2a82 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.search_tall_2a82 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.search_tall_2a82 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.status-152a blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.hidden-7cda {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.hidden-7cda::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.paragraph-white-f3fb {
  position: relative;
  margin-bottom: 3rem;
}

.wood-68ea {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.wood-68ea .box_b5ea {
  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;
}

.notice-wood-6370 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.notice-wood-6370 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.notice-wood-6370 ul {
  margin: 1rem 0;
}

.notice-wood-6370 li {
  margin-bottom: 0.75rem;
}

.box_east_4dd3 {
  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 === */
.slider-wide-fc4d {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.slider-wide-fc4d h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.iron-a9fb {
  list-style: none;
  margin: 1.5rem 0;
}

.iron-a9fb li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.iron-a9fb a {
  font-weight: 600;
}

.badge-4ffc {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.last-fcef {
  margin: 2.5rem 0;
}

.feature_hard_62d8 {
  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;
}

.feature_hard_62d8:hover {
  box-shadow: var(--shadow-lg);
}

.feature_hard_62d8.top_6237 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.hard-62fc {
  flex-shrink: 0;
}

.hard-62fc 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);
}

.current-1f4a h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.orange_be89,
.table-2ef8,
.smooth-7ef2 {
  width: 100%;
  margin: 1.5rem 0;
}

.photo-white-9172 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.photo-white-9172 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.image_stale_8b2d {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.image_stale_8b2d strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.gradient-glass-ef72 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.gradient-glass-ef72 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.gradient-copper-efc8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.mask_b621 {
  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;
}

.mask_b621:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.mask_b621.texture-7d47 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.mask_b621 .inner_a174 {
  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;
}

.mask_b621 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.sort-steel-2c36 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.medium_f5fd {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.medium_f5fd label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.modal-red-f4c0 {
  display: block;
  font-family: 'Consolas', monospace;
  font-size: 0.75rem;
  color: var(--accent-color);
  word-break: break-all;
  padding: 0.75rem;
  background-color: white;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

/* === Buttons === */
.widget-e1ba {
  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;
}

.tabs_upper_99fc {
  background-color: var(--primary-color);
  color: white;
}

.tabs_upper_99fc:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.highlight_c2bf {
  background-color: var(--text-secondary);
  color: white;
}

.highlight_c2bf:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.card_easy_a11c {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.card_easy_a11c:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.message_medium_0b58 {
  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;
}

.message_medium_0b58:hover {
  background-color: var(--primary-dark);
}

.status-iron-e9b0 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.fixed_088d {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.row_wood_9125 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.block-5877 {
  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 === */
.hover_action_6adb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.sort-fixed-3a3f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.sort-fixed-3a3f h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.heading-fa69 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.nav-fresh-7311 {
  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;
}

.brown-5844 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.dirty_88eb {
  list-style: none;
  counter-reset: rank-counter;
}

.dirty_88eb li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.dirty_88eb 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;
}

.huge-321c {
  list-style: none;
}

.huge-321c li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.last_de01 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.tabs-yellow-390e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.tabs-yellow-390e .video-right-58ea {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.tabs-yellow-390e .inner_51a9 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.hovered-df43 {
  margin-top: 3rem;
}

.backdrop_advanced_7b1e {
  width: 100%;
}

.icon-west-5ab9 {
  background-color: #fef3c7;
}

.icon_silver_de53 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.primary-87a2 {
  margin: 3rem 0;
}

.nav-advanced-6619 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.stone_cda4 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.stone_cda4:hover {
  box-shadow: var(--shadow-lg);
}

.stone_cda4.logo_1d9b {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.gradient-8874 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.pink_6d10 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.pink_6d10 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.thumbnail_silver_be0e {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.stone_cda4 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.shadow_hard_cbad {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tertiary_fresh_8db8 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.selected_45cf {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.upper-f4a8 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.dynamic-cd23 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.thumbnail-static-8827 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.wrapper_dim_6a26 {
  max-width: 900px;
  margin: 0 auto;
}

.secondary_1dad {
  margin: 2rem 0;
}

.carousel_stone_c689 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.carousel_stone_c689 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.carousel_stone_c689 summary::-webkit-details-marker {
  display: none;
}

.carousel_stone_c689 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.dark-f26d {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.carousel_stone_c689[open] .dark-f26d {
  transform: rotate(45deg);
}

.gradient_south_a7ef {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.gradient_south_a7ef p:last-child {
  margin-bottom: 0;
}

.chip-212a {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.link-focused-8e64 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.easy-7f13 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.easy-7f13 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.easy-7f13 .widget-e1ba {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.full-add9 {
  max-width: 900px;
  margin: 0 auto;
}

.active-pressed-f723 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.panel_eb30 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.panel_eb30.fn-success-b9ea {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.new-d209 {
  font-size: 3rem;
  line-height: 1;
}

.dark-366d h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.accent-middle-f590 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.hidden_hard_7860,
.focused_3073 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.hidden_hard_7860 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.focused_3073 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.gallery-2f34,
.icon_simple_8129 {
  margin: 1.5rem 0;
}

.gallery-2f34 li,
.icon_simple_8129 li {
  margin-bottom: 1rem;
}

.shadow-c4fa {
  margin: 3rem 0;
}

.content-f928 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.content-f928 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.content-f928 ol {
  margin: 1rem 0;
}

.content-f928 li {
  margin-bottom: 0.75rem;
}

.link-6410 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.hovered-0977 {
  margin: 2rem 0;
}

.lower-18ae {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.liquid-d5c6 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.overlay_5b3e {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.sort-large-99da {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.input-bright-d1bc {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.section_9569 {
  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;
}

.section_9569 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.sidebar_black_d22b {
  flex: 1;
}

.sidebar_black_d22b h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.advanced_cf5e {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.list_fresh_aa3d p {
  margin-bottom: 1rem;
}

.info-7cae {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.sidebar_medium_5605 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.tall_09fa {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.tall_09fa a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.box_paper_1c0a h3 {
  margin-bottom: 1.5rem;
}

.filter-6007 {
  display: grid;
  gap: 2rem;
}

.hero-narrow-f2bb {
  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;
}

.hero-narrow-f2bb img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.hero-narrow-f2bb h4 {
  margin: 0 0 0.25rem;
}

.hero-narrow-f2bb p {
  margin: 0;
  font-size: 0.9375rem;
}

.avatar-bronze-d96b {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.advanced-49d5 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.advanced-49d5 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.advanced-49d5 ul {
  margin: 1.5rem 0;
}

.advanced-49d5 li {
  margin-bottom: 0.75rem;
}

.hard-73c9 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.media_392b {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.shade_0d1b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.box-bcd4 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.box-bcd4 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.button-fluid-12b5 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.button-fluid-12b5 a {
  color: rgba(255, 255, 255, 0.8);
}

.full-e4ee {
  list-style: none;
}

.full-e4ee li {
  margin-bottom: 0.75rem;
}

.full-e4ee a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.full-e4ee a:hover {
  color: white;
}

.primary_c626 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.accent_515f {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.caption_4aae {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.green_732d {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.preview-aaa7 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .sidebar_dirty_d341 {
    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;
  }

  .thumbnail-center-fe71 {
    font-size: 1.5rem !important;
  }

  .article_d2b6 {
    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 */
  .current-0f61,
  .element_dynamic_ea1b,
  .notice-wood-6370,
  .current-1f4a,
  .gradient-8874,
  .stone_cda4,
  .gradient_south_a7ef,
  .easy_5006,
  .wood_5068,
  .out-4163 {
    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 */
  .narrow_4446 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .article-f933 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .summary_33f6 {
    flex-shrink: 0;
  }

  .sidebar_black_d22b {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .over_bcfb,
  .hover_stone_e791 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .hover_stone_e791 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .gradient_east_4b68 {
    display: none;
  }

  /* Show mobile actions */
  .disabled_c52c {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .plasma_c560 {
    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;
  }

  .plasma_c560 svg {
    flex-shrink: 0;
  }

  .plasma_c560 .fluid_d7d8 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .plasma_c560 .search_79f1 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .thumbnail-soft-6338 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .title_0bc3 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .plasma_c560:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .upper_1f4d {
    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;
  }

  .upper_1f4d.fn-active-b9ea {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .upper_1f4d li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .upper_1f4d li:last-child {
    border-bottom: none;
  }

  .upper_1f4d a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .nav-375e {
    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;
  }

  .nav-375e li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .nav-375e li:last-child {
    border-bottom: none;
  }

  .nav-375e a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .dirty_45e7 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .copper-a39f {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .tabs_a7b5,
  .video_light_cd6a {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .tabs_a7b5 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .video_light_cd6a {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .nav-375e.fn-active-b9ea {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .pattern_7e9e {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .table_f3e2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .shadow-f3a5 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .wrapper_a6d5 {
    margin-top: 0;
  }

  /* Hero section */
  .wrapper_a6d5 {
    padding: 2rem 0 1.5rem;
  }

  .article_d2b6 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .wood_5068 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .video-up-39c0 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .header_d9fc {
    max-width: 100%;
    border-radius: 8px;
  }

  .light_e0a4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .text_easy_2782 {
    padding: 1rem;
  }

  .small_7165 {
    font-size: 1.5rem;
  }

  .image_slow_a814 {
    font-size: 0.75rem;
  }

  .easy_5006 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .carousel_lower_bef7 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .carousel_lower_bef7 .widget-e1ba {
    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 */
  .outline_ebc8 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .feature_hard_62d8 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .hard-62fc {
    margin-bottom: 1rem;
  }

  /* Author */
  .breadcrumb-4389 {
    flex-direction: column;
  }

  .section_9569 {
    flex-direction: column;
  }

  /* Quotes */
  .gradient-8874 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .accent-middle-f590 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .sort-large-99da {
    flex-direction: column;
  }

  .sort-large-99da .widget-e1ba {
    width: 100%;
  }

  /* Version comparison */
  .gradient-copper-efc8 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .hover_action_6adb {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .shade_0d1b {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .caption_4aae {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .down_a9e2,
  .table-2ef8,
  .header-7961,
  .backdrop_advanced_7b1e,
  .orange_be89,
  .smooth-7ef2 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .down_a9e2 table,
  .table-2ef8 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .modal-red-f4c0 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .sidebar_dirty_d341 {
    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;
  }

  .thumbnail-center-fe71 {
    font-size: 1.25rem !important;
  }

  .article_d2b6 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .table_f3e2 {
    position: fixed;
  }

  .shadow-f3a5 {
    padding: 0.625rem 0;
  }

  .layout_484b img {
    height: 26px;
  }

  .nav-375e {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .upper_1f4d {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .plasma_c560 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .plasma_c560 svg {
    width: 18px;
    height: 18px;
  }

  .plasma_c560 .fluid_d7d8 {
    font-size: 0.7rem;
  }

  .plasma_c560 .search_79f1 {
    font-size: 0.65rem;
  }

  .tabs_a7b5,
  .video_light_cd6a {
    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, .sidebar_dirty_d341, .next_beb2, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .video-up-39c0 {
    padding: 1rem;
  }

  .light_e0a4 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .text_easy_2782 {
    padding: 0.875rem;
  }

  .small_7165 {
    font-size: 1.25rem;
  }

  .carousel_lower_bef7 .widget-e1ba {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .article_d2b6 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .widget-e1ba {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .status-iron-e9b0 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .feature_hard_62d8 {
    padding: 1rem;
  }

  .hard-62fc span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .current-0f61,
  .tertiary_4b24,
  .badge_fixed_9216,
  .main_afa2 {
    padding: 1rem;
  }
}

@media print {
  .table_f3e2,
  .summary_black_dcca,
  .pattern_7e9e,
  .widget-e1ba,
  .media_392b {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .sidebar_dirty_d341 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.frame-90fd {
  margin-bottom: 3rem;
  text-align: center;
}

.thumbnail-center-fe71 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.outer-fe67 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.nav-narrow-ae2f,
.fixed_0550 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.pattern-simple-32f5 {
  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;
}

.pattern-simple-32f5:hover {
  transform: translateY(-5px);
}

.pattern-simple-32f5 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.pattern-simple-32f5 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.gas-1827 {
  margin: 3rem 0;
}

.bottom_f61d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.steel-d232 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.steel-d232:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.content-e00a {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.status_1526 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.link-1ce0 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.shadow_liquid_cd1b {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.preview-west-411c {
  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;
}

.preview-west-411c:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.preview-west-411c.prev-3776 {
  border-left: 4px solid var(--primary-color);
}

.header_short_f2ea {
  flex-shrink: 0;
}

.header_short_f2ea svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.gallery-green-93a2 {
  flex: 1;
}

.gallery-green-93a2 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.gradient_in_ddb2 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.simple-68ad,
.gold-d952,
.mask-prev-96de {
  margin-bottom: 1.5rem;
}

.simple-68ad h4,
.gold-d952 h4,
.mask-prev-96de h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.simple-68ad ul,
.gold-d952 ul,
.mask-prev-96de ul {
  list-style: none;
  padding: 0;
}

.simple-68ad li,
.gold-d952 li,
.mask-prev-96de li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.simple-68ad li:before,
.gold-d952 li:before,
.mask-prev-96de li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.slider-c5f2 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.slider-c5f2 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;
}

.slider-c5f2 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.yellow_e399 { margin: 2rem 0; }
.notification-030d { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.notification-030d h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.alert_next_c1f2 p { margin-bottom: 1rem; line-height: 1.7; }
.alert_next_c1f2 strong { color: var(--text-primary); }
.alert_next_c1f2 ul { list-style: none; padding-left: 0; }
.alert_next_c1f2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.alert_next_c1f2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.carousel_new_241b { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.heading_0e40 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.heading_0e40:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.huge_a0c7 { font-size: 3rem; margin-bottom: 1rem; }
.heading_0e40 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.heading_0e40 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.media-0a8c { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.media-0a8c span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.breadcrumb_pressed_863c { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.left_5fb0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.accent-5c5b { text-align: center; }
.photo-dim-e637 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.tabs_paper_a8b2 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.wrapper_f8c9 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.south_6a7e { margin: 2rem 0; }
.prev-17be { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.prev-17be h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.prev-17be p, .prev-17be ul { line-height: 1.7; }
.prev-17be ul { list-style: none; padding-left: 0; }
.prev-17be ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.prev-17be ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.upper_d7a5 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.aside_wood_bc75 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.lower_7825 { text-align: center; }
.widget_center_59f4 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.box-center-7fa6 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.mini-42f6 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.hero-43a1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.bright-3302 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.bright-3302:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.bright-3302 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.bright-3302 p, .bright-3302 ul { line-height: 1.7; }
.bright-3302 ul { list-style: none; padding-left: 0; }
.bright-3302 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.bright-3302 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 0c62 */
.ghost-box-z3 {
  padding: 0.5rem;
  font-size: 11px;
  line-height: 1.2;
}
