/* ============================================
   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 */
.next_e3f1 p,
.selected_e662,
.info_89df,
.avatar-cool-1988,
.avatar-paper-e1a0,
.dark-f062,
.advanced_c2ae,
.sidebar-8344 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.smooth_e7cb {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.smooth_e7cb > *,
.slow-91c0,
.next_e3f1,
.slider_rough_3e8d {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .smooth_e7cb {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .smooth_e7cb {
    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 === */
.title_first_f3f3 {
  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 */
.title_first_f3f3.title_light_fc19 {
  box-shadow: var(--shadow-md);
}

.fixed_7161 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.hover-baa4 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.picture_inner_131a {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.highlight_3436 {
  display: none;
}

/* Hide mobile actions on desktop */
.alert-next-a18f {
  display: none;
}

.primary-f8af a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.primary-f8af a:hover,
.primary-f8af a.fn-active-0953 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.logo-85fc {
  margin-left: 1rem;
}

.left_83d6 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.first-501a,
.highlight-b42e {
  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;
}

.first-501a {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.first-501a: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;
}

.highlight-b42e {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.highlight-b42e: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;
}

.first-501a svg,
.highlight-b42e svg {
  flex-shrink: 0;
}

.active_af6f {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.article-rough-6ca9 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.article-rough-6ca9::before,
.article-rough-6ca9::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.article-rough-6ca9::before {
  top: -7px;
}

.article-rough-6ca9::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.purple-2855 {
  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 === */
.accordion_fee2 {
  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);
}

.focused-15b4 {
  margin: 0 0 2rem;
  text-align: center;
}

.east_c294 {
  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;
}

.east_c294:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.gallery_first_9e96 {
  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);
}

.gallery_first_9e96 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.selected-eb9a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.dim-3e14 {
  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;
}

.dim-3e14:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.gradient_blue_5cb1 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.gold-1d4a {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.detail-daf8 {
  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);
}

.detail-daf8 .top_4fd7 {
  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;
}

.detail-daf8 .top_4fd7 svg {
  flex-shrink: 0;
}

.detail-daf8 .module_23b9 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.detail-daf8 .module_23b9: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);
}

.detail-daf8 .primary_8c4d {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.detail-daf8 .primary_8c4d: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) {
  .accordion_fee2 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .east_c294 {
    max-width: 100%;
  }

  .selected-eb9a {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .dim-3e14 {
    padding: 1rem;
  }

  .gradient_blue_5cb1 {
    font-size: 1.5rem;
  }

  .gold-1d4a {
    font-size: 0.75rem;
  }

  .gallery_first_9e96 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .detail-daf8 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .detail-daf8 .top_4fd7 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .selected-eb9a {
    grid-template-columns: 1fr;
  }
}

.chip_copper_a980 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.green-92aa {
  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 === */
.surface-999e {
  margin-bottom: 2.5rem;
}

.summary_fa7a {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.chip_copper_a980 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.item-hard-2a1b {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.texture-large-45a1 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.large-e6c6 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.input_9bab {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.section_bronze_2bf0 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.narrow-5a79 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.complex_4114 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.complex_4114 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.hero_4902 {
  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);
}

.popup-9c1d {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.left-b895 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.summary_plasma_9cc1 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.hidden-dark-fcf4 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.media_c6df {
  display: grid;
  gap: 1rem;
}

.paragraph-312a {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.sidebar_steel_776d {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.icon-old-0abd {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.chip-af26 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.module-6674 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.notification-2447 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.notification-2447 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.selected_e662 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.logo-out-b4b8 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.feature-selected-d69d {
  display: grid;
  gap: 2rem;
}

.status_6367 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.texture-large-45a1 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.item-hard-2a1b {
  flex: 1;
}

.input_9bab {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.input_9bab a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.blue_5f80 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  font-size: 0.75rem;
}

.section_bronze_2bf0 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.component-9950 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.component-9950 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.popup-b7b6 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.popup-b7b6 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.current_735c {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.current_735c strong {
  display: block;
  margin-bottom: 0.75rem;
}

.current_735c ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.current_735c li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.form-hard-df76 {
  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 === */
.focused_cdf9 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.surface-dim-f146 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.tag-rough-1c38 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.dynamic-5053 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.dynamic-5053 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.dynamic-5053 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.dynamic-5053 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;
}

.dynamic-5053 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.dynamic-5053 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.next_e3f1 {
  padding: 3rem 0 5rem;
}

.slider_rough_3e8d {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.slider_rough_3e8d.avatar-4c9b {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.info_89df {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.picture_hard_4c49 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.dirty-e003 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.dirty-e003 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.paragraph_cdb1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.chip_5fd4 {
  text-align: center;
}

.purple_74ac {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.column-1558 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.article_6055 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.dark-f062 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.avatar-cool-1988 {
  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;
}

.avatar-cool-1988 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.avatar-cool-1988:hover {
  box-shadow: var(--shadow-lg);
}

.avatar-cool-1988.list_down_3527 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.avatar-cool-1988 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.avatar-cool-1988 ul {
  margin: 1rem 0;
}

.avatar-cool-1988 li {
  margin-bottom: 0.75rem;
}

.form_8917 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.background_south_986c {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.background_south_986c a {
  font-weight: 600;
}

/* === Data Tables === */
.notice_b3fa {
  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_b3fa table {
  width: 100%;
  min-width: 600px;
}

.notice_b3fa thead {
  background-color: var(--primary-color);
  color: white;
}

.notice_b3fa th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.notice_b3fa td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.notice_b3fa tbody tr:hover {
  background-color: var(--bg-secondary);
}

.notice_b3fa tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.top-a11a {
  list-style: none;
  margin: 1.5rem 0;
}

.top-a11a li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.top-a11a li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.column-right-1507::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-0953::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 === */
.message_ae3d {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.container-fast-1ba4 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.container-fast-1ba4 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.container-fast-1ba4 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.container-fast-1ba4 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.message_ae3d blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.advanced_c2ae {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.advanced_c2ae::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.first-1516 {
  position: relative;
  margin-bottom: 3rem;
}

.stale_4870 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.stale_4870 .highlight_red_68e6 {
  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;
}

.sort-out-47bb {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.sort-out-47bb h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.sort-out-47bb ul {
  margin: 1rem 0;
}

.sort-out-47bb li {
  margin-bottom: 0.75rem;
}

.up-3579 {
  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 === */
.mask_c2c1 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.mask_c2c1 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.pressed-af07 {
  list-style: none;
  margin: 1.5rem 0;
}

.pressed-af07 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.pressed-af07 a {
  font-weight: 600;
}

.media-wood-5c9b {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.sidebar-8344 {
  margin: 2.5rem 0;
}

.current_137d {
  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;
}

.current_137d:hover {
  box-shadow: var(--shadow-lg);
}

.current_137d.slow-bba4 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.full_f6e6 {
  flex-shrink: 0;
}

.full_f6e6 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.component-simple-7cd1 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.focus-8d69,
.hover-e28a,
.green-99c2 {
  width: 100%;
  margin: 1.5rem 0;
}

.soft-4a92 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.soft-4a92 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.accordion_bcd9 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.accordion_bcd9 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.bright-ec65 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.bright-ec65 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.filter-lower-84dc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.heading-upper-dbee {
  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;
}

.heading-upper-dbee:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.heading-upper-dbee.backdrop_7d60 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.heading-upper-dbee .hover_e701 {
  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;
}

.heading-upper-dbee h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.container-copper-fb38 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.dropdown-df46 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.dropdown-df46 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.background_7ccd {
  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 === */
.top_4fd7 {
  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;
}

.module_23b9 {
  background-color: var(--primary-color);
  color: white;
}

.module_23b9:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.primary_8c4d {
  background-color: var(--text-secondary);
  color: white;
}

.primary_8c4d:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.message_200c {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.message_200c:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.paragraph-d818 {
  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;
}

.paragraph-d818:hover {
  background-color: var(--primary-dark);
}

.alert-plasma-3c3b {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.active-34d3 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.preview-copper-a716 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.hidden_dirty_48d7 {
  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 === */
.shadow_selected_6e9c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.tooltip_ddf1 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.tooltip_ddf1 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.avatar_light_8cbb {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.surface_5eb3 {
  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;
}

.filter_d6a4 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.thick-8fb9 {
  list-style: none;
  counter-reset: rank-counter;
}

.thick-8fb9 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.thick-8fb9 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;
}

.advanced_5a1d {
  list-style: none;
}

.advanced_5a1d li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.hovered_1242 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.caption_fast_3863 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.caption_fast_3863 .tall_83c6 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.caption_fast_3863 .element-liquid-0cab {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.yellow_64db {
  margin-top: 3rem;
}

.stale_1961 {
  width: 100%;
}

.chip-tiny-6774 {
  background-color: #fef3c7;
}

.sidebar-medium-a4c5 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.badge_4d91 {
  margin: 3rem 0;
}

.status-c887 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.alert_59ae {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.alert_59ae:hover {
  box-shadow: var(--shadow-lg);
}

.alert_59ae.label-31e4 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.widget-b01e {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.smooth_b775 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.smooth_b775 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pro-222b {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.alert_59ae blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.block_8cc7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.article_dirty_0d0d {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.tooltip_77c9 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.active-d4c9 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.gradient-top-9f50 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.avatar-right-f7bc {
  margin-top: 1rem;
}

/* === FAQ Section === */
.background-bottom-2cab {
  max-width: 900px;
  margin: 0 auto;
}

.tag_9563 {
  margin: 2rem 0;
}

.tabs-4f12 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.tabs-4f12 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.tabs-4f12 summary::-webkit-details-marker {
  display: none;
}

.tabs-4f12 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.right-1d16 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.tabs-4f12[open] .right-1d16 {
  transform: rotate(45deg);
}

.description-under-f173 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.description-under-f173 p:last-child {
  margin-bottom: 0;
}

.row-b332 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.carousel-silver-0cde {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.focused_e85d {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.focused_e85d p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.focused_e85d .top_4fd7 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.info-dirty-62ef {
  max-width: 900px;
  margin: 0 auto;
}

.blue_8181 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.gradient-9e95 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.gradient-9e95.fn-success-0953 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.module_2618 {
  font-size: 3rem;
  line-height: 1;
}

.orange_d528 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.secondary_next_a530 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.picture_medium_0ed7,
.hard_2d52 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.picture_medium_0ed7 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.hard_2d52 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.warm_042f,
.copper_dbcb {
  margin: 1.5rem 0;
}

.warm_042f li,
.copper_dbcb li {
  margin-bottom: 1rem;
}

.easy-11be {
  margin: 3rem 0;
}

.gradient_inner_38fe {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.gradient_inner_38fe h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.gradient_inner_38fe ol {
  margin: 1rem 0;
}

.gradient_inner_38fe li {
  margin-bottom: 0.75rem;
}

.title-eec4 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.message-85de {
  margin: 2rem 0;
}

.footer-liquid-3d18 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.overlay_8b1f {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.notice_33fe {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.in-3195 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.article_9274 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.hidden_94d1 {
  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;
}

.hidden_94d1 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.large-e6c6 {
  flex: 1;
}

.large-e6c6 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.box-tiny-6311 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.breadcrumb_89d7 p {
  margin-bottom: 1rem;
}

.accordion_f22f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.block_2f69 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.photo_fixed_8078 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.photo_fixed_8078 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.border-34a8 h3 {
  margin-bottom: 1.5rem;
}

.sidebar_orange_7475 {
  display: grid;
  gap: 2rem;
}

.sidebar-thick-891a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.sidebar-thick-891a img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.sidebar-thick-891a h4 {
  margin: 0 0 0.25rem;
}

.sidebar-thick-891a p {
  margin: 0;
  font-size: 0.9375rem;
}

.text_52ae {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.motion-e1bb {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.motion-e1bb h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.motion-e1bb ul {
  margin: 1.5rem 0;
}

.motion-e1bb li {
  margin-bottom: 0.75rem;
}

.element_71e9 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.input-02d4 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.fast_d623 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.picture-fixed-fe53 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.picture-fixed-fe53 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.heading-4230 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.heading-4230 a {
  color: rgba(255, 255, 255, 0.8);
}

.block_b449 {
  list-style: none;
}

.block_b449 li {
  margin-bottom: 0.75rem;
}

.block_b449 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.block_b449 a:hover {
  color: white;
}

.menu-brown-376c {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.basic_e99d {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.full_7187 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.solid_78da {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.aside-left-d47d {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .smooth_e7cb {
    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;
  }

  .input-2d88 {
    font-size: 1.5rem !important;
  }

  .summary_fa7a {
    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 */
  .avatar-cool-1988,
  .avatar-paper-e1a0,
  .sort-out-47bb,
  .component-simple-7cd1,
  .widget-b01e,
  .alert_59ae,
  .description-under-f173,
  .gallery_first_9e96,
  .selected_e662,
  .info_89df {
    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 */
  .chip_copper_a980 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .item-hard-2a1b {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .texture-large-45a1 {
    flex-shrink: 0;
  }

  .large-e6c6 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .input_9bab,
  .section_bronze_2bf0 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .section_bronze_2bf0 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .picture_inner_131a {
    display: none;
  }

  /* Show mobile actions */
  .alert-next-a18f {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .description_66dc {
    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;
  }

  .description_66dc svg {
    flex-shrink: 0;
  }

  .description_66dc .rough_087b {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .description_66dc .layout-right-0b4b {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .footer_4672 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .iron-1def {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .description_66dc:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .highlight_3436 {
    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;
  }

  .highlight_3436.fn-active-0953 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .highlight_3436 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .highlight_3436 li:last-child {
    border-bottom: none;
  }

  .highlight_3436 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .primary-f8af {
    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;
  }

  .primary-f8af li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .primary-f8af li:last-child {
    border-bottom: none;
  }

  .primary-f8af a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .logo-85fc {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .left_83d6 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .first-501a,
  .highlight-b42e {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .first-501a {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .highlight-b42e {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .primary-f8af.fn-active-0953 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .active_af6f {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .title_first_f3f3 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .fixed_7161 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .purple-2855 {
    margin-top: 0;
  }

  /* Hero section */
  .purple-2855 {
    padding: 2rem 0 1.5rem;
  }

  .summary_fa7a {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .selected_e662 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .accordion_fee2 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .east_c294 {
    max-width: 100%;
    border-radius: 8px;
  }

  .selected-eb9a {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .dim-3e14 {
    padding: 1rem;
  }

  .gradient_blue_5cb1 {
    font-size: 1.5rem;
  }

  .gold-1d4a {
    font-size: 0.75rem;
  }

  .gallery_first_9e96 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .detail-daf8 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .detail-daf8 .top_4fd7 {
    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 */
  .tag-rough-1c38 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .current_137d {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .full_f6e6 {
    margin-bottom: 1rem;
  }

  /* Author */
  .status_6367 {
    flex-direction: column;
  }

  .hidden_94d1 {
    flex-direction: column;
  }

  /* Quotes */
  .widget-b01e {
    flex-direction: column;
  }

  /* Pros/Cons */
  .secondary_next_a530 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .in-3195 {
    flex-direction: column;
  }

  .in-3195 .top_4fd7 {
    width: 100%;
  }

  /* Version comparison */
  .filter-lower-84dc {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .shadow_selected_6e9c {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .fast_d623 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .full_7187 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .notice_b3fa,
  .hover-e28a,
  .tag-be4f,
  .stale_1961,
  .focus-8d69,
  .green-99c2 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .notice_b3fa table,
  .hover-e28a table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .background_7ccd {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .smooth_e7cb {
    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;
  }

  .input-2d88 {
    font-size: 1.25rem !important;
  }

  .summary_fa7a {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .title_first_f3f3 {
    position: fixed;
  }

  .fixed_7161 {
    padding: 0.625rem 0;
  }

  .hover-baa4 img {
    height: 26px;
  }

  .primary-f8af {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .highlight_3436 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .description_66dc {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .description_66dc svg {
    width: 18px;
    height: 18px;
  }

  .description_66dc .rough_087b {
    font-size: 0.7rem;
  }

  .description_66dc .layout-right-0b4b {
    font-size: 0.65rem;
  }

  .first-501a,
  .highlight-b42e {
    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, .smooth_e7cb, .slow-91c0, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .accordion_fee2 {
    padding: 1rem;
  }

  .selected-eb9a {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .dim-3e14 {
    padding: 0.875rem;
  }

  .gradient_blue_5cb1 {
    font-size: 1.25rem;
  }

  .detail-daf8 .top_4fd7 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .summary_fa7a {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .top_4fd7 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .alert-plasma-3c3b {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .current_137d {
    padding: 1rem;
  }

  .full_f6e6 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .avatar-cool-1988,
  .component-030d,
  .plasma_57be,
  .gallery-33e1 {
    padding: 1rem;
  }
}

@media print {
  .title_first_f3f3,
  .focused_cdf9,
  .active_af6f,
  .top_4fd7,
  .input-02d4 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .smooth_e7cb {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.tiny-dc03 {
  margin-bottom: 3rem;
  text-align: center;
}

.input-2d88 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.accent-large-db35 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.progress_433a,
.last-c5de {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.alert_9300 {
  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;
}

.alert_9300:hover {
  transform: translateY(-5px);
}

.alert_9300 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.alert_9300 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.outline-over-61dd {
  margin: 3rem 0;
}

.container-f2a5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.primary_9e7a {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.primary_9e7a:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.pattern_focused_37d1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.status-iron-ed65 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.background-d089 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.description_up_4ab6 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.outer-2c46 {
  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;
}

.outer-2c46:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.outer-2c46.item-bbd5 {
  border-left: 4px solid var(--primary-color);
}

.in_c6ce {
  flex-shrink: 0;
}

.in_c6ce svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.icon-3d40 {
  flex: 1;
}

.icon-3d40 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.copper-9ad0 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.top-8b87,
.surface-clean-c12b,
.texture_9336 {
  margin-bottom: 1.5rem;
}

.top-8b87 h4,
.surface-clean-c12b h4,
.texture_9336 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.top-8b87 ul,
.surface-clean-c12b ul,
.texture_9336 ul {
  list-style: none;
  padding: 0;
}

.top-8b87 li,
.surface-clean-c12b li,
.texture_9336 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.top-8b87 li:before,
.surface-clean-c12b li:before,
.texture_9336 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.hidden_wood_c70e {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.hidden_wood_c70e 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;
}

.hidden_wood_c70e a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.hidden-new-0a4a { margin: 2rem 0; }
.module-clean-ed01 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.module-clean-ed01 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.badge_hovered_14d0 p { margin-bottom: 1rem; line-height: 1.7; }
.badge_hovered_14d0 strong { color: var(--text-primary); }
.badge_hovered_14d0 ul { list-style: none; padding-left: 0; }
.badge_hovered_14d0 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.badge_hovered_14d0 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.carousel-d4ea { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.widget_d59a { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.widget_d59a:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.form_outer_ac6f { font-size: 3rem; margin-bottom: 1rem; }
.widget_d59a h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.widget_d59a p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.thick-52ca { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.thick-52ca span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.up_ae58 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.image-static-c074 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.list-cool-095e { text-align: center; }
.grid_up_0abc { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.sidebar_a0a9 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.hero-hard-52ea { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.overlay_west_7015 { margin: 2rem 0; }
.background-next-e92c { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.background-next-e92c h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.background-next-e92c p, .background-next-e92c ul { line-height: 1.7; }
.background-next-e92c ul { list-style: none; padding-left: 0; }
.background-next-e92c ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.background-next-e92c ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.link-a704 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.grid_steel_79b5 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.smooth-3d86 { text-align: center; }
.article-73c7 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.cold-79f8 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.hot-0a88 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.focused_a641 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.widget-hard-15b2 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.widget-hard-15b2:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.widget-hard-15b2 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.widget-hard-15b2 p, .widget-hard-15b2 ul { line-height: 1.7; }
.widget-hard-15b2 ul { list-style: none; padding-left: 0; }
.widget-hard-15b2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.widget-hard-15b2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 5e41 */
.widget-item-g6 {
  padding: 0.1rem;
  font-size: 14px;
  line-height: 1.3;
}
