/* ============================================
   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 */
.large_1024 p,
.shade_orange_d075,
.preview_light_72b3,
.pagination_13fa,
.grid-stone-7c60,
.advanced-de9b,
.shadow_dirty_1943,
.grid_pink_ef77 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.pattern-e5d6 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.pattern-e5d6 > *,
.border-be38,
.large_1024,
.logo_dim_d401 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .pattern-e5d6 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .pattern-e5d6 {
    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-735c {
  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-735c.secondary-green-512e {
  box-shadow: var(--shadow-md);
}

.wrapper_7632 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.tag-16b4 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.label_53f7 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.stone-5367 {
  display: none;
}

/* Hide mobile actions on desktop */
.overlay-cc06 {
  display: none;
}

.picture-basic-329b a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.picture-basic-329b a:hover,
.picture-basic-329b a.fn-active-bc66 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.solid_78c0 {
  margin-left: 1rem;
}

.large_1899 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.rough_a8d8,
.slow-098e {
  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;
}

.rough_a8d8 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.rough_a8d8: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;
}

.slow-098e {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.slow-098e: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;
}

.rough_a8d8 svg,
.slow-098e svg {
  flex-shrink: 0;
}

.content_prev_d1ed {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.surface-lower-a004 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.surface-lower-a004::before,
.surface-lower-a004::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.surface-lower-a004::before {
  top: -7px;
}

.surface-lower-a004::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.section-red-5e71 {
  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 === */
.carousel-ede3 {
  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);
}

.component_d8f4 {
  margin: 0 0 2rem;
  text-align: center;
}

.widget-76a6 {
  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;
}

.widget-76a6:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.hidden_stone_67c6 {
  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);
}

.hidden_stone_67c6 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.accent-a7ef {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.sidebar_7fb3 {
  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;
}

.sidebar_7fb3:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.mask-medium-5654 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.left-315e {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.wood_cbf3 {
  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);
}

.wood_cbf3 .modal-aaa2 {
  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;
}

.wood_cbf3 .modal-aaa2 svg {
  flex-shrink: 0;
}

.wood_cbf3 .pink-0385 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.wood_cbf3 .pink-0385: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);
}

