/* ============================================
   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 */
.orange-5c9a p,
.steel-70cf,
.fluid-e243,
.gallery-9dd0,
.border-dim-9b7b,
.section_upper_0a67,
.hero-5352,
.column-tiny-babd {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.dropdown-1e52 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.dropdown-1e52 > *,
.panel-soft-63db,
.orange-5c9a,
.backdrop_edb0 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .dropdown-1e52 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .dropdown-1e52 {
    padding: 0 1rem;
  }
}

/* === Typography === */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 2rem;
  letter-spacing: -0.015em;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  margin-bottom: 1.25rem;
}

strong {
  font-weight: 600;
  color: var(--text-primary);
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

code {
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 0.875em;
  background-color: var(--bg-tertiary);
  padding: 0.2em 0.4em;
  border-radius: 3px;
  color: var(--accent-color);
}

pre {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 1.5rem 0;
  border: 1px solid var(--border-color);
}

pre code {
  background: none;
  padding: 0;
  color: var(--text-primary);
}

/* === Header/Navigation === */
.frame_b26e {
  background-color: var(--bg-primary);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s ease;
}

/* Enhance shadow when scrolled */
.frame_b26e.avatar_8f23 {
  box-shadow: var(--shadow-md);
}

.caption-steel-add9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.module-black-5a0d img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.focused-6ea7 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.glass_8822 {
  display: none;
}

/* Hide mobile actions on desktop */
.grid-large-5448 {
  display: none;
}

.layout-out-2feb a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.layout-out-2feb a:hover,
.layout-out-2feb a.fn-active-4150 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.bright_aa82 {
  margin-left: 1rem;
}

.layout_86a1 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.paragraph_c232,
.cold-de9f {
  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;
}

.paragraph_c232 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.paragraph_c232: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;
}

.cold-de9f {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.cold-de9f: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;
}

.paragraph_c232 svg,
.cold-de9f svg {
  flex-shrink: 0;
}

.background-088c {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.cold-e177 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.cold-e177::before,
.cold-e177::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.cold-e177::before {
  top: -7px;
}

.cold-e177::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.tabs-5302 {
  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 === */
.overlay-cold-92bc {
  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);
}

.cold_2fb2 {
  margin: 0 0 2rem;
  text-align: center;
}

.block-89e2 {
  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;
}

.block-89e2:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.section_mini_6b0e {
  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);
}

.section_mini_6b0e strong {
  color: var(--primary-color);
  font-weight: 700;
}

.column-out-88f3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.tertiary-324b {
  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;
}

.tertiary-324b:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.secondary_709b {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.narrow_eec4 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.bright-bd1d {
  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);
}

.bright-bd1d .image-white-04e9 {
  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;
}

.bright-bd1d .image-white-04e9 svg {
  flex-shrink: 0;
}

.bright-bd1d .slow_f859 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.bright-bd1d .slow_f859: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);
}

