/* ============================================
   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 */
.aside-e1aa p,
.fluid_627a,
.old_1e5f,
.summary_ab7a,
.light-75b6,
.item-b754,
.solid-561e,
.sidebar_middle_28ce {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.liquid_c50c {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.liquid_c50c > *,
.black-aa63,
.aside-e1aa,
.clean_da87 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .liquid_c50c {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .liquid_c50c {
    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 === */
.avatar-dynamic-84d5 {
  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 */
.avatar-dynamic-84d5.slow_4446 {
  box-shadow: var(--shadow-md);
}

.sort-0155 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.slider_dirty_a1ba img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.disabled_1be3 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.detail_ab3e {
  display: none;
}

/* Hide mobile actions on desktop */
.alert_0abd {
  display: none;
}

.copper_0799 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.copper_0799 a:hover,
.copper_0799 a.fn-active-f826 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.tertiary-3ca9 {
  margin-left: 1rem;
}

.plasma-b14f {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.container_soft_a697,
.aside_2563 {
  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;
}

.container_soft_a697 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.container_soft_a697: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;
}

.aside_2563 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.aside_2563: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;
}

.container_soft_a697 svg,
.aside_2563 svg {
  flex-shrink: 0;
}

.info_clean_5d16 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.light-4775 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.light-4775::before,
.light-4775::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.light-4775::before {
  top: -7px;
}

.light-4775::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.cool-2cd3 {
  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 === */
.dynamic-9fa7 {
  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);
}

.status-abe7 {
  margin: 0 0 2rem;
  text-align: center;
}

.pro_903f {
  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;
}

.pro_903f:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.hover_3efb {
  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);
}

.hover_3efb strong {
  color: var(--primary-color);
  font-weight: 700;
}

.gallery-62a2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.slider_4071 {
  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;
}

.slider_4071:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.photo-light-baae {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.disabled-glass-ea35 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.active-fd6c {
  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);
}

.active-fd6c .detail_dynamic_edfa {
  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;
}

.active-fd6c .detail_dynamic_edfa svg {
  flex-shrink: 0;
}

.active-fd6c .hero-b8af {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.active-fd6c .hero-b8af: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);
}

.active-fd6c .backdrop-36e6 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.active-fd6c .backdrop-36e6: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) {
  .dynamic-9fa7 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .pro_903f {
    max-width: 100%;
  }

  .gallery-62a2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .slider_4071 {
    padding: 1rem;
  }

  .photo-light-baae {
    font-size: 1.5rem;
  }

  .disabled-glass-ea35 {
    font-size: 0.75rem;
  }

  .hover_3efb {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .active-fd6c {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .active-fd6c .detail_dynamic_edfa {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .gallery-62a2 {
    grid-template-columns: 1fr;
  }
}

.notification-8e51 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.gradient_1895 {
  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 === */
.preview-a940 {
  margin-bottom: 2.5rem;
}

.full_d797 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.notification-8e51 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.table_black_8d6f {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.avatar_large_a48d {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.widget-silver-bb25 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.grid_middle_ee5b {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.logo-55ef {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.status-967d {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.complex_fd0b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.complex_fd0b svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.slider-hovered-ccd2 {
  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);
}

.lite_dcd8 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.border_671e {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.mask_f20b {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.rough_f6d7 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.shadow_9c39 {
  display: grid;
  gap: 1rem;
}

.mini_6e8d {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.north_9afd {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.south-7af7 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.hover_east_b80b {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.center-7557 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.slow-d6e2 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.slow-d6e2 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.fluid_627a {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.disabled_up_27bb {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.smooth_ea99 {
  display: grid;
  gap: 2rem;
}

.tabs-small-b87e {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.avatar_large_a48d {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.table_black_8d6f {
  flex: 1;
}

.grid_middle_ee5b {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.grid_middle_ee5b a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.thumbnail-59ed {
  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;
}

.logo-55ef {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.info-5cc3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.info-5cc3 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.preview_fluid_9f40 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.preview_fluid_9f40 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.fast_9d82 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.fast_9d82 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.fast_9d82 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fast_9d82 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.description-fast-da04 {
  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 === */
.caption-ab85 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.prev-b9d6 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.mask_7c01 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.gas-e646 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.gas-e646 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.gas-e646 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.gas-e646 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;
}

.gas-e646 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.gas-e646 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.aside-e1aa {
  padding: 3rem 0 5rem;
}

.clean_da87 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.clean_da87.section-62f9 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.old_1e5f {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.menu-fdca {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.image_upper_364c {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.image_upper_364c h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.list-10a6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.blue-5c88 {
  text-align: center;
}

.form-b680 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.wood-06d7 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.narrow-8be0 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.item-b754 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.summary_ab7a {
  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;
}

.summary_ab7a * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.summary_ab7a:hover {
  box-shadow: var(--shadow-lg);
}

.summary_ab7a.mask_light_47e8 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.summary_ab7a h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.summary_ab7a ul {
  margin: 1rem 0;
}

.summary_ab7a li {
  margin-bottom: 0.75rem;
}

.section-upper-8cda {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.aside-over-27ed {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.aside-over-27ed a {
  font-weight: 600;
}

/* === Data Tables === */
.notice_d99d {
  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;
}

.notice_d99d table {
  width: 100%;
  min-width: 600px;
}

.notice_d99d thead {
  background-color: var(--primary-color);
  color: white;
}

.notice_d99d th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.notice_d99d td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.notice_d99d tbody tr:hover {
  background-color: var(--bg-secondary);
}

.notice_d99d tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.full-038a {
  list-style: none;
  margin: 1.5rem 0;
}

.full-038a li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.full-038a li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.label_f2b4::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-f826::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 === */
.slider-paper-c50a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.main-soft-a2c4 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.main-soft-a2c4 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.main-soft-a2c4 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.main-soft-a2c4 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.slider-paper-c50a blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.solid-561e {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.solid-561e::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.badge_static_99dd {
  position: relative;
  margin-bottom: 3rem;
}

.article_fast_385e {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.article_fast_385e .accent_stone_1fba {
  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;
}

.cold_2e60 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.cold_2e60 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.cold_2e60 ul {
  margin: 1rem 0;
}

.cold_2e60 li {
  margin-bottom: 0.75rem;
}

.panel-old-fbfe {
  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 === */
.article_black_b4d3 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.article_black_b4d3 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.medium_5ee6 {
  list-style: none;
  margin: 1.5rem 0;
}

.medium_5ee6 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.medium_5ee6 a {
  font-weight: 600;
}

.outline_68b0 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.sidebar_middle_28ce {
  margin: 2.5rem 0;
}

.aside-88f9 {
  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;
}

.aside-88f9:hover {
  box-shadow: var(--shadow-lg);
}

.aside-88f9.info_8686 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.down-c805 {
  flex-shrink: 0;
}

.down-c805 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.current-d47c h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.article-ede9,
.full-feb4,
.inner_bd76 {
  width: 100%;
  margin: 1.5rem 0;
}

.footer_957a {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.footer_957a strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.notification-631a {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.notification-631a strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.sort-fab2 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.sort-fab2 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.mask-thick-f329 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.out-2502 {
  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;
}

.out-2502:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.out-2502.dynamic_961e {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.out-2502 .dim-968c {
  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;
}

.out-2502 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.alert_mini_7680 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.complex_9ebd {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.complex_9ebd label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.west-7ef8 {
  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 === */
.detail_dynamic_edfa {
  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;
}

.hero-b8af {
  background-color: var(--primary-color);
  color: white;
}

.hero-b8af:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.backdrop-36e6 {
  background-color: var(--text-secondary);
  color: white;
}

.backdrop-36e6:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.alert_hovered_755d {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.alert_hovered_755d:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.focused_0fb6 {
  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;
}

.focused_0fb6:hover {
  background-color: var(--primary-dark);
}

.thumbnail_6aa7 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.narrow_4412 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.gradient-pro-ab39 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.brown-18a1 {
  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 === */
.first-06fd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.prev-332a {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.prev-332a h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.modal-hot-6d41 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.box_64af {
  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;
}

.gradient-6db7 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.secondary-2deb {
  list-style: none;
  counter-reset: rank-counter;
}

.secondary-2deb li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.secondary-2deb 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;
}

.highlight-fast-bb60 {
  list-style: none;
}

.highlight-fast-bb60 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.white_e903 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.copper_0fac {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.copper_0fac .full_5e0b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.copper_0fac .texture-in-939e {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.breadcrumb_9d30 {
  margin-top: 3rem;
}

.brown_aaf0 {
  width: 100%;
}

.title-a109 {
  background-color: #fef3c7;
}

.status-b709 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.icon_first_c22c {
  margin: 3rem 0;
}

.row_out_2759 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.highlight-fixed-110d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.highlight-fixed-110d:hover {
  box-shadow: var(--shadow-lg);
}

.highlight-fixed-110d.disabled-6fb2 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.description_huge_fe3d {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.gallery-9bae strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.gallery-9bae span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.tooltip-hovered-5943 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.highlight-fixed-110d blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.fluid-573b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.last_e58d {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.picture_white_401c {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.form-red-d750 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.header_73da {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.stone-5abc {
  margin-top: 1rem;
}

/* === FAQ Section === */
.row-a565 {
  max-width: 900px;
  margin: 0 auto;
}

.card_2da5 {
  margin: 2rem 0;
}

.focus-e57a {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.focus-e57a summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.focus-e57a summary::-webkit-details-marker {
  display: none;
}

.focus-e57a summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.logo-selected-8813 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.focus-e57a[open] .logo-selected-8813 {
  transform: rotate(45deg);
}

.main_22a0 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.main_22a0 p:last-child {
  margin-bottom: 0;
}

.stale_8ab2 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.notification-copper-6bc2 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.widget_hard_dd21 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.widget_hard_dd21 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.widget_hard_dd21 .detail_dynamic_edfa {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.nav_bde5 {
  max-width: 900px;
  margin: 0 auto;
}

.in_00da {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.block-easy-5bb6 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.block-easy-5bb6.fn-success-f826 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.video_7106 {
  font-size: 3rem;
  line-height: 1;
}

.top_4f36 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.secondary-89af {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.search-43b2,
.tiny_0453 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.search-43b2 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.tiny_0453 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.cool_ec68,
.hard_afe0 {
  margin: 1.5rem 0;
}

.cool_ec68 li,
.hard_afe0 li {
  margin-bottom: 1rem;
}

.thumbnail_fec5 {
  margin: 3rem 0;
}

.label-1337 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.label-1337 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.label-1337 ol {
  margin: 1rem 0;
}

.label-1337 li {
  margin-bottom: 0.75rem;
}

.frame-slow-1614 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.label-ae2c {
  margin: 2rem 0;
}

.surface_hot_efe8 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.search_d7bb {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.photo_5421 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.active_0fb5 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.list_91b6 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.frame-6fb0 {
  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;
}

.frame-6fb0 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.widget-silver-bb25 {
  flex: 1;
}

.widget-silver-bb25 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.wrapper_inner_4cb6 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.search_0b85 p {
  margin-bottom: 1rem;
}

.thumbnail_3090 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.pagination_f875 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.block_42d4 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.block_42d4 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.dynamic-acbc h3 {
  margin-bottom: 1.5rem;
}

.menu-focused-5249 {
  display: grid;
  gap: 2rem;
}

.main_in_45d4 {
  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;
}

.main_in_45d4 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.main_in_45d4 h4 {
  margin: 0 0 0.25rem;
}

.main_in_45d4 p {
  margin: 0;
  font-size: 0.9375rem;
}

.wrapper-center-332b {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.center_d4f8 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.center_d4f8 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.center_d4f8 ul {
  margin: 1.5rem 0;
}

.center_d4f8 li {
  margin-bottom: 0.75rem;
}

.modal-focused-cd34 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.mask_0120 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.overlay-up-63c7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.table_d201 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.table_d201 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.tabs-d157 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.tabs-d157 a {
  color: rgba(255, 255, 255, 0.8);
}

.outer-f7a9 {
  list-style: none;
}

.outer-f7a9 li {
  margin-bottom: 0.75rem;
}

.outer-f7a9 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.outer-f7a9 a:hover {
  color: white;
}

.media_prev_56ab {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.carousel_upper_6ad8 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.widget_089c {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.out_54ce {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.section_purple_6aaa {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .liquid_c50c {
    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;
  }

  .outline_east_c4cb {
    font-size: 1.5rem !important;
  }

  .full_d797 {
    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 */
  .summary_ab7a,
  .light-75b6,
  .cold_2e60,
  .current-d47c,
  .description_huge_fe3d,
  .highlight-fixed-110d,
  .main_22a0,
  .hover_3efb,
  .fluid_627a,
  .old_1e5f {
    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 */
  .notification-8e51 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .table_black_8d6f {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .avatar_large_a48d {
    flex-shrink: 0;
  }

  .widget-silver-bb25 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .grid_middle_ee5b,
  .logo-55ef {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .logo-55ef {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .disabled_1be3 {
    display: none;
  }

  /* Show mobile actions */
  .alert_0abd {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .heading_f33e {
    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;
  }

  .heading_f33e svg {
    flex-shrink: 0;
  }

  .heading_f33e .photo_short_fb07 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .heading_f33e .bronze-4ce1 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .texture-938f {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .highlight-brown-0e55 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .heading_f33e:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .detail_ab3e {
    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;
  }

  .detail_ab3e.fn-active-f826 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .detail_ab3e li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .detail_ab3e li:last-child {
    border-bottom: none;
  }

  .detail_ab3e a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .copper_0799 {
    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;
  }

  .copper_0799 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .copper_0799 li:last-child {
    border-bottom: none;
  }

  .copper_0799 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .tertiary-3ca9 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .plasma-b14f {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .container_soft_a697,
  .aside_2563 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .container_soft_a697 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .aside_2563 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .copper_0799.fn-active-f826 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .info_clean_5d16 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .avatar-dynamic-84d5 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .sort-0155 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .cool-2cd3 {
    margin-top: 0;
  }

  /* Hero section */
  .cool-2cd3 {
    padding: 2rem 0 1.5rem;
  }

  .full_d797 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .fluid_627a {
    font-size: 1rem;
  }

  /* Hero brand image */
  .dynamic-9fa7 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .pro_903f {
    max-width: 100%;
    border-radius: 8px;
  }

  .gallery-62a2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .slider_4071 {
    padding: 1rem;
  }

  .photo-light-baae {
    font-size: 1.5rem;
  }

  .disabled-glass-ea35 {
    font-size: 0.75rem;
  }

  .hover_3efb {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .active-fd6c {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .active-fd6c .detail_dynamic_edfa {
    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 */
  .mask_7c01 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .aside-88f9 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .down-c805 {
    margin-bottom: 1rem;
  }

  /* Author */
  .tabs-small-b87e {
    flex-direction: column;
  }

  .frame-6fb0 {
    flex-direction: column;
  }

  /* Quotes */
  .description_huge_fe3d {
    flex-direction: column;
  }

  /* Pros/Cons */
  .secondary-89af {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .active_0fb5 {
    flex-direction: column;
  }

  .active_0fb5 .detail_dynamic_edfa {
    width: 100%;
  }

  /* Version comparison */
  .mask-thick-f329 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .first-06fd {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .overlay-up-63c7 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .widget_089c {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .notice_d99d,
  .full-feb4,
  .active-d0e0,
  .brown_aaf0,
  .article-ede9,
  .inner_bd76 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .notice_d99d table,
  .full-feb4 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .west-7ef8 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .liquid_c50c {
    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;
  }

  .outline_east_c4cb {
    font-size: 1.25rem !important;
  }

  .full_d797 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .avatar-dynamic-84d5 {
    position: fixed;
  }

  .sort-0155 {
    padding: 0.625rem 0;
  }

  .slider_dirty_a1ba img {
    height: 26px;
  }

  .copper_0799 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .detail_ab3e {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .heading_f33e {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .heading_f33e svg {
    width: 18px;
    height: 18px;
  }

  .heading_f33e .photo_short_fb07 {
    font-size: 0.7rem;
  }

  .heading_f33e .bronze-4ce1 {
    font-size: 0.65rem;
  }

  .container_soft_a697,
  .aside_2563 {
    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, .liquid_c50c, .black-aa63, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .dynamic-9fa7 {
    padding: 1rem;
  }

  .gallery-62a2 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .slider_4071 {
    padding: 0.875rem;
  }

  .photo-light-baae {
    font-size: 1.25rem;
  }

  .active-fd6c .detail_dynamic_edfa {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .full_d797 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .detail_dynamic_edfa {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .thumbnail_6aa7 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .aside-88f9 {
    padding: 1rem;
  }

  .down-c805 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .summary_ab7a,
  .advanced_0799,
  .popup_east_1691,
  .message_hard_0ce2 {
    padding: 1rem;
  }
}

@media print {
  .avatar-dynamic-84d5,
  .caption-ab85,
  .info_clean_5d16,
  .detail_dynamic_edfa,
  .mask_0120 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .liquid_c50c {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.sort-f30b {
  margin-bottom: 3rem;
  text-align: center;
}

.outline_east_c4cb {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.filter-1c93 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.dynamic_192d,
.tertiary_silver_86d4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.button-liquid-726f {
  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;
}

.button-liquid-726f:hover {
  transform: translateY(-5px);
}

.button-liquid-726f strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.button-liquid-726f span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.title-0dec {
  margin: 3rem 0;
}

.search_e1f4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.label_south_378e {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.label_south_378e:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.thumbnail_573d {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.image_a329 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.article_c827 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.green_c42c {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.description-eec4 {
  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;
}

.description-eec4:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.description-eec4.image_out_a491 {
  border-left: 4px solid var(--primary-color);
}

.list-c021 {
  flex-shrink: 0;
}

.list-c021 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.surface_top_ed18 {
  flex: 1;
}

.surface_top_ed18 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.cold_76fe {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.focus-old-8d7a,
.logo-ab4f,
.widget-up-6b4d {
  margin-bottom: 1.5rem;
}

.focus-old-8d7a h4,
.logo-ab4f h4,
.widget-up-6b4d h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.focus-old-8d7a ul,
.logo-ab4f ul,
.widget-up-6b4d ul {
  list-style: none;
  padding: 0;
}

.focus-old-8d7a li,
.logo-ab4f li,
.widget-up-6b4d li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.focus-old-8d7a li:before,
.logo-ab4f li:before,
.widget-up-6b4d li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.gallery_rough_4520 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.gallery_rough_4520 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;
}

.gallery_rough_4520 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.basic-8d40 { margin: 2rem 0; }
.focus-small-3fd9 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.focus-small-3fd9 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.breadcrumb_4f77 p { margin-bottom: 1rem; line-height: 1.7; }
.breadcrumb_4f77 strong { color: var(--text-primary); }
.breadcrumb_4f77 ul { list-style: none; padding-left: 0; }
.breadcrumb_4f77 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.breadcrumb_4f77 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.icon_light_66dd { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.description-9fb4 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.description-9fb4:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.form-fluid-3e37 { font-size: 3rem; margin-bottom: 1rem; }
.description-9fb4 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.description-9fb4 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.tertiary_1e92 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.tertiary_1e92 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.footer_last_23f5 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.surface_gold_9c9b { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.aside-f824 { text-align: center; }
.backdrop_7046 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.notice-wood-b641 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.card_fd9a { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.gallery_b239 { margin: 2rem 0; }
.tertiary-west-fd08 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.tertiary-west-fd08 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.tertiary-west-fd08 p, .tertiary-west-fd08 ul { line-height: 1.7; }
.tertiary-west-fd08 ul { list-style: none; padding-left: 0; }
.tertiary-west-fd08 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.tertiary-west-fd08 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.brown-9fe1 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.notice-focused-4a13 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.status-pink-4976 { text-align: center; }
.brown-5b3b { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.shadow-31a3 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.card-9f3d { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.title-072b { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.tabs_plasma_2c5e { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.tabs_plasma_2c5e:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.tabs_plasma_2c5e h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.tabs_plasma_2c5e p, .tabs_plasma_2c5e ul { line-height: 1.7; }
.tabs_plasma_2c5e ul { list-style: none; padding-left: 0; }
.tabs_plasma_2c5e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.tabs_plasma_2c5e ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: cb53 */
.widget-item-b1 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.3;
}