.wood_cbf3 .image_dim_6c04 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.wood_cbf3 .image_dim_6c04: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) {
  .carousel-ede3 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .widget-76a6 {
    max-width: 100%;
  }

  .accent-a7ef {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .sidebar_7fb3 {
    padding: 1rem;
  }

  .mask-medium-5654 {
    font-size: 1.5rem;
  }

  .left-315e {
    font-size: 0.75rem;
  }

  .hidden_stone_67c6 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .wood_cbf3 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .wood_cbf3 .modal-aaa2 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .accent-a7ef {
    grid-template-columns: 1fr;
  }
}

.surface-c897 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.image_south_2551 {
  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 === */
.detail-6024 {
  margin-bottom: 2.5rem;
}

.outline-8b33 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.surface-c897 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.texture_7591 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gallery_hard_ab2e {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.notice_4a85 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.logo-narrow-3313 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.primary_rough_7751 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.menu-a43a {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.soft_fd0b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.soft_fd0b svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.sidebar-87a1 {
  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);
}

.summary-ca8b {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.image-lite-d11b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.gas_d007 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.disabled-warm-641d {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.tertiary_2689 {
  display: grid;
  gap: 1rem;
}

.next_b88b {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.title_outer_bbcb {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.east-94f8 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.avatar-180b {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.primary-7f8a {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.small-3309 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.small-3309 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.shade_orange_d075 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.widget_dirty_da5b {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.input-cool-a4b0 {
  display: grid;
  gap: 2rem;
}

.block-medium-e575 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.gallery_hard_ab2e {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.texture_7591 {
  flex: 1;
}

.logo-narrow-3313 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.logo-narrow-3313 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.smooth_5d01 {
  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;
}

.primary_rough_7751 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.focus-short-c9f8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.focus-short-c9f8 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.hover-d071 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.hover-d071 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.active-4066 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.active-4066 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.active-4066 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.active-4066 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.list_88ba {
  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 === */
.button-8b36 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.right-fbe7 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.hot_16e5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.rough-1e0d h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.rough-1e0d ol {
  list-style: none;
  counter-reset: toc-counter;
}

.rough-1e0d ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.rough-1e0d 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;
}

.rough-1e0d ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.rough-1e0d ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.large_1024 {
  padding: 3rem 0 5rem;
}

.logo_dim_d401 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.logo_dim_d401.chip_bed8 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.preview_light_72b3 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.media_center_fcf7 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.plasma-7dc3 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.plasma-7dc3 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.focus_west_0c0a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.thumbnail-inner-00a8 {
  text-align: center;
}

.paragraph-3277 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.shade-pressed-3784 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.summary_c952 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.advanced-de9b {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.pagination_13fa {
  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;
}

.pagination_13fa * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.pagination_13fa:hover {
  box-shadow: var(--shadow-lg);
}

.pagination_13fa.down_8ec6 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.pagination_13fa h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.pagination_13fa ul {
  margin: 1rem 0;
}

.pagination_13fa li {
  margin-bottom: 0.75rem;
}

.hard-e89e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.layout-dirty-e213 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.layout-dirty-e213 a {
  font-weight: 600;
}

/* === Data Tables === */
.dynamic-3ace {
  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;
}

.dynamic-3ace table {
  width: 100%;
  min-width: 600px;
}

.dynamic-3ace thead {
  background-color: var(--primary-color);
  color: white;
}

.dynamic-3ace th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.dynamic-3ace td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.dynamic-3ace tbody tr:hover {
  background-color: var(--bg-secondary);
}

.dynamic-3ace tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.complex-918b {
  list-style: none;
  margin: 1.5rem 0;
}

.complex-918b li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.complex-918b li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.bright_ace9::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-bc66::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 === */
.progress_e40a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.shade-focused-3898 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.shade-focused-3898 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.shade-focused-3898 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.shade-focused-3898 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.progress_e40a blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.shadow_dirty_1943 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.shadow_dirty_1943::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.mini_eec0 {
  position: relative;
  margin-bottom: 3rem;
}

.badge_stale_75a6 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.badge_stale_75a6 .mask-soft-e5c9 {
  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;
}

.container_fresh_cbf3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.container_fresh_cbf3 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.container_fresh_cbf3 ul {
  margin: 1rem 0;
}

.container_fresh_cbf3 li {
  margin-bottom: 0.75rem;
}

.small-bc85 {
  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 === */
.last_3f17 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.last_3f17 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.description_narrow_185b {
  list-style: none;
  margin: 1.5rem 0;
}

.description_narrow_185b li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.description_narrow_185b a {
  font-weight: 600;
}

.hot-3592 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.grid_pink_ef77 {
  margin: 2.5rem 0;
}

.message-59fb {
  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;
}

.message-59fb:hover {
  box-shadow: var(--shadow-lg);
}

.message-59fb.tertiary-thick-6ec5 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.light_142d {
  flex-shrink: 0;
}

.light_142d 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);
}

.component-dynamic-105a h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.accent-complex-31a3,
.liquid-74d9,
.hover-7674 {
  width: 100%;
  margin: 1.5rem 0;
}

.banner-soft-1b83 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.banner-soft-1b83 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.pattern_6342 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.pattern_6342 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.header-8bdf {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.header-8bdf strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.column-f63f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.bottom-907a {
  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;
}

.bottom-907a:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.bottom-907a.content_5780 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.bottom-907a .form_light_6bb2 {
  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;
}

.bottom-907a h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.alert-ed96 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.title_b221 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.title_b221 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.widget-solid-d5b3 {
  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 === */
.modal-aaa2 {
  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;
}

.pink-0385 {
  background-color: var(--primary-color);
  color: white;
}

.pink-0385:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.image_dim_6c04 {
  background-color: var(--text-secondary);
  color: white;
}

.image_dim_6c04:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.title_d5d5 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.title_d5d5:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.east-a6ce {
  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;
}

.east-a6ce:hover {
  background-color: var(--primary-dark);
}

.button_b0b2 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.container_white_b778 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.gallery-pressed-0b0e {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.accordion_befa {
  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 === */
.slider_blue_fcfc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.light-592c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.light-592c h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.pagination-1e11 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.lower-db08 {
  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;
}

.surface-9cd9 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.copper-7983 {
  list-style: none;
  counter-reset: rank-counter;
}

.copper-7983 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.copper-7983 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;
}

.hover-30c7 {
  list-style: none;
}

.hover-30c7 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.input-east-cb92 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.photo-56ad {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.photo-56ad .panel-a43c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.photo-56ad .column_under_d5e8 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.row-mini-7be6 {
  margin-top: 3rem;
}

.simple-4685 {
  width: 100%;
}

.filter_easy_39f7 {
  background-color: #fef3c7;
}

.wood-14e0 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.backdrop-focused-4c56 {
  margin: 3rem 0;
}

.shadow-f93c {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.text_ad47 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.text_ad47:hover {
  box-shadow: var(--shadow-lg);
}

.text_ad47.form_gold_ad6d {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.row_stale_98e9 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.pagination-80da strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.pagination-80da span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.cold-6dd1 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.text_ad47 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.preview-black-d6fb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.fast_bd56 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.outline-hovered-644e {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.frame-d9af {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.breadcrumb-d9e3 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.current-4fb8 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.chip_439c {
  max-width: 900px;
  margin: 0 auto;
}

.tooltip-5ceb {
  margin: 2rem 0;
}

.active_a1f0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.active_a1f0 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.active_a1f0 summary::-webkit-details-marker {
  display: none;
}

.active_a1f0 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.grid_tall_a15f {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.active_a1f0[open] .grid_tall_a15f {
  transform: rotate(45deg);
}

.background_699d {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.background_699d p:last-child {
  margin-bottom: 0;
}

.tooltip-a4ef {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.fixed_6aa4 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.module-ac78 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.module-ac78 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.module-ac78 .modal-aaa2 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.next_9622 {
  max-width: 900px;
  margin: 0 auto;
}

.shadow_blue_09c3 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.liquid_6863 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.liquid_6863.fn-success-bc66 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.dropdown_f28d {
  font-size: 3rem;
  line-height: 1;
}

.center_b49f h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.row-ea29 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.tag_south_151b,
.border-d8a0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.tag_south_151b h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.border-d8a0 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.surface_large_0680,
.smooth_16a2 {
  margin: 1.5rem 0;
}

.surface_large_0680 li,
.smooth_16a2 li {
  margin-bottom: 1rem;
}

.layout-simple-9eee {
  margin: 3rem 0;
}

.dim-8b95 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.dim-8b95 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.dim-8b95 ol {
  margin: 1rem 0;
}

.dim-8b95 li {
  margin-bottom: 0.75rem;
}

.component_2a35 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.red_3e70 {
  margin: 2rem 0;
}

.grid_dirty_24ec {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.element-tiny-b1a3 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.middle-ea5c {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.tiny-edf6 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.popup-877e {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.stale_f707 {
  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;
}

.stale_f707 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.notice_4a85 {
  flex: 1;
}

.notice_4a85 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.main-cold-dbb7 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.row_1f6b p {
  margin-bottom: 1rem;
}

.block_9e5b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.gold-47ba {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.wood-596f {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.wood-596f a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.steel_3f50 h3 {
  margin-bottom: 1.5rem;
}

.label_7714 {
  display: grid;
  gap: 2rem;
}

.sidebar_middle_0709 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.sidebar_middle_0709 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.sidebar_middle_0709 h4 {
  margin: 0 0 0.25rem;
}

.sidebar_middle_0709 p {
  margin: 0;
  font-size: 0.9375rem;
}

.item_dirty_6e4b {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.menu-a248 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.menu-a248 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.menu-a248 ul {
  margin: 1.5rem 0;
}

.menu-a248 li {
  margin-bottom: 0.75rem;
}

.overlay-small-8fa2 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.in_afe3 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.tall_9cce {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.section_a37c h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.section_a37c p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.smooth_a229 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.smooth_a229 a {
  color: rgba(255, 255, 255, 0.8);
}

.list-solid-04d7 {
  list-style: none;
}

.list-solid-04d7 li {
  margin-bottom: 0.75rem;
}

.list-solid-04d7 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.list-solid-04d7 a:hover {
  color: white;
}

.tooltip-8960 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.active_30e1 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.glass_9748 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.frame-720f {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.inner-88b1 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .pattern-e5d6 {
    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;
  }

  .progress_blue_5953 {
    font-size: 1.5rem !important;
  }

  .outline-8b33 {
    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 */
  .pagination_13fa,
  .grid-stone-7c60,
  .container_fresh_cbf3,
  .component-dynamic-105a,
  .row_stale_98e9,
  .text_ad47,
  .background_699d,
  .hidden_stone_67c6,
  .shade_orange_d075,
  .preview_light_72b3 {
    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 */
  .surface-c897 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .texture_7591 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .gallery_hard_ab2e {
    flex-shrink: 0;
  }

  .notice_4a85 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .logo-narrow-3313,
  .primary_rough_7751 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .primary_rough_7751 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .label_53f7 {
    display: none;
  }

  /* Show mobile actions */
  .overlay-cc06 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .outer-063c {
    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;
  }

  .outer-063c svg {
    flex-shrink: 0;
  }

  .outer-063c .element-mini-c1fa {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .outer-063c .logo-tall-f741 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .grid-c5af {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .form-2b65 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .outer-063c:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .stone-5367 {
    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;
  }

  .stone-5367.fn-active-bc66 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .stone-5367 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .stone-5367 li:last-child {
    border-bottom: none;
  }

  .stone-5367 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .picture-basic-329b {
    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;
  }

  .picture-basic-329b li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .picture-basic-329b li:last-child {
    border-bottom: none;
  }

  .picture-basic-329b a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .solid_78c0 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .large_1899 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .rough_a8d8,
  .slow-098e {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .rough_a8d8 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .slow-098e {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .picture-basic-329b.fn-active-bc66 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .content_prev_d1ed {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .table-735c {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .wrapper_7632 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .section-red-5e71 {
    margin-top: 0;
  }

  /* Hero section */
  .section-red-5e71 {
    padding: 2rem 0 1.5rem;
  }

  .outline-8b33 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .shade_orange_d075 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .carousel-ede3 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .widget-76a6 {
    max-width: 100%;
    border-radius: 8px;
  }

  .accent-a7ef {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .sidebar_7fb3 {
    padding: 1rem;
  }

  .mask-medium-5654 {
    font-size: 1.5rem;
  }

  .left-315e {
    font-size: 0.75rem;
  }

  .hidden_stone_67c6 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .wood_cbf3 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .wood_cbf3 .modal-aaa2 {
    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 */
  .hot_16e5 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .message-59fb {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .light_142d {
    margin-bottom: 1rem;
  }

  /* Author */
  .block-medium-e575 {
    flex-direction: column;
  }

  .stale_f707 {
    flex-direction: column;
  }

  /* Quotes */
  .row_stale_98e9 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .row-ea29 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .tiny-edf6 {
    flex-direction: column;
  }

  .tiny-edf6 .modal-aaa2 {
    width: 100%;
  }

  /* Version comparison */
  .column-f63f {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .slider_blue_fcfc {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .tall_9cce {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .glass_9748 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .dynamic-3ace,
  .liquid-74d9,
  .carousel_lower_73a5,
  .simple-4685,
  .accent-complex-31a3,
  .hover-7674 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .dynamic-3ace table,
  .liquid-74d9 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .widget-solid-d5b3 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .pattern-e5d6 {
    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;
  }

  .progress_blue_5953 {
    font-size: 1.25rem !important;
  }

  .outline-8b33 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .table-735c {
    position: fixed;
  }

  .wrapper_7632 {
    padding: 0.625rem 0;
  }

  .tag-16b4 img {
    height: 26px;
  }

  .picture-basic-329b {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .stone-5367 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .outer-063c {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .outer-063c svg {
    width: 18px;
    height: 18px;
  }

  .outer-063c .element-mini-c1fa {
    font-size: 0.7rem;
  }

  .outer-063c .logo-tall-f741 {
    font-size: 0.65rem;
  }

  .rough_a8d8,
  .slow-098e {
    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, .pattern-e5d6, .border-be38, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .carousel-ede3 {
    padding: 1rem;
  }

  .accent-a7ef {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .sidebar_7fb3 {
    padding: 0.875rem;
  }

  .mask-medium-5654 {
    font-size: 1.25rem;
  }

  .wood_cbf3 .modal-aaa2 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .outline-8b33 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .modal-aaa2 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .button_b0b2 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .message-59fb {
    padding: 1rem;
  }

  .light_142d span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .pagination_13fa,
  .center_baf6,
  .preview-0049,
  .huge-be1f {
    padding: 1rem;
  }
}

@media print {
  .table-735c,
  .button-8b36,
  .content_prev_d1ed,
  .modal-aaa2,
  .in_afe3 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .pattern-e5d6 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.wood-c1de {
  margin-bottom: 3rem;
  text-align: center;
}

.progress_blue_5953 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.icon-bcc4 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.accent-9338,
.focus_c880 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.fixed-a43d {
  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;
}

.fixed-a43d:hover {
  transform: translateY(-5px);
}

.fixed-a43d strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.fixed-a43d span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.notice_pressed_7cff {
  margin: 3rem 0;
}

.dim-9a46 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.menu_right_a994 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.menu_right_a994:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.primary-soft-eaab {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.fixed_f424 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.panel-5590 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.cold-d1cf {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.warm_5da7 {
  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;
}

.warm_5da7:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.warm_5da7.bronze_c06a {
  border-left: 4px solid var(--primary-color);
}

.list-04c3 {
  flex-shrink: 0;
}

.list-04c3 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.modal_new_2fef {
  flex: 1;
}

.modal_new_2fef h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.footer_d28f {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.accent-a66e,
.white-7a19,
.tabs_hard_9456 {
  margin-bottom: 1.5rem;
}

.accent-a66e h4,
.white-7a19 h4,
.tabs_hard_9456 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.accent-a66e ul,
.white-7a19 ul,
.tabs_hard_9456 ul {
  list-style: none;
  padding: 0;
}

.accent-a66e li,
.white-7a19 li,
.tabs_hard_9456 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.accent-a66e li:before,
.white-7a19 li:before,
.tabs_hard_9456 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.video-eff7 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.video-eff7 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;
}

.video-eff7 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.wide-f959 { margin: 2rem 0; }
.description-copper-6812 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.description-copper-6812 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.short_afff p { margin-bottom: 1rem; line-height: 1.7; }
.short_afff strong { color: var(--text-primary); }
.short_afff ul { list-style: none; padding-left: 0; }
.short_afff ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.short_afff ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.video_5b53 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.media_up_bbc9 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.media_up_bbc9:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.tooltip-simple-2d2c { font-size: 3rem; margin-bottom: 1rem; }
.media_up_bbc9 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.media_up_bbc9 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.popup_aaf4 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.popup_aaf4 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.secondary_solid_5824 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.block_dim_1037 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.tooltip_focused_607a { text-align: center; }
.pink-967b { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.header_1d64 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.content_stale_e2a2 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.cold_4b45 { margin: 2rem 0; }
.upper-12f8 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.upper-12f8 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.upper-12f8 p, .upper-12f8 ul { line-height: 1.7; }
.upper-12f8 ul { list-style: none; padding-left: 0; }
.upper-12f8 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.upper-12f8 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.pro_45f5 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.card_9618 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.thumbnail_127b { text-align: center; }
.input-wood-ed2b { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.widget-fcff { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.grid-db94 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.pagination-dim-cbe3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.status_selected_709b { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.status_selected_709b:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.status_selected_709b h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.status_selected_709b p, .status_selected_709b ul { line-height: 1.7; }
.status_selected_709b ul { list-style: none; padding-left: 0; }
.status_selected_709b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.status_selected_709b ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: d0ea */
.widget-item-p8 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.2;
}