.bright-bd1d .orange-0c42 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.bright-bd1d .orange-0c42: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) {
  .overlay-cold-92bc {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .block-89e2 {
    max-width: 100%;
  }

  .column-out-88f3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .tertiary-324b {
    padding: 1rem;
  }

  .secondary_709b {
    font-size: 1.5rem;
  }

  .narrow_eec4 {
    font-size: 0.75rem;
  }

  .section_mini_6b0e {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .bright-bd1d {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .bright-bd1d .image-white-04e9 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .column-out-88f3 {
    grid-template-columns: 1fr;
  }
}

.icon_86f8 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.feature-3320 {
  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 === */
.tabs_c6c3 {
  margin-bottom: 2.5rem;
}

.border_7f60 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.icon_86f8 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.over_6b5c {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.pressed-5bb2 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.icon-35ea {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.pagination_inner_2bcf {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.section-down-1435 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.hovered-3bdc {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.slider-mini-95a7 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.slider-mini-95a7 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.component-over-4539 {
  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);
}

.breadcrumb_warm_b055 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.pattern_wide_7fd7 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.plasma-f130 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.wood_2306 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.button_brown_3c73 {
  display: grid;
  gap: 1rem;
}

.easy_1028 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.box-complex-f4b6 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.image_7f44 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.sidebar-41f8 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.cold-ee5e {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.overlay-4c68 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.overlay-4c68 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.steel-70cf {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.content_4e7d {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.heading-9567 {
  display: grid;
  gap: 2rem;
}

.lite_9e7a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.pressed-5bb2 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.over_6b5c {
  flex: 1;
}

.pagination_inner_2bcf {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.pagination_inner_2bcf a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.paper-d33b {
  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;
}

.section-down-1435 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.logo-7d1c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.logo-7d1c span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.preview-south-42e5 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.preview-south-42e5 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.wood-178e {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.wood-178e strong {
  display: block;
  margin-bottom: 0.75rem;
}

.wood-178e ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wood-178e li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.progress_hard_d177 {
  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 === */
.lite-ebfe {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.fluid-9112 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.wide_6c8b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.link_e4dd h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.link_e4dd ol {
  list-style: none;
  counter-reset: toc-counter;
}

.link_e4dd ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.link_e4dd 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;
}

.link_e4dd ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.link_e4dd ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.orange-5c9a {
  padding: 3rem 0 5rem;
}

.backdrop_edb0 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.backdrop_edb0.footer-gas-fb83 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.fluid-e243 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.menu-liquid-518a {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.panel-d0ac {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.panel-d0ac h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.top-1d5d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.hero_huge_c516 {
  text-align: center;
}

.nav-hot-d540 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.media-dcc2 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.badge_fresh_fc34 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.section_upper_0a67 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.gallery-9dd0 {
  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;
}

.gallery-9dd0 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.gallery-9dd0:hover {
  box-shadow: var(--shadow-lg);
}

.gallery-9dd0.small_3624 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.gallery-9dd0 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.gallery-9dd0 ul {
  margin: 1rem 0;
}

.gallery-9dd0 li {
  margin-bottom: 0.75rem;
}

.inner_b97c {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.footer-9cd6 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.footer-9cd6 a {
  font-weight: 600;
}

/* === Data Tables === */
.form-right-1819 {
  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;
}

.form-right-1819 table {
  width: 100%;
  min-width: 600px;
}

.form-right-1819 thead {
  background-color: var(--primary-color);
  color: white;
}

.form-right-1819 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.form-right-1819 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.form-right-1819 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.form-right-1819 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.hidden_8cf7 {
  list-style: none;
  margin: 1.5rem 0;
}

.hidden_8cf7 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.hidden_8cf7 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.widget-fresh-c362::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-4150::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 === */
.dim_2742 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.card_complex_8048 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.card_complex_8048 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.card_complex_8048 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.card_complex_8048 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.dim_2742 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.hero-5352 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.hero-5352::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.tooltip_4dd3 {
  position: relative;
  margin-bottom: 3rem;
}

.slow-7d4a {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.slow-7d4a .wide_3ca0 {
  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;
}

.active-b77a {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.active-b77a h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.active-b77a ul {
  margin: 1rem 0;
}

.active-b77a li {
  margin-bottom: 0.75rem;
}

.carousel_95bf {
  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 === */
.texture_cool_546b {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.texture_cool_546b h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.column_7b7f {
  list-style: none;
  margin: 1.5rem 0;
}

.column_7b7f li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.column_7b7f a {
  font-weight: 600;
}

.header_focused_8601 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.column-tiny-babd {
  margin: 2.5rem 0;
}

.bronze_c3e6 {
  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;
}

.bronze_c3e6:hover {
  box-shadow: var(--shadow-lg);
}

.bronze_c3e6.feature-3188 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.notification-action-622c {
  flex-shrink: 0;
}

.notification-action-622c 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);
}

.filter_hard_ad2c h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.narrow_6eab,
.article-bright-6cf9,
.motion_915c {
  width: 100%;
  margin: 1.5rem 0;
}

.card-30ef {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.card-30ef strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.block-5d22 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.block-5d22 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.backdrop-9be1 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.backdrop-9be1 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.description_01bc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.border_static_e67e {
  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;
}

.border_static_e67e:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.border_static_e67e.image_lite_684a {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.border_static_e67e .motion-b507 {
  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;
}

.border_static_e67e h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.summary-liquid-dba2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.footer-new-1401 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.footer-new-1401 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.avatar_4af7 {
  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 === */
.image-white-04e9 {
  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;
}

.slow_f859 {
  background-color: var(--primary-color);
  color: white;
}

.slow_f859:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.orange-0c42 {
  background-color: var(--text-secondary);
  color: white;
}

.orange-0c42:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.left_da70 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.left_da70:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.upper-cc69 {
  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;
}

.upper-cc69:hover {
  background-color: var(--primary-dark);
}

.upper-3806 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.complex_c4f9 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.hot-47cc {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.main_light_a387 {
  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 === */
.input-short-5e31 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.bottom-33a1 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.bottom-33a1 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.liquid-5134 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.filter-e156 {
  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;
}

.action-fcca {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.filter_bright_eb23 {
  list-style: none;
  counter-reset: rank-counter;
}

.filter_bright_eb23 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.filter_bright_eb23 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;
}

.shadow_42f4 {
  list-style: none;
}

.shadow_42f4 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.green_6a45 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.prev_cf71 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.prev_cf71 .progress-e3c7 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.prev_cf71 .soft-ce87 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.smooth_92a1 {
  margin-top: 3rem;
}

.wrapper_light_8777 {
  width: 100%;
}

.thumbnail_cc8f {
  background-color: #fef3c7;
}

.slider_east_3184 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.badge_dirty_1bd4 {
  margin: 3rem 0;
}

.module_gas_58ec {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.dynamic-6c82 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.dynamic-6c82:hover {
  box-shadow: var(--shadow-lg);
}

.dynamic-6c82.main-light-937d {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.purple-7383 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.photo_0408 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.photo_0408 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.frame_silver_3b69 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.dynamic-6c82 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.bronze-e69b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.shade-outer-fdb8 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.clean_a187 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.banner_0622 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.info_5e47 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.lower_68fe {
  margin-top: 1rem;
}

/* === FAQ Section === */
.fluid_2e90 {
  max-width: 900px;
  margin: 0 auto;
}

.advanced_008b {
  margin: 2rem 0;
}

.detail_7319 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.detail_7319 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.detail_7319 summary::-webkit-details-marker {
  display: none;
}

.detail_7319 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.card-0e45 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.detail_7319[open] .card-0e45 {
  transform: rotate(45deg);
}

.silver-0db9 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.silver-0db9 p:last-child {
  margin-bottom: 0;
}

.backdrop-complex-b19b {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.tooltip_7087 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.title-silver-5dc1 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.title-silver-5dc1 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.title-silver-5dc1 .image-white-04e9 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.highlight-gold-f9d3 {
  max-width: 900px;
  margin: 0 auto;
}

.tag_e9c3 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.wrapper-cold-348e {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.wrapper-cold-348e.fn-success-4150 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.shade-a73d {
  font-size: 3rem;
  line-height: 1;
}

.south-59c7 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.label_1f33 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.cool-3531,
.container-basic-729e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.cool-3531 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.container-basic-729e h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.text-c2db,
.item_old_8196 {
  margin: 1.5rem 0;
}

.text-c2db li,
.item_old_8196 li {
  margin-bottom: 1rem;
}

.tertiary_upper_4d6d {
  margin: 3rem 0;
}

.frame_narrow_c7b9 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.frame_narrow_c7b9 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.frame_narrow_c7b9 ol {
  margin: 1rem 0;
}

.frame_narrow_c7b9 li {
  margin-bottom: 0.75rem;
}

.overlay_upper_a050 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.texture_49f8 {
  margin: 2rem 0;
}

.table-hard-071c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.tertiary-4bd9 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.shade-122c {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.wide-9c71 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.search_c0e0 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.accent-fae2 {
  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;
}

.accent-fae2 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.icon-35ea {
  flex: 1;
}

.icon-35ea h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.large_66d6 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.complex-3480 p {
  margin-bottom: 1rem;
}

.heading-old-ce6c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.tooltip_62a5 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.item-5789 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.item-5789 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.popup-hard-a8c3 h3 {
  margin-bottom: 1.5rem;
}

.main_2c60 {
  display: grid;
  gap: 2rem;
}

.backdrop_black_652f {
  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;
}

.backdrop_black_652f img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.backdrop_black_652f h4 {
  margin: 0 0 0.25rem;
}

.backdrop_black_652f p {
  margin: 0;
  font-size: 0.9375rem;
}

.media_dynamic_5822 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.thumbnail-955b {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.thumbnail-955b h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.thumbnail-955b ul {
  margin: 1.5rem 0;
}

.thumbnail-955b li {
  margin-bottom: 0.75rem;
}

.dirty_aff9 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.box_4772 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.primary-out-8f6a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.inner-77e0 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.inner-77e0 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.footer-bronze-528e {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.footer-bronze-528e a {
  color: rgba(255, 255, 255, 0.8);
}

.small_75a1 {
  list-style: none;
}

.small_75a1 li {
  margin-bottom: 0.75rem;
}

.small_75a1 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.small_75a1 a:hover {
  color: white;
}

.dim-b505 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.link_4e61 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.banner_2beb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.iron-2e0d {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.layout_large_68a0 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .dropdown-1e52 {
    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;
  }

  .border_hovered_3aad {
    font-size: 1.5rem !important;
  }

  .border_7f60 {
    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 */
  .gallery-9dd0,
  .border-dim-9b7b,
  .active-b77a,
  .filter_hard_ad2c,
  .purple-7383,
  .dynamic-6c82,
  .silver-0db9,
  .section_mini_6b0e,
  .steel-70cf,
  .fluid-e243 {
    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 */
  .icon_86f8 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .over_6b5c {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .pressed-5bb2 {
    flex-shrink: 0;
  }

  .icon-35ea {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .pagination_inner_2bcf,
  .section-down-1435 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .section-down-1435 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .focused-6ea7 {
    display: none;
  }

  /* Show mobile actions */
  .grid-large-5448 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .upper_ceb9 {
    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;
  }

  .upper_ceb9 svg {
    flex-shrink: 0;
  }

  .upper_ceb9 .next-e266 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .upper_ceb9 .video-hot-4359 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .shade_silver_4814 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .soft-b24c {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .upper_ceb9:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .glass_8822 {
    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;
  }

  .glass_8822.fn-active-4150 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .glass_8822 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .glass_8822 li:last-child {
    border-bottom: none;
  }

  .glass_8822 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .layout-out-2feb {
    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;
  }

  .layout-out-2feb li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .layout-out-2feb li:last-child {
    border-bottom: none;
  }

  .layout-out-2feb a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .bright_aa82 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .layout_86a1 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .paragraph_c232,
  .cold-de9f {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .paragraph_c232 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .cold-de9f {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .layout-out-2feb.fn-active-4150 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .background-088c {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .frame_b26e {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .caption-steel-add9 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .tabs-5302 {
    margin-top: 0;
  }

  /* Hero section */
  .tabs-5302 {
    padding: 2rem 0 1.5rem;
  }

  .border_7f60 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .steel-70cf {
    font-size: 1rem;
  }

  /* Hero brand image */
  .overlay-cold-92bc {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .block-89e2 {
    max-width: 100%;
    border-radius: 8px;
  }

  .column-out-88f3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .tertiary-324b {
    padding: 1rem;
  }

  .secondary_709b {
    font-size: 1.5rem;
  }

  .narrow_eec4 {
    font-size: 0.75rem;
  }

  .section_mini_6b0e {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .bright-bd1d {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .bright-bd1d .image-white-04e9 {
    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 */
  .wide_6c8b {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .bronze_c3e6 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .notification-action-622c {
    margin-bottom: 1rem;
  }

  /* Author */
  .lite_9e7a {
    flex-direction: column;
  }

  .accent-fae2 {
    flex-direction: column;
  }

  /* Quotes */
  .purple-7383 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .label_1f33 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .wide-9c71 {
    flex-direction: column;
  }

  .wide-9c71 .image-white-04e9 {
    width: 100%;
  }

  /* Version comparison */
  .description_01bc {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .input-short-5e31 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .primary-out-8f6a {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .banner_2beb {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .form-right-1819,
  .article-bright-6cf9,
  .message-left-c8ec,
  .wrapper_light_8777,
  .narrow_6eab,
  .motion_915c {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .form-right-1819 table,
  .article-bright-6cf9 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .avatar_4af7 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .dropdown-1e52 {
    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;
  }

  .border_hovered_3aad {
    font-size: 1.25rem !important;
  }

  .border_7f60 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .frame_b26e {
    position: fixed;
  }

  .caption-steel-add9 {
    padding: 0.625rem 0;
  }

  .module-black-5a0d img {
    height: 26px;
  }

  .layout-out-2feb {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .glass_8822 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .upper_ceb9 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .upper_ceb9 svg {
    width: 18px;
    height: 18px;
  }

  .upper_ceb9 .next-e266 {
    font-size: 0.7rem;
  }

  .upper_ceb9 .video-hot-4359 {
    font-size: 0.65rem;
  }

  .paragraph_c232,
  .cold-de9f {
    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, .dropdown-1e52, .panel-soft-63db, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .overlay-cold-92bc {
    padding: 1rem;
  }

  .column-out-88f3 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .tertiary-324b {
    padding: 0.875rem;
  }

  .secondary_709b {
    font-size: 1.25rem;
  }

  .bright-bd1d .image-white-04e9 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .border_7f60 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .image-white-04e9 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .upper-3806 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .bronze_c3e6 {
    padding: 1rem;
  }

  .notification-action-622c span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .gallery-9dd0,
  .outline-liquid-5111,
  .dropdown-blue-ce8c,
  .highlight_slow_1773 {
    padding: 1rem;
  }
}

@media print {
  .frame_b26e,
  .lite-ebfe,
  .background-088c,
  .image-white-04e9,
  .box_4772 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .dropdown-1e52 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.iron_12a6 {
  margin-bottom: 3rem;
  text-align: center;
}

.border_hovered_3aad {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.upper-aad1 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.simple-36ac,
.widget_lower_4d6d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.surface-dim-c3ae {
  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;
}

.surface-dim-c3ae:hover {
  transform: translateY(-5px);
}

.surface-dim-c3ae strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.surface-dim-c3ae span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.preview-db51 {
  margin: 3rem 0;
}

.tertiary-glass-1726 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.detail_red_cdde {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.detail_red_cdde:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.lite-c3eb {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.wood-84e3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.module-first-49c2 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.copper_952d {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.alert-4bfd {
  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;
}

.alert-4bfd:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.alert-4bfd.down_1f5d {
  border-left: 4px solid var(--primary-color);
}

.small-31e2 {
  flex-shrink: 0;
}

.small-31e2 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.main_adc1 {
  flex: 1;
}

.main_adc1 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.copper_7c93 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.tall-29a4,
.form-8509,
.dark-6034 {
  margin-bottom: 1.5rem;
}

.tall-29a4 h4,
.form-8509 h4,
.dark-6034 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tall-29a4 ul,
.form-8509 ul,
.dark-6034 ul {
  list-style: none;
  padding: 0;
}

.tall-29a4 li,
.form-8509 li,
.dark-6034 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.tall-29a4 li:before,
.form-8509 li:before,
.dark-6034 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.accordion-purple-742c {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.accordion-purple-742c 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;
}

.accordion-purple-742c a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.text_dynamic_a1c9 { margin: 2rem 0; }
.button-81a0 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.button-81a0 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.modal-last-8658 p { margin-bottom: 1rem; line-height: 1.7; }
.modal-last-8658 strong { color: var(--text-primary); }
.modal-last-8658 ul { list-style: none; padding-left: 0; }
.modal-last-8658 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.modal-last-8658 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.main-3b41 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.article-dirty-e060 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.article-dirty-e060:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.full_fd06 { font-size: 3rem; margin-bottom: 1rem; }
.article-dirty-e060 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.article-dirty-e060 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.hidden-5921 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.hidden-5921 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.down_d202 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.clean-c9dd { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.message-fluid-0944 { text-align: center; }
.under_4a6e { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.bright-d6bd { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.main-pink-0df1 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.dropdown-yellow-87c9 { margin: 2rem 0; }
.aside-0ef5 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.aside-0ef5 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.aside-0ef5 p, .aside-0ef5 ul { line-height: 1.7; }
.aside-0ef5 ul { list-style: none; padding-left: 0; }
.aside-0ef5 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.aside-0ef5 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.tag_blue_9790 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.mini-9efe { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.focus-easy-ebb3 { text-align: center; }
.inner-3b73 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.header_narrow_8025 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.element_7a06 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.over_b09b { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.selected-b1d0 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.selected-b1d0:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.selected-b1d0 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.selected-b1d0 p, .selected-b1d0 ul { line-height: 1.7; }
.selected-b1d0 ul { list-style: none; padding-left: 0; }
.selected-b1d0 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.selected-b1d0 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: e598 */
.promo-block-w8 {
  padding: 0.4rem;
  font-size: 13px;
  line-height: 1.1;
}
