/* ============================================
   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 */
.accent_bab6 p,
.copper-b1de,
.focus-silver-e621,
.popup_hovered_6517,
.highlight-54b0,
.accent_first_2e25,
.tabs-34a5,
.footer-c4c7 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.down-18ce {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.down-18ce > *,
.short_7bf8,
.accent_bab6,
.photo-pro-27f1 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .down-18ce {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .down-18ce {
    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 === */
.aside-6c59 {
  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 */
.aside-6c59.dark-f8cf {
  box-shadow: var(--shadow-md);
}

.west-f8f5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.notice_bbb1 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.outline_hard_eb90 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.narrow_9cfa {
  display: none;
}

/* Hide mobile actions on desktop */
.gradient-white-165d {
  display: none;
}

.menu_e2dc a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.menu_e2dc a:hover,
.menu_e2dc a.fn-active-7a42 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.top-99c8 {
  margin-left: 1rem;
}

.title-eeb9 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.advanced-4696,
.popup-3782 {
  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;
}

.advanced-4696 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.advanced-4696: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;
}

.popup-3782 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.popup-3782: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;
}

.advanced-4696 svg,
.popup-3782 svg {
  flex-shrink: 0;
}

.gold-cff3 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.widget_over_e15d {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.widget_over_e15d::before,
.widget_over_e15d::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.widget_over_e15d::before {
  top: -7px;
}

.widget_over_e15d::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.sidebar_bronze_c736 {
  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 === */
.thumbnail_4d00 {
  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);
}

.media_smooth_0087 {
  margin: 0 0 2rem;
  text-align: center;
}

.gradient-5835 {
  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;
}

.gradient-5835:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.frame-caed {
  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);
}

.frame-caed strong {
  color: var(--primary-color);
  font-weight: 700;
}

.under-3d51 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.filter-d95d {
  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;
}

.filter-d95d:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.border-27de {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.column-e968 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.simple-44ec {
  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);
}

.simple-44ec .list-fresh-17d3 {
  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;
}

.simple-44ec .list-fresh-17d3 svg {
  flex-shrink: 0;
}

.simple-44ec .status-white-9543 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.simple-44ec .status-white-9543: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);
}

