/* ============================================
   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 */
.container-advanced-6faf p,
.iron-8aba,
.slider-befe,
.form-f28c,
.feature_static_20b3,
.accent_dec8,
.panel-smooth-4911,
.first_6352 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.hidden-0c8c {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.hidden-0c8c > *,
.badge-3745,
.container-advanced-6faf,
.hovered-1f06 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .hidden-0c8c {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .hidden-0c8c {
    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 === */
.pattern-818a {
  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 */
.pattern-818a.mask_dim_cd50 {
  box-shadow: var(--shadow-md);
}

.avatar-99b8 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.widget_0765 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.module-d782 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.wood_3f0e {
  display: none;
}

/* Hide mobile actions on desktop */
.mask_stale_7e38 {
  display: none;
}

.feature_middle_314d a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.feature_middle_314d a:hover,
.feature_middle_314d a.fn-active-9608 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.mask-5717 {
  margin-left: 1rem;
}

.focus-c162 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.pagination_wide_4b57,
.frame_pro_f7a7 {
  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;
}

.pagination_wide_4b57 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.pagination_wide_4b57: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;
}

.frame_pro_f7a7 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.frame_pro_f7a7: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;
}

.pagination_wide_4b57 svg,
.frame_pro_f7a7 svg {
  flex-shrink: 0;
}

.modal-short-0228 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.panel-fixed-1ab6 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.panel-fixed-1ab6::before,
.panel-fixed-1ab6::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.panel-fixed-1ab6::before {
  top: -7px;
}

.panel-fixed-1ab6::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.content-8a7c {
  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 === */
.picture_old_7fd9 {
  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);
}

.info-current-a432 {
  margin: 0 0 2rem;
  text-align: center;
}

.purple-288e {
  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;
}

.purple-288e:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.texture-wide-8df5 {
  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);
}

.texture-wide-8df5 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.advanced-f066 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.warm_9ec2 {
  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;
}

.warm_9ec2:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.full_080e {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.shadow_blue_6595 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.layout-ad97 {
  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);
}

.layout-ad97 .thumbnail-wood-9e89 {
  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;
}

.layout-ad97 .thumbnail-wood-9e89 svg {
  flex-shrink: 0;
}

.layout-ad97 .top-be0d {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.layout-ad97 .top-be0d: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);
}

.layout-ad97 .hard_ea6a {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.layout-ad97 .hard_ea6a: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) {
  .picture_old_7fd9 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .purple-288e {
    max-width: 100%;
  }

  .advanced-f066 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .warm_9ec2 {
    padding: 1rem;
  }

  .full_080e {
    font-size: 1.5rem;
  }

  .shadow_blue_6595 {
    font-size: 0.75rem;
  }

  .texture-wide-8df5 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .layout-ad97 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .layout-ad97 .thumbnail-wood-9e89 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .advanced-f066 {
    grid-template-columns: 1fr;
  }
}

