/* ============================================
   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 */
.message-9efe p,
.card_0349,
.slider_a93c,
.mask-0090,
.thumbnail-40d6,
.tabs_static_843e,
.chip_active_06b1,
.active-0bdf {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.primary-36f2 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.primary-36f2 > *,
.basic_6e49,
.message-9efe,
.image-bddf {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .primary-36f2 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .primary-36f2 {
    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 === */
.sort_ee9e {
  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 */
.sort_ee9e.right_6c44 {
  box-shadow: var(--shadow-md);
}

.search_in_937f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.cold-520d img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.column_cold_f6f2 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.tag_dee4 {
  display: none;
}

/* Hide mobile actions on desktop */
.preview-032c {
  display: none;
}

.gold_e529 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.gold_e529 a:hover,
.gold_e529 a.fn-active-eea0 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.sidebar_fixed_dbc1 {
  margin-left: 1rem;
}

.focus_fe6e {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.focus-dark-dc89,
.nav-b92f {
  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;
}

.focus-dark-dc89 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.focus-dark-dc89: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;
}

.nav-b92f {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.nav-b92f: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;
}

.focus-dark-dc89 svg,
.nav-b92f svg {
  flex-shrink: 0;
}

.first-63dd {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.bright-33af {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.bright-33af::before,
.bright-33af::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.bright-33af::before {
  top: -7px;
}

.bright-33af::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.table_fluid_6a66 {
  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 === */
.light_c541 {
  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);
}

.narrow-1d74 {
  margin: 0 0 2rem;
  text-align: center;
}

.warm_a90d {
  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;
}

.warm_a90d:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.backdrop_cool_990d {
  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);
}

.backdrop_cool_990d strong {
  color: var(--primary-color);
  font-weight: 700;
}

.form-new-4e90 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.tertiary_3060 {
  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;
}

.tertiary_3060:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.row_smooth_a892 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.disabled-down-3bc9 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.photo-under-7480 {
  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);
}

.photo-under-7480 .progress_fixed_4ff0 {
  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;
}

.photo-under-7480 .progress_fixed_4ff0 svg {
  flex-shrink: 0;
}

.photo-under-7480 .picture_inner_2693 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.photo-under-7480 .picture_inner_2693: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);
}

.photo-under-7480 .clean-7aa5 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.photo-under-7480 .clean-7aa5: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) {
  .light_c541 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .warm_a90d {
    max-width: 100%;
  }

  .form-new-4e90 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .tertiary_3060 {
    padding: 1rem;
  }

  .row_smooth_a892 {
    font-size: 1.5rem;
  }

  .disabled-down-3bc9 {
    font-size: 0.75rem;
  }

  .backdrop_cool_990d {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .photo-under-7480 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .photo-under-7480 .progress_fixed_4ff0 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .form-new-4e90 {
    grid-template-columns: 1fr;
  }
}

.glass-06e8 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.column_a7bc {
  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 === */
.frame_9a92 {
  margin-bottom: 2.5rem;
}

.center-d44f {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.glass-06e8 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.popup_rough_62da {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.container_9f6b {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.selected_4fff {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.active-664c {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.west-523f {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.selected-dcc6 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.main_3437 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.main_3437 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.last_3f57 {
  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);
}

.paper-b41d {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.shadow_rough_6d0a {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.message-red-1208 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.picture-ecae {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.tag_b1a8 {
  display: grid;
  gap: 1rem;
}

.wide-c313 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.panel_3703 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.summary_2f82 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.main-clean-5337 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.tiny-a0ff {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.static_fbec {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.static_fbec p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.card_0349 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.badge_614b {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.icon-23e3 {
  display: grid;
  gap: 2rem;
}

.image_hot_9048 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.container_9f6b {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.popup_rough_62da {
  flex: 1;
}

.active-664c {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.active-664c a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.in-04dc {
  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;
}

.west-523f {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.hovered-9c8e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.hovered-9c8e span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.paragraph_71e7 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.paragraph_71e7 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.border_99bf {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.border_99bf strong {
  display: block;
  margin-bottom: 0.75rem;
}

.border_99bf ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.border_99bf li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.section_motion_b53c {
  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 === */
.large-a413 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.current-ba61 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.glass-c9d6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.module-e0ac h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.module-e0ac ol {
  list-style: none;
  counter-reset: toc-counter;
}

.module-e0ac ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.module-e0ac 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;
}

.module-e0ac ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.module-e0ac ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.message-9efe {
  padding: 3rem 0 5rem;
}

.image-bddf {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.image-bddf.banner-fbfa {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.slider_a93c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.row-41fe {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.accordion_yellow_3dc6 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.accordion_yellow_3dc6 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.highlight-clean-814f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.notice-a5ba {
  text-align: center;
}

.last-23ca {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.widget_north_e600 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.surface_first_cd04 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.tabs_static_843e {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.mask-0090 {
  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;
}

.mask-0090 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.mask-0090:hover {
  box-shadow: var(--shadow-lg);
}

.mask-0090.accent_lower_055f {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.mask-0090 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.mask-0090 ul {
  margin: 1rem 0;
}

.mask-0090 li {
  margin-bottom: 0.75rem;
}

.status_outer_3058 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.complex_4402 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.complex_4402 a {
  font-weight: 600;
}

/* === Data Tables === */
.tertiary-e278 {
  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;
}

.tertiary-e278 table {
  width: 100%;
  min-width: 600px;
}

.tertiary-e278 thead {
  background-color: var(--primary-color);
  color: white;
}

.tertiary-e278 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.tertiary-e278 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.tertiary-e278 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.tertiary-e278 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.backdrop_c2ca {
  list-style: none;
  margin: 1.5rem 0;
}

.backdrop_c2ca li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.backdrop_c2ca li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.slider-b29a::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-eea0::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 === */
.thick_bfec {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.form_pink_f79b {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.form_pink_f79b img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.form_pink_f79b strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.form_pink_f79b span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.thick_bfec blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.chip_active_06b1 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.chip_active_06b1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.disabled_de5b {
  position: relative;
  margin-bottom: 3rem;
}

.notice_steel_029d {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.notice_steel_029d .footer-west-ba5e {
  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;
}

.link_9ded {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.link_9ded h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.link_9ded ul {
  margin: 1rem 0;
}

.link_9ded li {
  margin-bottom: 0.75rem;
}

.east_5cd6 {
  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_9034 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.description_9034 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.accordion_9b81 {
  list-style: none;
  margin: 1.5rem 0;
}

.accordion_9b81 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.accordion_9b81 a {
  font-weight: 600;
}

.accordion_simple_b417 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.active-0bdf {
  margin: 2.5rem 0;
}

.detail-e75d {
  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;
}

.detail-e75d:hover {
  box-shadow: var(--shadow-lg);
}

.detail-e75d.upper_bf6b {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.center-681d {
  flex-shrink: 0;
}

.center-681d 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);
}

.dim_07e9 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.header_08b2,
.backdrop-ee84,
.alert-active-c829 {
  width: 100%;
  margin: 1.5rem 0;
}

.hidden-1294 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.hidden-1294 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.element-f0eb {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.element-f0eb strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.center-061d {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.center-061d strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.border_fixed_8b28 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.green_9524 {
  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;
}

.green_9524:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.green_9524.filter_liquid_c919 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.green_9524 .tabs_pressed_b654 {
  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;
}

.green_9524 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.hot-f5bd {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.label-6df5 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.label-6df5 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.pattern_c836 {
  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 === */
.progress_fixed_4ff0 {
  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;
}

.picture_inner_2693 {
  background-color: var(--primary-color);
  color: white;
}

.picture_inner_2693:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.clean-7aa5 {
  background-color: var(--text-secondary);
  color: white;
}

.clean-7aa5:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.block-fbf4 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.block-fbf4:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.outer_4cb0 {
  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;
}

.outer_4cb0:hover {
  background-color: var(--primary-dark);
}

.small-ed95 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.description_south_29b8 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.item_motion_17bc {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.black_cb9d {
  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 === */
.module_7ee0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.aside_f2c7 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.aside_f2c7 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.picture_de32 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.clean-cfcf {
  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;
}

.layout_a092 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.sort_brown_8785 {
  list-style: none;
  counter-reset: rank-counter;
}

.sort_brown_8785 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.sort_brown_8785 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;
}

.video-thick-a428 {
  list-style: none;
}

.video-thick-a428 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.heading-dirty-ba4c {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.outer-9ce0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.outer-9ce0 .disabled-c24c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.outer-9ce0 .dropdown-46a8 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.title-5306 {
  margin-top: 3rem;
}

.footer_1658 {
  width: 100%;
}

.cold-a2e0 {
  background-color: #fef3c7;
}

.copper_7a31 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.hot_1e72 {
  margin: 3rem 0;
}

.footer-thick-1c26 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.grid_center_d9cb {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.grid_center_d9cb:hover {
  box-shadow: var(--shadow-lg);
}

.grid_center_d9cb.purple_3391 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.mini-42eb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.cold-1dab strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.cold-1dab span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.backdrop_paper_0978 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.grid_center_d9cb blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.overlay_selected_706c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.wide-eb5f {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.under_ebb4 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.hidden_36b6 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.accent_new_a016 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.carousel_selected_e23a {
  margin-top: 1rem;
}

/* === FAQ Section === */
.article_lower_2f28 {
  max-width: 900px;
  margin: 0 auto;
}

.avatar_64db {
  margin: 2rem 0;
}

.fluid_295d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.fluid_295d summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.fluid_295d summary::-webkit-details-marker {
  display: none;
}

.fluid_295d summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.detail_f8aa {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.fluid_295d[open] .detail_f8aa {
  transform: rotate(45deg);
}

.red_7b1f {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.red_7b1f p:last-child {
  margin-bottom: 0;
}

.background-tall-469b {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.description_smooth_2fe1 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.item-pressed-c345 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.item-pressed-c345 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.item-pressed-c345 .progress_fixed_4ff0 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.sort-dfb7 {
  max-width: 900px;
  margin: 0 auto;
}

.detail-097e {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.tabs_e3e3 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.tabs_e3e3.fn-success-eea0 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.surface_gas_12ba {
  font-size: 3rem;
  line-height: 1;
}

.smooth_0800 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.narrow-92c0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.media-warm-4561,
.active-inner-92ac {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.media-warm-4561 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.active-inner-92ac h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.preview_fluid_cf8c,
.center_5c28 {
  margin: 1.5rem 0;
}

.preview_fluid_cf8c li,
.center_5c28 li {
  margin-bottom: 1rem;
}

.tag_509c {
  margin: 3rem 0;
}

.fixed-5b35 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.fixed-5b35 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.fixed-5b35 ol {
  margin: 1rem 0;
}

.fixed-5b35 li {
  margin-bottom: 0.75rem;
}

.right_f29e {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.slider_d579 {
  margin: 2rem 0;
}

.background_2b1f {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.top_f257 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.surface-af4c {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.over-6748 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.outer_5476 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.layout-solid-2aa6 {
  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;
}

.layout-solid-2aa6 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.selected_4fff {
  flex: 1;
}

.selected_4fff h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.button-6611 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.thick_9f28 p {
  margin-bottom: 1rem;
}

.blue-e83e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.new_87ab {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.row_up_f536 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.row_up_f536 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.soft-6b1c h3 {
  margin-bottom: 1.5rem;
}

.dropdown-5261 {
  display: grid;
  gap: 2rem;
}

.bright-712e {
  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;
}

.bright-712e img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.bright-712e h4 {
  margin: 0 0 0.25rem;
}

.bright-712e p {
  margin: 0;
  font-size: 0.9375rem;
}

.pro-a851 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.footer_76c0 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.footer_76c0 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.footer_76c0 ul {
  margin: 1.5rem 0;
}

.footer_76c0 li {
  margin-bottom: 0.75rem;
}

.main-a17d {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.element_225f {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.link_05b4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.fixed_885d h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.fixed_885d p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.image-yellow-dd88 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.image-yellow-dd88 a {
  color: rgba(255, 255, 255, 0.8);
}

.title-006f {
  list-style: none;
}

.title-006f li {
  margin-bottom: 0.75rem;
}

.title-006f a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.title-006f a:hover {
  color: white;
}

.notice-down-669d {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.liquid_43cd {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.full-dc81 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.section_0892 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.full_8022 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .primary-36f2 {
    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;
  }

  .header-static-63e3 {
    font-size: 1.5rem !important;
  }

  .center-d44f {
    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 */
  .mask-0090,
  .thumbnail-40d6,
  .link_9ded,
  .dim_07e9,
  .mini-42eb,
  .grid_center_d9cb,
  .red_7b1f,
  .backdrop_cool_990d,
  .card_0349,
  .slider_a93c {
    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 */
  .glass-06e8 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .popup_rough_62da {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .container_9f6b {
    flex-shrink: 0;
  }

  .selected_4fff {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .active-664c,
  .west-523f {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .west-523f {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .column_cold_f6f2 {
    display: none;
  }

  /* Show mobile actions */
  .preview-032c {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .media_wide_2902 {
    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;
  }

  .media_wide_2902 svg {
    flex-shrink: 0;
  }

  .media_wide_2902 .simple_1d07 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .media_wide_2902 .item_26e2 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .main-advanced-2857 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .purple_3b7d {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .media_wide_2902:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .tag_dee4 {
    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;
  }

  .tag_dee4.fn-active-eea0 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .tag_dee4 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .tag_dee4 li:last-child {
    border-bottom: none;
  }

  .tag_dee4 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .gold_e529 {
    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;
  }

  .gold_e529 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .gold_e529 li:last-child {
    border-bottom: none;
  }

  .gold_e529 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .sidebar_fixed_dbc1 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .focus_fe6e {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .focus-dark-dc89,
  .nav-b92f {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .focus-dark-dc89 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .nav-b92f {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .gold_e529.fn-active-eea0 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .first-63dd {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .sort_ee9e {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .search_in_937f {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .table_fluid_6a66 {
    margin-top: 0;
  }

  /* Hero section */
  .table_fluid_6a66 {
    padding: 2rem 0 1.5rem;
  }

  .center-d44f {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .card_0349 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .light_c541 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .warm_a90d {
    max-width: 100%;
    border-radius: 8px;
  }

  .form-new-4e90 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .tertiary_3060 {
    padding: 1rem;
  }

  .row_smooth_a892 {
    font-size: 1.5rem;
  }

  .disabled-down-3bc9 {
    font-size: 0.75rem;
  }

  .backdrop_cool_990d {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .photo-under-7480 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .photo-under-7480 .progress_fixed_4ff0 {
    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 */
  .glass-c9d6 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .detail-e75d {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .center-681d {
    margin-bottom: 1rem;
  }

  /* Author */
  .image_hot_9048 {
    flex-direction: column;
  }

  .layout-solid-2aa6 {
    flex-direction: column;
  }

  /* Quotes */
  .mini-42eb {
    flex-direction: column;
  }

  /* Pros/Cons */
  .narrow-92c0 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .over-6748 {
    flex-direction: column;
  }

  .over-6748 .progress_fixed_4ff0 {
    width: 100%;
  }

  /* Version comparison */
  .border_fixed_8b28 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .module_7ee0 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .link_05b4 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .full-dc81 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .tertiary-e278,
  .backdrop-ee84,
  .hero-9b1c,
  .footer_1658,
  .header_08b2,
  .alert-active-c829 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tertiary-e278 table,
  .backdrop-ee84 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .pattern_c836 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .primary-36f2 {
    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;
  }

  .header-static-63e3 {
    font-size: 1.25rem !important;
  }

  .center-d44f {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .sort_ee9e {
    position: fixed;
  }

  .search_in_937f {
    padding: 0.625rem 0;
  }

  .cold-520d img {
    height: 26px;
  }

  .gold_e529 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .tag_dee4 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .media_wide_2902 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .media_wide_2902 svg {
    width: 18px;
    height: 18px;
  }

  .media_wide_2902 .simple_1d07 {
    font-size: 0.7rem;
  }

  .media_wide_2902 .item_26e2 {
    font-size: 0.65rem;
  }

  .focus-dark-dc89,
  .nav-b92f {
    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, .primary-36f2, .basic_6e49, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .light_c541 {
    padding: 1rem;
  }

  .form-new-4e90 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .tertiary_3060 {
    padding: 0.875rem;
  }

  .row_smooth_a892 {
    font-size: 1.25rem;
  }

  .photo-under-7480 .progress_fixed_4ff0 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .center-d44f {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .progress_fixed_4ff0 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .small-ed95 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .detail-e75d {
    padding: 1rem;
  }

  .center-681d span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .mask-0090,
  .aside_f591,
  .header_fresh_25b8,
  .modal-warm-8ec3 {
    padding: 1rem;
  }
}

@media print {
  .sort_ee9e,
  .large-a413,
  .first-63dd,
  .progress_fixed_4ff0,
  .element_225f {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .primary-36f2 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.pagination-985e {
  margin-bottom: 3rem;
  text-align: center;
}

.header-static-63e3 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.warm-5da4 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.sidebar-gold-4729,
.liquid_5a57 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.thumbnail-mini-af04 {
  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;
}

.thumbnail-mini-af04:hover {
  transform: translateY(-5px);
}

.thumbnail-mini-af04 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.thumbnail-mini-af04 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.fixed-0389 {
  margin: 3rem 0;
}

.progress_medium_1b44 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.frame_a3ea {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.frame_a3ea:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.popup-617b {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.component-f9d6 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.photo_aa00 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.feature_b143 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.dropdown-gold-169f {
  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;
}

.dropdown-gold-169f:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.dropdown-gold-169f.nav_b628 {
  border-left: 4px solid var(--primary-color);
}

.carousel-plasma-15da {
  flex-shrink: 0;
}

.carousel-plasma-15da svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.icon-lite-fd67 {
  flex: 1;
}

.icon-lite-fd67 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.accordion-c6a9 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.table_motion_c2fd,
.gold_8081,
.purple_76c2 {
  margin-bottom: 1.5rem;
}

.table_motion_c2fd h4,
.gold_8081 h4,
.purple_76c2 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.table_motion_c2fd ul,
.gold_8081 ul,
.purple_76c2 ul {
  list-style: none;
  padding: 0;
}

.table_motion_c2fd li,
.gold_8081 li,
.purple_76c2 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.table_motion_c2fd li:before,
.gold_8081 li:before,
.purple_76c2 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.surface_e864 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.surface_e864 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;
}

.surface_e864 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.dropdown-2652 { margin: 2rem 0; }
.top_b472 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.top_b472 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.layout-pro-2b21 p { margin-bottom: 1rem; line-height: 1.7; }
.layout-pro-2b21 strong { color: var(--text-primary); }
.layout-pro-2b21 ul { list-style: none; padding-left: 0; }
.layout-pro-2b21 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.layout-pro-2b21 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.backdrop-dark-9caf { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.badge-hard-1855 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.badge-hard-1855:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.article_stone_2fa5 { font-size: 3rem; margin-bottom: 1rem; }
.badge-hard-1855 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.badge-hard-1855 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.wide_4e45 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.wide_4e45 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.filter_easy_5a86 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.tertiary-prev-d3db { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.frame_46af { text-align: center; }
.dropdown_gold_d76b { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.chip-under-36ba { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.tabs-0d9c { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.shade_f223 { margin: 2rem 0; }
.blue_e86e { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.blue_e86e h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.blue_e86e p, .blue_e86e ul { line-height: 1.7; }
.blue_e86e ul { list-style: none; padding-left: 0; }
.blue_e86e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.blue_e86e ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.east_1e2f { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.logo-017c { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.short_e0eb { text-align: center; }
.tag_upper_ed24 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.surface_ce50 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.hovered-3261 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.cool-f2b8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.north-0bd6 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.north-0bd6:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.north-0bd6 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.north-0bd6 p, .north-0bd6 ul { line-height: 1.7; }
.north-0bd6 ul { list-style: none; padding-left: 0; }
.north-0bd6 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.north-0bd6 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: c74b */
.shadow-element-p6 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.0;
}