.simple-44ec .copper-28bb {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.simple-44ec .copper-28bb: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) {
  .thumbnail_4d00 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .gradient-5835 {
    max-width: 100%;
  }

  .under-3d51 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .filter-d95d {
    padding: 1rem;
  }

  .border-27de {
    font-size: 1.5rem;
  }

  .column-e968 {
    font-size: 0.75rem;
  }

  .frame-caed {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .simple-44ec {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .simple-44ec .list-fresh-17d3 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .under-3d51 {
    grid-template-columns: 1fr;
  }
}

.badge-fast-3c45 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.layout-e91c {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

time {
  color: var(--text-muted);
  font-size: 0.9375rem;
}

/* === Article Header & Meta === */
.detail_orange_bad3 {
  margin-bottom: 2.5rem;
}

.clean-427b {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.badge-fast-3c45 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.current-9daf {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.old-839d {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.photo-stone-fc4b {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.disabled_8a5d {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.slider-cold-81c3 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.label_78e1 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.disabled_a2d7 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.disabled_a2d7 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.dim-b12e {
  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);
}

.panel_3673 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.picture_bronze_d32b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.heading_warm_0e47 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.steel-fe20 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.bottom_5c94 {
  display: grid;
  gap: 1rem;
}

.disabled_34d9 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.yellow_d753 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.huge_f294 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.orange-ed68 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.fluid_1b4a {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.pagination-0ae0 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.pagination-0ae0 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.copper-b1de {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.button-full-0ab4 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.middle-ddb9 {
  display: grid;
  gap: 2rem;
}

.outline-stale-61eb {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.old-839d {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.current-9daf {
  flex: 1;
}

.disabled_8a5d {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.disabled_8a5d a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.hot_e5e6 {
  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;
}

.slider-cold-81c3 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.description_fixed_f4da {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.description_fixed_f4da span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.iron-1927 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.iron-1927 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.container_d458 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.container_d458 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.container_d458 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.container_d458 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.current-b3e3 {
  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 === */
.surface_north_c614 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.simple_f165 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.red_3da8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.wood_5109 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.wood_5109 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.wood_5109 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.wood_5109 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;
}

.wood_5109 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.wood_5109 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.accent_bab6 {
  padding: 3rem 0 5rem;
}

.photo-pro-27f1 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.photo-pro-27f1.south-d480 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.focus-silver-e621 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.narrow-52b2 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.preview_373b {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.preview_373b h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.small-98a0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.link-glass-131b {
  text-align: center;
}

.gallery_bronze_863f {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.accent_dynamic_1813 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.accent_advanced_52aa {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.accent_first_2e25 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.popup_hovered_6517 {
  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;
}

.popup_hovered_6517 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.popup_hovered_6517:hover {
  box-shadow: var(--shadow-lg);
}

.popup_hovered_6517.up-1827 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.popup_hovered_6517 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.popup_hovered_6517 ul {
  margin: 1rem 0;
}

.popup_hovered_6517 li {
  margin-bottom: 0.75rem;
}

.fluid-3281 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.widget_new_ad9d {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.widget_new_ad9d a {
  font-weight: 600;
}

/* === Data Tables === */
.disabled-4302 {
  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;
}

.disabled-4302 table {
  width: 100%;
  min-width: 600px;
}

.disabled-4302 thead {
  background-color: var(--primary-color);
  color: white;
}

.disabled-4302 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.disabled-4302 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.disabled-4302 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.disabled-4302 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.east_008d {
  list-style: none;
  margin: 1.5rem 0;
}

.east_008d li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.east_008d li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.texture_stale_54eb::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-7a42::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 === */
.west-17b1 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.summary_664f {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.summary_664f img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.summary_664f strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.summary_664f span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.west-17b1 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.tabs-34a5 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.tabs-34a5::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.icon-dark-f755 {
  position: relative;
  margin-bottom: 3rem;
}

.glass-0177 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.glass-0177 .south-ca16 {
  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;
}

.icon_3486 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.icon_3486 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.icon_3486 ul {
  margin: 1rem 0;
}

.icon_3486 li {
  margin-bottom: 0.75rem;
}

.thick_3b47 {
  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 === */
.widget_fe29 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.widget_fe29 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.small-8c84 {
  list-style: none;
  margin: 1.5rem 0;
}

.small-8c84 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.small-8c84 a {
  font-weight: 600;
}

.liquid_66ce {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.footer-c4c7 {
  margin: 2.5rem 0;
}

.brown-3da0 {
  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;
}

.brown-3da0:hover {
  box-shadow: var(--shadow-lg);
}

.brown-3da0.smooth-490a {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.overlay-782c {
  flex-shrink: 0;
}

.overlay-782c 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);
}

.old_3c55 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.dynamic_b5e3,
.gold_7a92,
.logo_2f97 {
  width: 100%;
  margin: 1.5rem 0;
}

.title-last-3bf9 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.title-last-3bf9 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.heading-stone-39fc {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.heading-stone-39fc strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.photo_232f {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.photo_232f strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.image_f7c6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.aside_down_9e1f {
  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;
}

.aside_down_9e1f:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.aside_down_9e1f.stone-48b3 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.aside_down_9e1f .accent-3f49 {
  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;
}

.aside_down_9e1f h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.next-48ce {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.focus_78f8 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.focus_78f8 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.frame_huge_a4c8 {
  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 === */
.list-fresh-17d3 {
  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;
}

.status-white-9543 {
  background-color: var(--primary-color);
  color: white;
}

.status-white-9543:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.copper-28bb {
  background-color: var(--text-secondary);
  color: white;
}

.copper-28bb:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.chip-outer-ea62 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.chip-outer-ea62:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.focus_4fc9 {
  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;
}

.focus_4fc9:hover {
  background-color: var(--primary-dark);
}

.video-faf0 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.fluid-0b00 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.tag-3169 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.grid_pink_42c7 {
  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 === */
.banner_5f07 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.cool_6f59 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.cool_6f59 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.column-iron-3ff9 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.button-9b4d {
  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;
}

.dropdown_e6df {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.solid-c156 {
  list-style: none;
  counter-reset: rank-counter;
}

.solid-c156 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.solid-c156 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;
}

.soft_8ad5 {
  list-style: none;
}

.soft_8ad5 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.menu_hard_156a {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.layout_118c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.layout_118c .east_0d1e {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.layout_118c .header_simple_f171 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.nav-72f8 {
  margin-top: 3rem;
}

.soft_bd3b {
  width: 100%;
}

.photo_2e86 {
  background-color: #fef3c7;
}

.wrapper-orange-d3d2 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.widget-easy-346d {
  margin: 3rem 0;
}

.huge-b3ba {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.paragraph_motion_9303 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.paragraph_motion_9303:hover {
  box-shadow: var(--shadow-lg);
}

.paragraph_motion_9303.white-2cb5 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.thick-468b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.notification-complex-36b6 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.notification-complex-36b6 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.secondary_d84e {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.paragraph_motion_9303 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.disabled-e39c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.popup_faa1 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.dropdown-dirty-2c92 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.link-1d2f {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.photo-first-69eb {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.west_98e6 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.chip-wide-7975 {
  max-width: 900px;
  margin: 0 auto;
}

.dark_2419 {
  margin: 2rem 0;
}

.primary-cold-cdf4 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.primary-cold-cdf4 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.primary-cold-cdf4 summary::-webkit-details-marker {
  display: none;
}

.primary-cold-cdf4 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.top_b8cb {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.primary-cold-cdf4[open] .top_b8cb {
  transform: rotate(45deg);
}

.black_37dc {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.black_37dc p:last-child {
  margin-bottom: 0;
}

.overlay_c8a9 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.alert_125a {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.accordion_bright_1377 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.accordion_bright_1377 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.accordion_bright_1377 .list-fresh-17d3 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.hovered-5052 {
  max-width: 900px;
  margin: 0 auto;
}

.icon_d291 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.detail_huge_36c4 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.detail_huge_36c4.fn-success-7a42 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.tall_1e13 {
  font-size: 3rem;
  line-height: 1;
}

.header_d179 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.tabs-09dd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.solid-6dd2,
.picture_ed7f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.solid-6dd2 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.picture_ed7f h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.dark-898a,
.panel-up-a574 {
  margin: 1.5rem 0;
}

.dark-898a li,
.panel-up-a574 li {
  margin-bottom: 1rem;
}

.accent-0782 {
  margin: 3rem 0;
}

.hard_5c1f {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.hard_5c1f h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.hard_5c1f ol {
  margin: 1rem 0;
}

.hard_5c1f li {
  margin-bottom: 0.75rem;
}

.stone_2341 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.popup-5c7c {
  margin: 2rem 0;
}

.short-67ec {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.pattern_prev_9141 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.filter_medium_5bce {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.out_045d {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.text_3560 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.header_8190 {
  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;
}

.header_8190 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.photo-stone-fc4b {
  flex: 1;
}

.photo-stone-fc4b h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.pattern_c4aa {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.current_df1c p {
  margin-bottom: 1rem;
}

.up-cdf4 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.main_action_23a9 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.popup-53be {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.popup-53be a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.smooth-e66e h3 {
  margin-bottom: 1.5rem;
}

.hidden_copper_54b8 {
  display: grid;
  gap: 2rem;
}

.article-over-ede0 {
  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;
}

.article-over-ede0 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.article-over-ede0 h4 {
  margin: 0 0 0.25rem;
}

.article-over-ede0 p {
  margin: 0;
  font-size: 0.9375rem;
}

.tertiary-2ed1 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.gold-6ccb {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.gold-6ccb h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.gold-6ccb ul {
  margin: 1.5rem 0;
}

.gold-6ccb li {
  margin-bottom: 0.75rem;
}

.border_advanced_4c12 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.widget-3970 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.module_medium_0674 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.link_hard_29a5 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.link_hard_29a5 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.outline-1618 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.outline-1618 a {
  color: rgba(255, 255, 255, 0.8);
}

.out_e0e0 {
  list-style: none;
}

.out_e0e0 li {
  margin-bottom: 0.75rem;
}

.out_e0e0 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.out_e0e0 a:hover {
  color: white;
}

.pink-869f {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.pressed-ee6b {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.icon_tiny_49b5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.under_8424 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.card-over-daa6 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .down-18ce {
    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;
  }

  .primary-old-eccc {
    font-size: 1.5rem !important;
  }

  .clean-427b {
    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 */
  .popup_hovered_6517,
  .highlight-54b0,
  .icon_3486,
  .old_3c55,
  .thick-468b,
  .paragraph_motion_9303,
  .black_37dc,
  .frame-caed,
  .copper-b1de,
  .focus-silver-e621 {
    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 */
  .badge-fast-3c45 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .current-9daf {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .old-839d {
    flex-shrink: 0;
  }

  .photo-stone-fc4b {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .disabled_8a5d,
  .slider-cold-81c3 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .slider-cold-81c3 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .outline_hard_eb90 {
    display: none;
  }

  /* Show mobile actions */
  .gradient-white-165d {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .box_0511 {
    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;
  }

  .box_0511 svg {
    flex-shrink: 0;
  }

  .box_0511 .tooltip_55f0 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .box_0511 .icon_outer_89df {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .pattern-smooth-09c8 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .clean-4986 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .box_0511:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .narrow_9cfa {
    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;
  }

  .narrow_9cfa.fn-active-7a42 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .narrow_9cfa li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .narrow_9cfa li:last-child {
    border-bottom: none;
  }

  .narrow_9cfa a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .menu_e2dc {
    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;
  }

  .menu_e2dc li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .menu_e2dc li:last-child {
    border-bottom: none;
  }

  .menu_e2dc a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .top-99c8 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .title-eeb9 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .advanced-4696,
  .popup-3782 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .advanced-4696 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .popup-3782 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .menu_e2dc.fn-active-7a42 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .gold-cff3 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .aside-6c59 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .west-f8f5 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .sidebar_bronze_c736 {
    margin-top: 0;
  }

  /* Hero section */
  .sidebar_bronze_c736 {
    padding: 2rem 0 1.5rem;
  }

  .clean-427b {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .copper-b1de {
    font-size: 1rem;
  }

  /* Hero brand image */
  .thumbnail_4d00 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .gradient-5835 {
    max-width: 100%;
    border-radius: 8px;
  }

  .under-3d51 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .filter-d95d {
    padding: 1rem;
  }

  .border-27de {
    font-size: 1.5rem;
  }

  .column-e968 {
    font-size: 0.75rem;
  }

  .frame-caed {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .simple-44ec {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .simple-44ec .list-fresh-17d3 {
    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 */
  .red_3da8 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .brown-3da0 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .overlay-782c {
    margin-bottom: 1rem;
  }

  /* Author */
  .outline-stale-61eb {
    flex-direction: column;
  }

  .header_8190 {
    flex-direction: column;
  }

  /* Quotes */
  .thick-468b {
    flex-direction: column;
  }

  /* Pros/Cons */
  .tabs-09dd {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .out_045d {
    flex-direction: column;
  }

  .out_045d .list-fresh-17d3 {
    width: 100%;
  }

  /* Version comparison */
  .image_f7c6 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .banner_5f07 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .module_medium_0674 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .icon_tiny_49b5 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .disabled-4302,
  .gold_7a92,
  .widget_smooth_05d8,
  .soft_bd3b,
  .dynamic_b5e3,
  .logo_2f97 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .disabled-4302 table,
  .gold_7a92 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .frame_huge_a4c8 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .down-18ce {
    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;
  }

  .primary-old-eccc {
    font-size: 1.25rem !important;
  }

  .clean-427b {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .aside-6c59 {
    position: fixed;
  }

  .west-f8f5 {
    padding: 0.625rem 0;
  }

  .notice_bbb1 img {
    height: 26px;
  }

  .menu_e2dc {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .narrow_9cfa {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .box_0511 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .box_0511 svg {
    width: 18px;
    height: 18px;
  }

  .box_0511 .tooltip_55f0 {
    font-size: 0.7rem;
  }

  .box_0511 .icon_outer_89df {
    font-size: 0.65rem;
  }

  .advanced-4696,
  .popup-3782 {
    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, .down-18ce, .short_7bf8, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .thumbnail_4d00 {
    padding: 1rem;
  }

  .under-3d51 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .filter-d95d {
    padding: 0.875rem;
  }

  .border-27de {
    font-size: 1.25rem;
  }

  .simple-44ec .list-fresh-17d3 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .clean-427b {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .list-fresh-17d3 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .video-faf0 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .brown-3da0 {
    padding: 1rem;
  }

  .overlay-782c span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .popup_hovered_6517,
  .summary-active-2cdc,
  .in-a1f0,
  .dropdown_b2d6 {
    padding: 1rem;
  }
}

@media print {
  .aside-6c59,
  .surface_north_c614,
  .gold-cff3,
  .list-fresh-17d3,
  .widget-3970 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .down-18ce {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.frame-clean-b0c8 {
  margin-bottom: 3rem;
  text-align: center;
}

.primary-old-eccc {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.module_bbbf {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.texture-stone-9e47,
.badge_dbd4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.accordion_glass_9f63 {
  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;
}

.accordion_glass_9f63:hover {
  transform: translateY(-5px);
}

.accordion_glass_9f63 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.accordion_glass_9f63 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.element-lower-a196 {
  margin: 3rem 0;
}

.progress-4b49 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.component-fixed-0c22 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.component-fixed-0c22:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.selected_1f68 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.frame_e1db {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.picture-top-73fc {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.text_old_0255 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.accordion_9c09 {
  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;
}

.accordion_9c09:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.accordion_9c09.input_2814 {
  border-left: 4px solid var(--primary-color);
}

.carousel_8182 {
  flex-shrink: 0;
}

.carousel_8182 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.under_e009 {
  flex: 1;
}

.under_e009 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.bright-0383 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.shadow_bc5c,
.chip_yellow_f0e7,
.carousel_6b20 {
  margin-bottom: 1.5rem;
}

.shadow_bc5c h4,
.chip_yellow_f0e7 h4,
.carousel_6b20 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.shadow_bc5c ul,
.chip_yellow_f0e7 ul,
.carousel_6b20 ul {
  list-style: none;
  padding: 0;
}

.shadow_bc5c li,
.chip_yellow_f0e7 li,
.carousel_6b20 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.shadow_bc5c li:before,
.chip_yellow_f0e7 li:before,
.carousel_6b20 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.hero-blue-b8ff {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.hero-blue-b8ff 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;
}

.hero-blue-b8ff a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.menu-focused-0e2c { margin: 2rem 0; }
.last-eeff { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.last-eeff h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.list_c4f9 p { margin-bottom: 1rem; line-height: 1.7; }
.list_c4f9 strong { color: var(--text-primary); }
.list_c4f9 ul { list-style: none; padding-left: 0; }
.list_c4f9 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.list_c4f9 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.tiny_a1ee { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.smooth-3b8a { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.smooth-3b8a:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.search_first_dbc6 { font-size: 3rem; margin-bottom: 1rem; }
.smooth-3b8a h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.smooth-3b8a p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.frame_3004 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.frame_3004 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.feature-lite-1084 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.breadcrumb_1839 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.filter-east-2219 { text-align: center; }
.medium_4daa { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.basic-602e { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.backdrop_de2d { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.message-hovered-f69a { margin: 2rem 0; }
.copper_faca { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.copper_faca h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.copper_faca p, .copper_faca ul { line-height: 1.7; }
.copper_faca ul { list-style: none; padding-left: 0; }
.copper_faca ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.copper_faca ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.liquid_1d5f { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.description_plasma_8f87 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.stone_07df { text-align: center; }
.button_thick_4521 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.carousel_08ae { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.hidden-wide-69e8 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.primary-171a { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.clean-7704 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.clean-7704:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.clean-7704 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.clean-7704 p, .clean-7704 ul { line-height: 1.7; }
.clean-7704 ul { list-style: none; padding-left: 0; }
.clean-7704 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.clean-7704 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: d09a */
.shadow-element-l1 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.1;
}