.detail_8789 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.tag-old-fcd9 {
  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 === */
.carousel_warm_4a7c {
  margin-bottom: 2.5rem;
}

.menu-c615 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.detail_8789 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.link_13ac {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.item_brown_6bad {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.border-outer-cfb6 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.detail_e595 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.yellow-7f8b {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.module_slow_ab8f {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.frame_73c0 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.frame_73c0 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.fluid-0858 {
  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);
}

.action-fceb {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.east_5d60 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.up_3810 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.sidebar-wood-bde2 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.gas_9c46 {
  display: grid;
  gap: 1rem;
}

.feature-mini-4468 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.copper_5227 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.logo_0747 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.gold-98b9 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.sidebar-76d3 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.tag-huge-2dc0 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.tag-huge-2dc0 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.iron-8aba {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.bronze_9ab6 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.accent-tall-b63c {
  display: grid;
  gap: 2rem;
}

.container_b51c {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.item_brown_6bad {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.link_13ac {
  flex: 1;
}

.detail_e595 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.detail_e595 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.label-2f3a {
  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;
}

.yellow-7f8b {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.bronze-34fa {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.bronze-34fa span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.dim-251f {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.dim-251f a {
  font-size: 0.875rem;
  font-weight: 500;
}

.filter_3949 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.filter_3949 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.filter_3949 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.filter_3949 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.red-368b {
  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 === */
.disabled_9e3f {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.image-action-cd66 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.warm-4503 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.glass_2fef h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.glass_2fef ol {
  list-style: none;
  counter-reset: toc-counter;
}

.glass_2fef ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.glass_2fef 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;
}

.glass_2fef ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.glass_2fef ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.container-advanced-6faf {
  padding: 3rem 0 5rem;
}

.hovered-1f06 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.hovered-1f06.list_outer_d489 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.slider-befe {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.tag_9035 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.secondary_3ab5 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.secondary_3ab5 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.description_large_272d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.logo_fast_fa90 {
  text-align: center;
}

.disabled_current_f0c4 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.primary_5f79 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.container-c89b {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.accent_dec8 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.form-f28c {
  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;
}

.form-f28c * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.form-f28c:hover {
  box-shadow: var(--shadow-lg);
}

.form-f28c.thumbnail-2dcb {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.form-f28c h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.form-f28c ul {
  margin: 1rem 0;
}

.form-f28c li {
  margin-bottom: 0.75rem;
}

.primary_489c {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.frame_56da {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.frame_56da a {
  font-weight: 600;
}

/* === Data Tables === */
.pattern-2f91 {
  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;
}

.pattern-2f91 table {
  width: 100%;
  min-width: 600px;
}

.pattern-2f91 thead {
  background-color: var(--primary-color);
  color: white;
}

.pattern-2f91 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.pattern-2f91 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.pattern-2f91 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.pattern-2f91 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.shade-upper-5191 {
  list-style: none;
  margin: 1.5rem 0;
}

.shade-upper-5191 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.shade-upper-5191 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.middle_f0df::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-9608::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 === */
.header-cold-1523 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.container_c6d4 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.container_c6d4 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.container_c6d4 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.container_c6d4 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.header-cold-1523 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.panel-smooth-4911 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.panel-smooth-4911::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.medium_e44c {
  position: relative;
  margin-bottom: 3rem;
}

.frame-wood-a5ed {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.frame-wood-a5ed .fluid-1d85 {
  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;
}

.gradient-simple-2ec7 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.gradient-simple-2ec7 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.gradient-simple-2ec7 ul {
  margin: 1rem 0;
}

.gradient-simple-2ec7 li {
  margin-bottom: 0.75rem;
}

.west_148e {
  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 === */
.gold-368b {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.gold-368b h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.up_25f2 {
  list-style: none;
  margin: 1.5rem 0;
}

.up_25f2 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.up_25f2 a {
  font-weight: 600;
}

.notification-204e {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.first_6352 {
  margin: 2.5rem 0;
}

.chip-eb8c {
  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;
}

.chip-eb8c:hover {
  box-shadow: var(--shadow-lg);
}

.chip-eb8c.hero-easy-a020 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.image_old_9042 {
  flex-shrink: 0;
}

.image_old_9042 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);
}

.label-abdf h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.label-dirty-a606,
.heading_up_2176,
.border_76a3 {
  width: 100%;
  margin: 1.5rem 0;
}

.wide_070c {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.wide_070c strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.brown-d8d7 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.brown-d8d7 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.stale-c4ba {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.stale-c4ba strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.row_small_2ebf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.badge-9dad {
  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;
}

.badge-9dad:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.badge-9dad.fluid-230a {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.badge-9dad .old_aadf {
  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;
}

.badge-9dad h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.warm_b1b2 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.outline_over_5d24 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.outline_over_5d24 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.list-pink-af4d {
  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 === */
.thumbnail-wood-9e89 {
  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;
}

.top-be0d {
  background-color: var(--primary-color);
  color: white;
}

.top-be0d:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.hard_ea6a {
  background-color: var(--text-secondary);
  color: white;
}

.hard_ea6a:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.lower-ea25 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.lower-ea25:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.texture_dirty_04d2 {
  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;
}

.texture_dirty_04d2:hover {
  background-color: var(--primary-dark);
}

.short-fcc2 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.hidden_cold_98be {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.east_673d {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.widget-selected-6189 {
  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 === */
.table-c3a4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.component_5160 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.component_5160 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.column_complex_b669 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.avatar_new_1c5e {
  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;
}

.message-2dd4 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.soft-da3e {
  list-style: none;
  counter-reset: rank-counter;
}

.soft-da3e li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.soft-da3e 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;
}

.pagination-517a {
  list-style: none;
}

.pagination-517a li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.container-left-f963 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.plasma-8ba2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.plasma-8ba2 .center-878c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.plasma-8ba2 .fresh_be87 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.nav_center_e5ae {
  margin-top: 3rem;
}

.icon_678e {
  width: 100%;
}

.message-183b {
  background-color: #fef3c7;
}

.gold-7f56 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.search-selected-3774 {
  margin: 3rem 0;
}

.green-9257 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.lower_8c37 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.lower_8c37:hover {
  box-shadow: var(--shadow-lg);
}

.lower_8c37.aside-mini-61a6 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.motion-a8e1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.iron-23af strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.iron-23af span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.form_66f3 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.lower_8c37 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.logo_bottom_0335 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.primary-static-80d9 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.middle-6458 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.outline-2d30 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.black-103b {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.slow_2352 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.secondary-hard-8cf6 {
  max-width: 900px;
  margin: 0 auto;
}

.old-7984 {
  margin: 2rem 0;
}

.image_hard_1dcd {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.image_hard_1dcd summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.image_hard_1dcd summary::-webkit-details-marker {
  display: none;
}

.image_hard_1dcd summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.south-977d {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.image_hard_1dcd[open] .south-977d {
  transform: rotate(45deg);
}

.full_fde9 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.full_fde9 p:last-child {
  margin-bottom: 0;
}

.down-84e5 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.media-1ff6 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.section-6581 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.section-6581 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.section-6581 .thumbnail-wood-9e89 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.description-8859 {
  max-width: 900px;
  margin: 0 auto;
}

.current-e751 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.widget-a542 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.widget-a542.fn-success-9608 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.highlight_slow_f1c1 {
  font-size: 3rem;
  line-height: 1;
}

.outline_0755 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.fluid_a9af {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.footer-pink-fb77,
.black-fb35 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.footer-pink-fb77 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.black-fb35 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.banner_lite_9c79,
.disabled_right_4124 {
  margin: 1.5rem 0;
}

.banner_lite_9c79 li,
.disabled_right_4124 li {
  margin-bottom: 1rem;
}

.medium_e702 {
  margin: 3rem 0;
}

.sidebar_copper_7678 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.sidebar_copper_7678 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.sidebar_copper_7678 ol {
  margin: 1rem 0;
}

.sidebar_copper_7678 li {
  margin-bottom: 0.75rem;
}

.panel-tiny-3ba7 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.text_rough_d62f {
  margin: 2rem 0;
}

.green_23c1 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.caption-ad1b {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.media_top_023c {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.down-009e {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.header-9c98 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.text-fixed-2c58 {
  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;
}

.text-fixed-2c58 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.border-outer-cfb6 {
  flex: 1;
}

.border-outer-cfb6 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.sidebar_2af3 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.chip-30f4 p {
  margin-bottom: 1rem;
}

.carousel-dd56 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.border-e274 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.heading-focused-ef02 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.heading-focused-ef02 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.easy_0b6d h3 {
  margin-bottom: 1.5rem;
}

.input-8d05 {
  display: grid;
  gap: 2rem;
}

.notice-clean-eb07 {
  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;
}

.notice-clean-eb07 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.notice-clean-eb07 h4 {
  margin: 0 0 0.25rem;
}

.notice-clean-eb07 p {
  margin: 0;
  font-size: 0.9375rem;
}

.modal_f84e {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.mask_df44 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.mask_df44 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.mask_df44 ul {
  margin: 1.5rem 0;
}

.mask_df44 li {
  margin-bottom: 0.75rem;
}

.card_focused_5960 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.active-7172 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.hero_last_7051 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.old_4104 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.old_4104 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.description_hot_6d0a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.description_hot_6d0a a {
  color: rgba(255, 255, 255, 0.8);
}

.main-12f2 {
  list-style: none;
}

.main-12f2 li {
  margin-bottom: 0.75rem;
}

.main-12f2 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.main-12f2 a:hover {
  color: white;
}

.notice-29ec {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.paragraph_c440 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.dynamic_3f60 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.block_6652 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.module_0f17 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .hidden-0c8c {
    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;
  }

  .status-tall-d6ae {
    font-size: 1.5rem !important;
  }

  .menu-c615 {
    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 */
  .form-f28c,
  .feature_static_20b3,
  .gradient-simple-2ec7,
  .label-abdf,
  .motion-a8e1,
  .lower_8c37,
  .full_fde9,
  .texture-wide-8df5,
  .iron-8aba,
  .slider-befe {
    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 */
  .detail_8789 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .link_13ac {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .item_brown_6bad {
    flex-shrink: 0;
  }

  .border-outer-cfb6 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .detail_e595,
  .yellow-7f8b {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .yellow-7f8b {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .module-d782 {
    display: none;
  }

  /* Show mobile actions */
  .mask_stale_7e38 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .active-4d50 {
    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;
  }

  .active-4d50 svg {
    flex-shrink: 0;
  }

  .active-4d50 .glass_e497 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .active-4d50 .old-5b56 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .pattern-right-cc67 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .wood-446b {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .active-4d50:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .wood_3f0e {
    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;
  }

  .wood_3f0e.fn-active-9608 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .wood_3f0e li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .wood_3f0e li:last-child {
    border-bottom: none;
  }

  .wood_3f0e a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .feature_middle_314d {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background-color: var(--bg-primary);
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem;
    box-shadow: var(--shadow-lg);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-height: calc(100vh - 65px);
    overflow-y: auto;
    gap: 0;
  }

  .feature_middle_314d li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .feature_middle_314d li:last-child {
    border-bottom: none;
  }

  .feature_middle_314d a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .mask-5717 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .focus-c162 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .pagination_wide_4b57,
  .frame_pro_f7a7 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .pagination_wide_4b57 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .frame_pro_f7a7 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .feature_middle_314d.fn-active-9608 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .modal-short-0228 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .pattern-818a {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .avatar-99b8 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .content-8a7c {
    margin-top: 0;
  }

  /* Hero section */
  .content-8a7c {
    padding: 2rem 0 1.5rem;
  }

  .menu-c615 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .iron-8aba {
    font-size: 1rem;
  }

  /* Hero brand image */
  .picture_old_7fd9 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .purple-288e {
    max-width: 100%;
    border-radius: 8px;
  }

  .advanced-f066 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .warm_9ec2 {
    padding: 1rem;
  }

  .full_080e {
    font-size: 1.5rem;
  }

  .shadow_blue_6595 {
    font-size: 0.75rem;
  }

  .texture-wide-8df5 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .layout-ad97 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .layout-ad97 .thumbnail-wood-9e89 {
    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 */
  .warm-4503 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .chip-eb8c {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .image_old_9042 {
    margin-bottom: 1rem;
  }

  /* Author */
  .container_b51c {
    flex-direction: column;
  }

  .text-fixed-2c58 {
    flex-direction: column;
  }

  /* Quotes */
  .motion-a8e1 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .fluid_a9af {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .down-009e {
    flex-direction: column;
  }

  .down-009e .thumbnail-wood-9e89 {
    width: 100%;
  }

  /* Version comparison */
  .row_small_2ebf {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .table-c3a4 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .hero_last_7051 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .dynamic_3f60 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .pattern-2f91,
  .heading_up_2176,
  .widget_small_8ddc,
  .icon_678e,
  .label-dirty-a606,
  .border_76a3 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .pattern-2f91 table,
  .heading_up_2176 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .list-pink-af4d {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .hidden-0c8c {
    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;
  }

  .status-tall-d6ae {
    font-size: 1.25rem !important;
  }

  .menu-c615 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .pattern-818a {
    position: fixed;
  }

  .avatar-99b8 {
    padding: 0.625rem 0;
  }

  .widget_0765 img {
    height: 26px;
  }

  .feature_middle_314d {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .wood_3f0e {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .active-4d50 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .active-4d50 svg {
    width: 18px;
    height: 18px;
  }

  .active-4d50 .glass_e497 {
    font-size: 0.7rem;
  }

  .active-4d50 .old-5b56 {
    font-size: 0.65rem;
  }

  .pagination_wide_4b57,
  .frame_pro_f7a7 {
    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, .hidden-0c8c, .badge-3745, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .picture_old_7fd9 {
    padding: 1rem;
  }

  .advanced-f066 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .warm_9ec2 {
    padding: 0.875rem;
  }

  .full_080e {
    font-size: 1.25rem;
  }

  .layout-ad97 .thumbnail-wood-9e89 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .menu-c615 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .thumbnail-wood-9e89 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .short-fcc2 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .chip-eb8c {
    padding: 1rem;
  }

  .image_old_9042 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .form-f28c,
  .sort-under-c02f,
  .north-bce1,
  .solid-7d35 {
    padding: 1rem;
  }
}

@media print {
  .pattern-818a,
  .disabled_9e3f,
  .modal-short-0228,
  .thumbnail-wood-9e89,
  .active-7172 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .hidden-0c8c {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.dropdown_2e37 {
  margin-bottom: 3rem;
  text-align: center;
}

.status-tall-d6ae {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.pressed_492c {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.pressed_d0e5,
.hover-pro-dc93 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.red-a6a2 {
  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;
}

.red-a6a2:hover {
  transform: translateY(-5px);
}

.red-a6a2 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.red-a6a2 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.aside-paper-e7e2 {
  margin: 3rem 0;
}

.gradient-df23 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.smooth-0674 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.smooth-0674:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.component-831c {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.accent-bf84 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.white_33d7 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.silver_14c0 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.input-pro-a484 {
  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;
}

.input-pro-a484:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.input-pro-a484.secondary_31ff {
  border-left: 4px solid var(--primary-color);
}

.primary-liquid-fb99 {
  flex-shrink: 0;
}

.primary-liquid-fb99 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.icon_dirty_700e {
  flex: 1;
}

.icon_dirty_700e h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.small-8a3d {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.button_smooth_dc83,
.carousel_a841,
.main_4535 {
  margin-bottom: 1.5rem;
}

.button_smooth_dc83 h4,
.carousel_a841 h4,
.main_4535 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.button_smooth_dc83 ul,
.carousel_a841 ul,
.main_4535 ul {
  list-style: none;
  padding: 0;
}

.button_smooth_dc83 li,
.carousel_a841 li,
.main_4535 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.button_smooth_dc83 li:before,
.carousel_a841 li:before,
.main_4535 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.last-0628 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.last-0628 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;
}

.last-0628 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.mini-deb3 { margin: 2rem 0; }
.accordion_d46c { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.accordion_d46c h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.photo-3c18 p { margin-bottom: 1rem; line-height: 1.7; }
.photo-3c18 strong { color: var(--text-primary); }
.photo-3c18 ul { list-style: none; padding-left: 0; }
.photo-3c18 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.photo-3c18 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.rough-eba8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.hovered_9df8 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.hovered_9df8:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.new-62b6 { font-size: 3rem; margin-bottom: 1rem; }
.hovered_9df8 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.hovered_9df8 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.warm-254d { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.warm-254d span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.layout-aeec { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.layout-iron-07d6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.hero_7230 { text-align: center; }
.video_last_bec0 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.primary_black_9d6d { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.large_57da { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.tertiary_over_1bc1 { margin: 2rem 0; }
.wrapper_pressed_86ac { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.wrapper_pressed_86ac h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.wrapper_pressed_86ac p, .wrapper_pressed_86ac ul { line-height: 1.7; }
.wrapper_pressed_86ac ul { list-style: none; padding-left: 0; }
.wrapper_pressed_86ac ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.wrapper_pressed_86ac ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.popup-tiny-b7c7 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.row-e79a { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.badge-b13b { text-align: center; }
.label_plasma_9568 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.component_9a2b { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.tertiary_brown_dde4 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.pattern_b92e { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.content-fef3 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.content-fef3:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.content-fef3 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.content-fef3 p, .content-fef3 ul { line-height: 1.7; }
.content-fef3 ul { list-style: none; padding-left: 0; }
.content-fef3 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.content-fef3 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 0964 */
.shadow-element-k6 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
