/* ============================================
   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 */
.breadcrumb-thick-dfb4 p,
.header-e50a,
.basic_7a1c,
.overlay_7cec,
.content-b12f,
.accent_afd6,
.menu_simple_25e0,
.caption_warm_e080 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.sort_gold_fd81 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.sort_gold_fd81 > *,
.left_cb8a,
.breadcrumb-thick-dfb4,
.soft-822e {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .sort_gold_fd81 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .sort_gold_fd81 {
    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 === */
.south_20b4 {
  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 */
.south_20b4.accordion_1e18 {
  box-shadow: var(--shadow-md);
}

.silver-3252 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.secondary-10a9 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.box-0d97 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.overlay_medium_5962 {
  display: none;
}

/* Hide mobile actions on desktop */
.sort-ded2 {
  display: none;
}

.medium-84b4 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.medium-84b4 a:hover,
.medium-84b4 a.fn-active-e34d {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.light_d125 {
  margin-left: 1rem;
}

.accordion_bright_1976 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.dirty_020e,
.motion_2545 {
  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;
}

.dirty_020e {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.dirty_020e: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;
}

.motion_2545 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.motion_2545: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;
}

.dirty_020e svg,
.motion_2545 svg {
  flex-shrink: 0;
}

.gradient-center-435e {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.chip_642c {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.chip_642c::before,
.chip_642c::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.chip_642c::before {
  top: -7px;
}

.chip_642c::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.green-7f77 {
  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-9281 {
  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);
}

.column-stale-5903 {
  margin: 0 0 2rem;
  text-align: center;
}

.table-focused-0a5c {
  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;
}

.table-focused-0a5c:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.icon_out_31ab {
  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);
}

.icon_out_31ab strong {
  color: var(--primary-color);
  font-weight: 700;
}

.border-fluid-ca7d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.detail-16b4 {
  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;
}

.detail-16b4:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.pressed_ba0d {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.sort_black_a696 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.breadcrumb_fast_a354 {
  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);
}

.breadcrumb_fast_a354 .basic_b24d {
  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;
}

.breadcrumb_fast_a354 .basic_b24d svg {
  flex-shrink: 0;
}

.breadcrumb_fast_a354 .overlay_9d16 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.breadcrumb_fast_a354 .overlay_9d16: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);
}

.breadcrumb_fast_a354 .notification-abcc {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.breadcrumb_fast_a354 .notification-abcc: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-9281 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .table-focused-0a5c {
    max-width: 100%;
  }

  .border-fluid-ca7d {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .detail-16b4 {
    padding: 1rem;
  }

  .pressed_ba0d {
    font-size: 1.5rem;
  }

  .sort_black_a696 {
    font-size: 0.75rem;
  }

  .icon_out_31ab {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .breadcrumb_fast_a354 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .breadcrumb_fast_a354 .basic_b24d {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .border-fluid-ca7d {
    grid-template-columns: 1fr;
  }
}

.west_18d0 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.tabs-14df {
  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 === */
.modal-7520 {
  margin-bottom: 2.5rem;
}

.active_light_8036 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.west_18d0 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.hover_b6fd {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.large_5242 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.dropdown_fe8f {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.down-f2e6 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.card-7666 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.info-3e3c {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.light_ebd0 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.light_ebd0 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.selected_1a45 {
  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);
}

.down-18ca {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.chip_1ce3 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.message-14b9 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.element-simple-2309 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.label_pro_a9d8 {
  display: grid;
  gap: 1rem;
}

.box-thick-148d {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.progress_pro_b40a {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.focus-white-1b05 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.card-in-6241 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.west_7e1f {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.wood-c1b0 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.wood-c1b0 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.header-e50a {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.component-827d {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.info_df63 {
  display: grid;
  gap: 2rem;
}

.secondary_60e9 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.large_5242 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.hover_b6fd {
  flex: 1;
}

.down-f2e6 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.down-f2e6 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.caption-a536 {
  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;
}

.card-7666 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.hover_da76 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.hover_da76 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.full_cc51 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.full_cc51 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.notice-2ee6 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.notice-2ee6 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.notice-2ee6 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.notice-2ee6 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.focused-1a53 {
  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 === */
.down-6670 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.block_f5e9 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.disabled_motion_02db {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.thumbnail-66bf h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.thumbnail-66bf ol {
  list-style: none;
  counter-reset: toc-counter;
}

.thumbnail-66bf ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.thumbnail-66bf 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;
}

.thumbnail-66bf ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.thumbnail-66bf ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.breadcrumb-thick-dfb4 {
  padding: 3rem 0 5rem;
}

.soft-822e {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.soft-822e.pink-fa69 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.basic_7a1c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.row-upper-af97 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.column-current-ccff {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.column-current-ccff h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.overlay_static_30d1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.detail-2800 {
  text-align: center;
}

.notice-7f88 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.slider_c842 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.gold-34b7 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.accent_afd6 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.overlay_7cec {
  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;
}

.overlay_7cec * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.overlay_7cec:hover {
  box-shadow: var(--shadow-lg);
}

.overlay_7cec.gradient_right_5301 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.overlay_7cec h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.overlay_7cec ul {
  margin: 1rem 0;
}

.overlay_7cec li {
  margin-bottom: 0.75rem;
}

.hidden-light-bd0e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.block_c0d4 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.block_c0d4 a {
  font-weight: 600;
}

/* === Data Tables === */
.bottom_d84c {
  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;
}

.bottom_d84c table {
  width: 100%;
  min-width: 600px;
}

.bottom_d84c thead {
  background-color: var(--primary-color);
  color: white;
}

.bottom_d84c th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.bottom_d84c td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.bottom_d84c tbody tr:hover {
  background-color: var(--bg-secondary);
}

.bottom_d84c tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.current-8687 {
  list-style: none;
  margin: 1.5rem 0;
}

.current-8687 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.current-8687 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.accordion_thick_3d4b::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-e34d::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 === */
.right-5c91 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.right-6635 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.right-6635 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.right-6635 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.right-6635 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.right-5c91 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.menu_simple_25e0 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.menu_simple_25e0::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.overlay_simple_93ab {
  position: relative;
  margin-bottom: 3rem;
}

.block_5f7d {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.block_5f7d .image-bronze-d7b9 {
  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;
}

.notification_06c8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.notification_06c8 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.notification_06c8 ul {
  margin: 1rem 0;
}

.notification_06c8 li {
  margin-bottom: 0.75rem;
}

.breadcrumb-184b {
  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 === */
.description-red-3bc6 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.description-red-3bc6 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.steel_3cae {
  list-style: none;
  margin: 1.5rem 0;
}

.steel_3cae li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.steel_3cae a {
  font-weight: 600;
}

.action-6269 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.caption_warm_e080 {
  margin: 2.5rem 0;
}

.panel_east_7456 {
  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;
}

.panel_east_7456:hover {
  box-shadow: var(--shadow-lg);
}

.panel_east_7456.warm-a5ca {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.backdrop_fixed_b3df {
  flex-shrink: 0;
}

.backdrop_fixed_b3df 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);
}

.backdrop_39cb h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.copper-345f,
.tabs-21b9,
.row-liquid-47b9 {
  width: 100%;
  margin: 1.5rem 0;
}

.background_black_7ece {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.background_black_7ece strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.overlay-fixed-4bf9 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.overlay-fixed-4bf9 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.brown-0b06 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.brown-0b06 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.filter_huge_7068 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.info_c533 {
  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;
}

.info_c533:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.info_c533.pink-a103 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.info_c533 .card-75ef {
  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;
}

.info_c533 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.carousel_motion_cc86 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.mask-upper-00a2 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.mask-upper-00a2 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.lite-6da0 {
  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 === */
.basic_b24d {
  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;
}

.overlay_9d16 {
  background-color: var(--primary-color);
  color: white;
}

.overlay_9d16:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.notification-abcc {
  background-color: var(--text-secondary);
  color: white;
}

.notification-abcc:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.box_1bad {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.box_1bad:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.pro-4299 {
  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;
}

.pro-4299:hover {
  background-color: var(--primary-dark);
}

.hovered-1749 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.iron_023e {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.progress_copper_171c {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.slider_09e4 {
  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 === */
.layout_brown_4fff {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.modal-tiny-100b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.modal-tiny-100b h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.lite_8a8d {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.active-953e {
  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;
}

.row-9e46 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.tabs_e707 {
  list-style: none;
  counter-reset: rank-counter;
}

.tabs_e707 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.tabs_e707 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;
}

.input_down_157b {
  list-style: none;
}

.input_down_157b li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.mask_408b {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.progress-clean-dc9d {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.progress-clean-dc9d .dark-7b50 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.progress-clean-dc9d .aside_advanced_afa5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.dark_ca96 {
  margin-top: 3rem;
}

.tabs-clean-009b {
  width: 100%;
}

.primary_in_34f3 {
  background-color: #fef3c7;
}

.steel-c1b3 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.hovered-dad1 {
  margin: 3rem 0;
}

.border-soft-ba75 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.form-e55e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.form-e55e:hover {
  box-shadow: var(--shadow-lg);
}

.form-e55e.active-4df9 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.copper_6050 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.cool_f0cb strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.cool_f0cb span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.accordion-narrow-b55f {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.form-e55e blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.warm_120f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.layout-1433 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.surface_a7b8 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.purple_97be {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.black_a5c8 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.text-under-a363 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.avatar_e95b {
  max-width: 900px;
  margin: 0 auto;
}

.action_b7af {
  margin: 2rem 0;
}

.thumbnail_aa06 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.thumbnail_aa06 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.thumbnail_aa06 summary::-webkit-details-marker {
  display: none;
}

.thumbnail_aa06 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.glass_fc57 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.thumbnail_aa06[open] .glass_fc57 {
  transform: rotate(45deg);
}

.logo_bottom_d7de {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.logo_bottom_d7de p:last-child {
  margin-bottom: 0;
}

.smooth_6848 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.wrapper_orange_37a1 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.dirty_6239 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.dirty_6239 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.dirty_6239 .basic_b24d {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.out_f8ff {
  max-width: 900px;
  margin: 0 auto;
}

.modal_bda9 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.item-9913 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.item-9913.fn-success-e34d {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.label_cbf8 {
  font-size: 3rem;
  line-height: 1;
}

.fixed-1b6a h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.description_fast_85b3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.in_67ef,
.frame_huge_72be {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.in_67ef h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.frame_huge_72be h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.cold_5e02,
.content-2960 {
  margin: 1.5rem 0;
}

.cold_5e02 li,
.content-2960 li {
  margin-bottom: 1rem;
}

.shadow_bronze_69af {
  margin: 3rem 0;
}

.item-hard-2a52 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.item-hard-2a52 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.item-hard-2a52 ol {
  margin: 1rem 0;
}

.item-hard-2a52 li {
  margin-bottom: 0.75rem;
}

.in-c77e {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.yellow_bf5b {
  margin: 2rem 0;
}

.selected_3bce {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.paragraph-selected-e2ef {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.table-red-85cb {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.detail_02bf {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.middle_7512 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.white-d8d5 {
  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;
}

.white-d8d5 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.dropdown_fe8f {
  flex: 1;
}

.dropdown_fe8f h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.right-11ca {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.search_active_74db p {
  margin-bottom: 1rem;
}

.nav_motion_5e48 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.photo_large_0f36 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.active_8369 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.active_8369 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.green_8914 h3 {
  margin-bottom: 1.5rem;
}

.complex_69fc {
  display: grid;
  gap: 2rem;
}

.dropdown-active-be85 {
  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;
}

.dropdown-active-be85 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.dropdown-active-be85 h4 {
  margin: 0 0 0.25rem;
}

.dropdown-active-be85 p {
  margin: 0;
  font-size: 0.9375rem;
}

.section-268c {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.gold-ca3b {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.gold-ca3b h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.gold-ca3b ul {
  margin: 1.5rem 0;
}

.gold-ca3b li {
  margin-bottom: 0.75rem;
}

.box_98ea {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.sidebar_center_544b {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.progress_pressed_b0fe {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.slider-6e50 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.slider-6e50 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.pagination-e898 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.pagination-e898 a {
  color: rgba(255, 255, 255, 0.8);
}

.brown-72a6 {
  list-style: none;
}

.brown-72a6 li {
  margin-bottom: 0.75rem;
}

.brown-72a6 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.brown-72a6 a:hover {
  color: white;
}

.progress_action_8302 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.basic-f7e8 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.input-d54b {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.info_bfd3 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.list-gas-ad29 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .sort_gold_fd81 {
    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;
  }

  .summary-medium-4273 {
    font-size: 1.5rem !important;
  }

  .active_light_8036 {
    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 */
  .overlay_7cec,
  .content-b12f,
  .notification_06c8,
  .backdrop_39cb,
  .copper_6050,
  .form-e55e,
  .logo_bottom_d7de,
  .icon_out_31ab,
  .header-e50a,
  .basic_7a1c {
    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 */
  .west_18d0 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .hover_b6fd {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .large_5242 {
    flex-shrink: 0;
  }

  .dropdown_fe8f {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .down-f2e6,
  .card-7666 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .card-7666 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .box-0d97 {
    display: none;
  }

  /* Show mobile actions */
  .sort-ded2 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .list-fresh-1134 {
    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;
  }

  .list-fresh-1134 svg {
    flex-shrink: 0;
  }

  .list-fresh-1134 .table_807e {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .list-fresh-1134 .paper-c26e {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .sort_704d {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .bronze_6b17 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .list-fresh-1134:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .overlay_medium_5962 {
    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;
  }

  .overlay_medium_5962.fn-active-e34d {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .overlay_medium_5962 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .overlay_medium_5962 li:last-child {
    border-bottom: none;
  }

  .overlay_medium_5962 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .medium-84b4 {
    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;
  }

  .medium-84b4 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .medium-84b4 li:last-child {
    border-bottom: none;
  }

  .medium-84b4 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .light_d125 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .accordion_bright_1976 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .dirty_020e,
  .motion_2545 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .dirty_020e {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .motion_2545 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .medium-84b4.fn-active-e34d {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .gradient-center-435e {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .south_20b4 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .silver-3252 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .green-7f77 {
    margin-top: 0;
  }

  /* Hero section */
  .green-7f77 {
    padding: 2rem 0 1.5rem;
  }

  .active_light_8036 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .header-e50a {
    font-size: 1rem;
  }

  /* Hero brand image */
  .accordion-9281 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .table-focused-0a5c {
    max-width: 100%;
    border-radius: 8px;
  }

  .border-fluid-ca7d {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .detail-16b4 {
    padding: 1rem;
  }

  .pressed_ba0d {
    font-size: 1.5rem;
  }

  .sort_black_a696 {
    font-size: 0.75rem;
  }

  .icon_out_31ab {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .breadcrumb_fast_a354 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .breadcrumb_fast_a354 .basic_b24d {
    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 */
  .disabled_motion_02db {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .panel_east_7456 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .backdrop_fixed_b3df {
    margin-bottom: 1rem;
  }

  /* Author */
  .secondary_60e9 {
    flex-direction: column;
  }

  .white-d8d5 {
    flex-direction: column;
  }

  /* Quotes */
  .copper_6050 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .description_fast_85b3 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .detail_02bf {
    flex-direction: column;
  }

  .detail_02bf .basic_b24d {
    width: 100%;
  }

  /* Version comparison */
  .filter_huge_7068 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .layout_brown_4fff {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .progress_pressed_b0fe {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .input-d54b {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .bottom_d84c,
  .tabs-21b9,
  .glass-46cb,
  .tabs-clean-009b,
  .copper-345f,
  .row-liquid-47b9 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bottom_d84c table,
  .tabs-21b9 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .lite-6da0 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .sort_gold_fd81 {
    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;
  }

  .summary-medium-4273 {
    font-size: 1.25rem !important;
  }

  .active_light_8036 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .south_20b4 {
    position: fixed;
  }

  .silver-3252 {
    padding: 0.625rem 0;
  }

  .secondary-10a9 img {
    height: 26px;
  }

  .medium-84b4 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .overlay_medium_5962 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .list-fresh-1134 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .list-fresh-1134 svg {
    width: 18px;
    height: 18px;
  }

  .list-fresh-1134 .table_807e {
    font-size: 0.7rem;
  }

  .list-fresh-1134 .paper-c26e {
    font-size: 0.65rem;
  }

  .dirty_020e,
  .motion_2545 {
    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, .sort_gold_fd81, .left_cb8a, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .accordion-9281 {
    padding: 1rem;
  }

  .border-fluid-ca7d {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .detail-16b4 {
    padding: 0.875rem;
  }

  .pressed_ba0d {
    font-size: 1.25rem;
  }

  .breadcrumb_fast_a354 .basic_b24d {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .active_light_8036 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .basic_b24d {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .hovered-1749 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .panel_east_7456 {
    padding: 1rem;
  }

  .backdrop_fixed_b3df span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .overlay_7cec,
  .advanced_1557,
  .tiny_bbd4,
  .accordion_bb0f {
    padding: 1rem;
  }
}

@media print {
  .south_20b4,
  .down-6670,
  .gradient-center-435e,
  .basic_b24d,
  .sidebar_center_544b {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .sort_gold_fd81 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.content_a6ed {
  margin-bottom: 3rem;
  text-align: center;
}

.summary-medium-4273 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.form_narrow_36ac {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.widget_hard_8c6c,
.progress_eb0a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.stone-0f4b {
  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;
}

.stone-0f4b:hover {
  transform: translateY(-5px);
}

.stone-0f4b strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.stone-0f4b span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.sidebar_49df {
  margin: 3rem 0;
}

.accent_blue_99cf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.mask-stale-9c3f {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.mask-stale-9c3f:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.mask_down_6f7b {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.widget_glass_f178 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.lite_950a {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.selected-d6c4 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.shade_59b1 {
  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;
}

.shade_59b1:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.shade_59b1.description-pro-aaa2 {
  border-left: 4px solid var(--primary-color);
}

.slow_2912 {
  flex-shrink: 0;
}

.slow_2912 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.iron_11da {
  flex: 1;
}

.iron_11da h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.iron-9605 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.purple_b6d0,
.filter-brown-ae06,
.black_61ba {
  margin-bottom: 1.5rem;
}

.purple_b6d0 h4,
.filter-brown-ae06 h4,
.black_61ba h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.purple_b6d0 ul,
.filter-brown-ae06 ul,
.black_61ba ul {
  list-style: none;
  padding: 0;
}

.purple_b6d0 li,
.filter-brown-ae06 li,
.black_61ba li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.purple_b6d0 li:before,
.filter-brown-ae06 li:before,
.black_61ba li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.inner_049a {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.inner_049a 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;
}

.inner_049a a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.image-small-e2f2 { margin: 2rem 0; }
.menu_895a { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.menu_895a h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.avatar-0b0a p { margin-bottom: 1rem; line-height: 1.7; }
.avatar-0b0a strong { color: var(--text-primary); }
.avatar-0b0a ul { list-style: none; padding-left: 0; }
.avatar-0b0a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.avatar-0b0a ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.footer_34fb { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.motion_b8b0 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.motion_b8b0:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.link-slow-13fe { font-size: 3rem; margin-bottom: 1rem; }
.motion_b8b0 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.motion_b8b0 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.south-2122 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.south-2122 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.form_steel_36b4 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.detail_1b16 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.nav_8c7a { text-align: center; }
.secondary-415f { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.alert-43ff { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.frame-afd6 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.text-fd8b { margin: 2rem 0; }
.summary_10c0 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.summary_10c0 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.summary_10c0 p, .summary_10c0 ul { line-height: 1.7; }
.summary_10c0 ul { list-style: none; padding-left: 0; }
.summary_10c0 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.summary_10c0 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.box_focused_0685 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.feature-a5d4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.widget-8ec8 { text-align: center; }
.slider-e05b { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.dim-17f8 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.tooltip-e2e9 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.mask-hovered-1709 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.focused_69aa { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.focused_69aa:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.focused_69aa h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.focused_69aa p, .focused_69aa ul { line-height: 1.7; }
.focused_69aa ul { list-style: none; padding-left: 0; }
.focused_69aa ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.focused_69aa ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 8678 */
.widget-item-b1 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
