/* ============================================
   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 */
.search_white_1a75 p,
.focus-copper-4d8f,
.content_e138,
.outline-bd6d,
.narrow-e285,
.in_e704,
.tabs_glass_26c2,
.new_2b83 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.table_old_10fe {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.table_old_10fe > *,
.shadow_up_bd9c,
.search_white_1a75,
.status-5c19 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .table_old_10fe {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .table_old_10fe {
    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 === */
.cool_fe36 {
  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 */
.cool_fe36.content-pressed-5a34 {
  box-shadow: var(--shadow-md);
}

.tall-2e46 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.prev_047a img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.table-6145 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.breadcrumb-action-ada7 {
  display: none;
}

/* Hide mobile actions on desktop */
.outline_cbf3 {
  display: none;
}

.active_8d26 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.active_8d26 a:hover,
.active_8d26 a.fn-active-70e4 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.container_tall_0c0e {
  margin-left: 1rem;
}

.badge_black_75e0 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.button_91b1,
.heading_inner_8079 {
  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;
}

.button_91b1 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.button_91b1: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;
}

.heading_inner_8079 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.heading_inner_8079: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;
}

.button_91b1 svg,
.heading_inner_8079 svg {
  flex-shrink: 0;
}

.nav_action_ae0e {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.block_29a6 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.block_29a6::before,
.block_29a6::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.block_29a6::before {
  top: -7px;
}

.block_29a6::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.media_solid_f070 {
  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 === */
.top-2843 {
  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);
}

.thumbnail-red-5476 {
  margin: 0 0 2rem;
  text-align: center;
}

.link-silver-6c5a {
  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;
}

.link-silver-6c5a:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.brown_6e31 {
  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);
}

.brown_6e31 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.picture-00ec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.breadcrumb-selected-b06f {
  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;
}

.breadcrumb-selected-b06f:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.solid_5f66 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.menu_84cf {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.tag_4dc6 {
  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);
}

.tag_4dc6 .icon_east_dc48 {
  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;
}

.tag_4dc6 .icon_east_dc48 svg {
  flex-shrink: 0;
}

.tag_4dc6 .button_4888 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.tag_4dc6 .button_4888: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);
}

.tag_4dc6 .modal_21f9 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.tag_4dc6 .modal_21f9: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) {
  .top-2843 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .link-silver-6c5a {
    max-width: 100%;
  }

  .picture-00ec {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .breadcrumb-selected-b06f {
    padding: 1rem;
  }

  .solid_5f66 {
    font-size: 1.5rem;
  }

  .menu_84cf {
    font-size: 0.75rem;
  }

  .brown_6e31 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .tag_4dc6 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .tag_4dc6 .icon_east_dc48 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .picture-00ec {
    grid-template-columns: 1fr;
  }
}

.solid-8495 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.tooltip_outer_df5a {
  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 === */
.section-b9ad {
  margin-bottom: 2.5rem;
}

.filter-pink-83a9 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.solid-8495 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.card_6cfa {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.slow-f334 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.progress-blue-bee9 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.message_2348 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.section_ec9a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.search-dark-899d {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.bottom-4dac {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.bottom-4dac svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.complex-aded {
  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);
}

.accent_hot_d214 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.bottom_1ee7 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.slider_in_86e4 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.header-easy-21c6 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.layout_4025 {
  display: grid;
  gap: 1rem;
}

.badge_lite_a7a9 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.pagination-bbe4 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.surface-huge-59d2 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.mask-274c {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.picture-0cfc {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.summary-141f {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.summary-141f p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.focus-copper-4d8f {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.overlay-right-928c {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.filter_b2e5 {
  display: grid;
  gap: 2rem;
}

.top-289f {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.slow-f334 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.card_6cfa {
  flex: 1;
}

.message_2348 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.message_2348 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.wood_3f58 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 50%;
  font-size: 0.75rem;
}

.section_ec9a {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.small_9ec4 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.small_9ec4 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.dark-e620 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.dark-e620 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.tertiary-out-2750 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.tertiary-out-2750 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.tertiary-out-2750 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tertiary-out-2750 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.right-b0ea {
  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 === */
.box-9ef3 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.hero-black-7ddf {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.item-4785 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.sidebar-upper-1baf h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.sidebar-upper-1baf ol {
  list-style: none;
  counter-reset: toc-counter;
}

.sidebar-upper-1baf ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.sidebar-upper-1baf 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;
}

.sidebar-upper-1baf ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.sidebar-upper-1baf ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.search_white_1a75 {
  padding: 3rem 0 5rem;
}

.status-5c19 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.status-5c19.caption-complex-c3ef {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.content_e138 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.feature-9f8d {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.focus_acfb {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.focus_acfb h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.fresh-0a69 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.hidden_4c16 {
  text-align: center;
}

.static_17cb {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.footer-34bf {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.block-959e {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.in_e704 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.outline-bd6d {
  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;
}

.outline-bd6d * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.outline-bd6d:hover {
  box-shadow: var(--shadow-lg);
}

.outline-bd6d.texture_solid_84ae {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.outline-bd6d h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.outline-bd6d ul {
  margin: 1rem 0;
}

.outline-bd6d li {
  margin-bottom: 0.75rem;
}

.gradient-cool-74dd {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.north_8e81 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.north_8e81 a {
  font-weight: 600;
}

/* === Data Tables === */
.texture-hovered-83d0 {
  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;
}

.texture-hovered-83d0 table {
  width: 100%;
  min-width: 600px;
}

.texture-hovered-83d0 thead {
  background-color: var(--primary-color);
  color: white;
}

.texture-hovered-83d0 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.texture-hovered-83d0 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.texture-hovered-83d0 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.texture-hovered-83d0 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.message_3844 {
  list-style: none;
  margin: 1.5rem 0;
}

.message_3844 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.message_3844 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.image_dirty_1e9c::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-70e4::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 === */
.hard-9ee6 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.footer-white-7daf {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.footer-white-7daf img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.footer-white-7daf strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.footer-white-7daf span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.hard-9ee6 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.tabs_glass_26c2 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.tabs_glass_26c2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.popup_d924 {
  position: relative;
  margin-bottom: 3rem;
}

.small_7d1a {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.small_7d1a .dropdown-blue-f03a {
  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;
}

.logo_c3c1 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.logo_c3c1 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.logo_c3c1 ul {
  margin: 1rem 0;
}

.logo_c3c1 li {
  margin-bottom: 0.75rem;
}

.tertiary-cold-ae02 {
  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 === */
.popup-simple-8582 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.popup-simple-8582 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.action-20cc {
  list-style: none;
  margin: 1.5rem 0;
}

.action-20cc li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.action-20cc a {
  font-weight: 600;
}

.sort-under-b24e {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.new_2b83 {
  margin: 2.5rem 0;
}

.last_f93f {
  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;
}

.last_f93f:hover {
  box-shadow: var(--shadow-lg);
}

.last_f93f.widget_3ca2 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.feature-acf1 {
  flex-shrink: 0;
}

.feature-acf1 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);
}

.south_a23d h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.tooltip_middle_a96f,
.progress-929a,
.caption-pressed-6570 {
  width: 100%;
  margin: 1.5rem 0;
}

.paper-f5ef {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.paper-f5ef strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.south-cc32 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.south-cc32 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.banner-medium-20c4 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.banner-medium-20c4 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.picture-smooth-4b0e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.alert_south_be39 {
  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;
}

.alert_south_be39:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.alert_south_be39.liquid-9cf7 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.alert_south_be39 .stale_f8a4 {
  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;
}

.alert_south_be39 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.banner_b79c {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.info_1da5 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.info_1da5 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.sidebar_b2e0 {
  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 === */
.icon_east_dc48 {
  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;
}

.button_4888 {
  background-color: var(--primary-color);
  color: white;
}

.button_4888:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.modal_21f9 {
  background-color: var(--text-secondary);
  color: white;
}

.modal_21f9:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.module_c879 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.module_c879:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.stone-1530 {
  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;
}

.stone-1530:hover {
  background-color: var(--primary-dark);
}

.in-b2ce {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.element_plasma_b347 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.surface-solid-4af1 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.small_d48e {
  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 === */
.label-under-7130 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.feature_cd0e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.feature_cd0e h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.list-active-49bc {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.highlight_ab4c {
  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;
}

.pagination_1884 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.over-e3df {
  list-style: none;
  counter-reset: rank-counter;
}

.over-e3df li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.over-e3df 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;
}

.outline-2afa {
  list-style: none;
}

.outline-2afa li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.text-c7b1 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.link-699b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.link-699b .frame_current_9eb6 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.link-699b .simple_b482 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.accordion-steel-0ee5 {
  margin-top: 3rem;
}

.block-8597 {
  width: 100%;
}

.first-01c2 {
  background-color: #fef3c7;
}

.bottom-7ab8 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.small-06f5 {
  margin: 3rem 0;
}

.next_9359 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.container_0d8a {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.container_0d8a:hover {
  box-shadow: var(--shadow-lg);
}

.container_0d8a.under_86d2 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.section_6447 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.box-purple-08be strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.box-purple-08be span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.info-blue-6e93 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.container_0d8a blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.input-in-223d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.article-fresh-d650 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.filter_4d2c {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.photo-0c38 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.component-small-b312 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.block_west_4fc1 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.secondary-medium-7a92 {
  max-width: 900px;
  margin: 0 auto;
}

.west_175d {
  margin: 2rem 0;
}

.panel_3f7c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.panel_3f7c summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.panel_3f7c summary::-webkit-details-marker {
  display: none;
}

.panel_3f7c summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.cool_c21b {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.panel_3f7c[open] .cool_c21b {
  transform: rotate(45deg);
}

.upper-46d8 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.upper-46d8 p:last-child {
  margin-bottom: 0;
}

.silver-623c {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.shadow-gas-5292 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.over_6e50 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.over_6e50 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.over_6e50 .icon_east_dc48 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.gas-3c30 {
  max-width: 900px;
  margin: 0 auto;
}

.table_simple_19bc {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.item_over_7044 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.item_over_7044.fn-success-70e4 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.stale_3118 {
  font-size: 3rem;
  line-height: 1;
}

.wide_f7fe h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.label-0fcf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.button_fb3e,
.sort_46f3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.button_fb3e h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.sort_46f3 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.accordion_outer_af02,
.link_black_5229 {
  margin: 1.5rem 0;
}

.accordion_outer_af02 li,
.link_black_5229 li {
  margin-bottom: 1rem;
}

.shadow_967b {
  margin: 3rem 0;
}

.cool_b009 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.cool_b009 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.cool_b009 ol {
  margin: 1rem 0;
}

.cool_b009 li {
  margin-bottom: 0.75rem;
}

.down_3cb9 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.pagination-d9a6 {
  margin: 2rem 0;
}

.notice_a910 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.detail_down_b00d {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.summary_prev_c0f4 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.plasma-287b {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.dim-033f {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.next-2c6f {
  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;
}

.next-2c6f img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.progress-blue-bee9 {
  flex: 1;
}

.progress-blue-bee9 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.narrow-bab8 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.warm-7511 p {
  margin-bottom: 1rem;
}

.over_5486 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.east-dbde {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.progress_active_98d4 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.progress_active_98d4 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.selected-252e h3 {
  margin-bottom: 1.5rem;
}

.blue_23d4 {
  display: grid;
  gap: 2rem;
}

.sidebar-upper-fa02 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.sidebar-upper-fa02 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.sidebar-upper-fa02 h4 {
  margin: 0 0 0.25rem;
}

.sidebar-upper-fa02 p {
  margin: 0;
  font-size: 0.9375rem;
}

.row-cf38 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.sort-green-986a {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.sort-green-986a h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.sort-green-986a ul {
  margin: 1.5rem 0;
}

.sort-green-986a li {
  margin-bottom: 0.75rem;
}

.message-9af3 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.element_up_2961 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.nav_slow_6dcf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.modal_13bc h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.modal_13bc p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.frame_narrow_61af {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.frame_narrow_61af a {
  color: rgba(255, 255, 255, 0.8);
}

.video_top_1017 {
  list-style: none;
}

.video_top_1017 li {
  margin-bottom: 0.75rem;
}

.video_top_1017 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.video_top_1017 a:hover {
  color: white;
}

.tertiary-small-a981 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.title-b8c5 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.list_active_4ac7 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.item-c777 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.badge_bf8d {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .table_old_10fe {
    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;
  }

  .middle_99ff {
    font-size: 1.5rem !important;
  }

  .filter-pink-83a9 {
    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 */
  .outline-bd6d,
  .narrow-e285,
  .logo_c3c1,
  .south_a23d,
  .section_6447,
  .container_0d8a,
  .upper-46d8,
  .brown_6e31,
  .focus-copper-4d8f,
  .content_e138 {
    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 */
  .solid-8495 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .card_6cfa {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .slow-f334 {
    flex-shrink: 0;
  }

  .progress-blue-bee9 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .message_2348,
  .section_ec9a {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .section_ec9a {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .table-6145 {
    display: none;
  }

  /* Show mobile actions */
  .outline_cbf3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .grid_71f6 {
    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;
  }

  .grid_71f6 svg {
    flex-shrink: 0;
  }

  .grid_71f6 .picture_d8a8 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .grid_71f6 .sidebar-iron-036e {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .north-4218 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .basic-b50c {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .grid_71f6:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .breadcrumb-action-ada7 {
    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;
  }

  .breadcrumb-action-ada7.fn-active-70e4 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .breadcrumb-action-ada7 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .breadcrumb-action-ada7 li:last-child {
    border-bottom: none;
  }

  .breadcrumb-action-ada7 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .active_8d26 {
    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;
  }

  .active_8d26 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .active_8d26 li:last-child {
    border-bottom: none;
  }

  .active_8d26 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .container_tall_0c0e {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .badge_black_75e0 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .button_91b1,
  .heading_inner_8079 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .button_91b1 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .heading_inner_8079 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .active_8d26.fn-active-70e4 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav_action_ae0e {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .cool_fe36 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .tall-2e46 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .media_solid_f070 {
    margin-top: 0;
  }

  /* Hero section */
  .media_solid_f070 {
    padding: 2rem 0 1.5rem;
  }

  .filter-pink-83a9 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .focus-copper-4d8f {
    font-size: 1rem;
  }

  /* Hero brand image */
  .top-2843 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .link-silver-6c5a {
    max-width: 100%;
    border-radius: 8px;
  }

  .picture-00ec {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .breadcrumb-selected-b06f {
    padding: 1rem;
  }

  .solid_5f66 {
    font-size: 1.5rem;
  }

  .menu_84cf {
    font-size: 0.75rem;
  }

  .brown_6e31 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .tag_4dc6 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .tag_4dc6 .icon_east_dc48 {
    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 */
  .item-4785 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .last_f93f {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .feature-acf1 {
    margin-bottom: 1rem;
  }

  /* Author */
  .top-289f {
    flex-direction: column;
  }

  .next-2c6f {
    flex-direction: column;
  }

  /* Quotes */
  .section_6447 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .label-0fcf {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .plasma-287b {
    flex-direction: column;
  }

  .plasma-287b .icon_east_dc48 {
    width: 100%;
  }

  /* Version comparison */
  .picture-smooth-4b0e {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .label-under-7130 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .nav_slow_6dcf {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .list_active_4ac7 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .texture-hovered-83d0,
  .progress-929a,
  .item-1c20,
  .block-8597,
  .tooltip_middle_a96f,
  .caption-pressed-6570 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .texture-hovered-83d0 table,
  .progress-929a table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .sidebar_b2e0 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .table_old_10fe {
    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;
  }

  .middle_99ff {
    font-size: 1.25rem !important;
  }

  .filter-pink-83a9 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .cool_fe36 {
    position: fixed;
  }

  .tall-2e46 {
    padding: 0.625rem 0;
  }

  .prev_047a img {
    height: 26px;
  }

  .active_8d26 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .breadcrumb-action-ada7 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .grid_71f6 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .grid_71f6 svg {
    width: 18px;
    height: 18px;
  }

  .grid_71f6 .picture_d8a8 {
    font-size: 0.7rem;
  }

  .grid_71f6 .sidebar-iron-036e {
    font-size: 0.65rem;
  }

  .button_91b1,
  .heading_inner_8079 {
    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, .table_old_10fe, .shadow_up_bd9c, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .top-2843 {
    padding: 1rem;
  }

  .picture-00ec {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .breadcrumb-selected-b06f {
    padding: 0.875rem;
  }

  .solid_5f66 {
    font-size: 1.25rem;
  }

  .tag_4dc6 .icon_east_dc48 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .filter-pink-83a9 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .icon_east_dc48 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .in-b2ce {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .last_f93f {
    padding: 1rem;
  }

  .feature-acf1 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .outline-bd6d,
  .yellow_eddf,
  .active_gold_efa3,
  .row-green-c7bc {
    padding: 1rem;
  }
}

@media print {
  .cool_fe36,
  .box-9ef3,
  .nav_action_ae0e,
  .icon_east_dc48,
  .element_up_2961 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .table_old_10fe {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.pagination_c8be {
  margin-bottom: 3rem;
  text-align: center;
}

.middle_99ff {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.dropdown_4655 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.secondary_874d,
.hover-in-6859 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.first-57a9 {
  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;
}

.first-57a9:hover {
  transform: translateY(-5px);
}

.first-57a9 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.first-57a9 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.hidden-lower-3e9c {
  margin: 3rem 0;
}

.status_hard_322b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.widget-current-27ea {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.widget-current-27ea:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.sort-abb4 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.list-gas-66a1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.header_62a2 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.primary_old_709f {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.light-2c72 {
  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;
}

.light-2c72:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.light-2c72.steel_e938 {
  border-left: 4px solid var(--primary-color);
}

.notice-west-5a56 {
  flex-shrink: 0;
}

.notice-west-5a56 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.main-5f3a {
  flex: 1;
}

.main-5f3a h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.bronze-f37a {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.main-east-f6f3,
.chip-cc1c,
.gold-3ec8 {
  margin-bottom: 1.5rem;
}

.main-east-f6f3 h4,
.chip-cc1c h4,
.gold-3ec8 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.main-east-f6f3 ul,
.chip-cc1c ul,
.gold-3ec8 ul {
  list-style: none;
  padding: 0;
}

.main-east-f6f3 li,
.chip-cc1c li,
.gold-3ec8 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.main-east-f6f3 li:before,
.chip-cc1c li:before,
.gold-3ec8 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.summary_7115 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.summary_7115 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;
}

.summary_7115 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.element_ba36 { margin: 2rem 0; }
.modal-dirty-82d0 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.modal-dirty-82d0 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.notice-tall-66c8 p { margin-bottom: 1rem; line-height: 1.7; }
.notice-tall-66c8 strong { color: var(--text-primary); }
.notice-tall-66c8 ul { list-style: none; padding-left: 0; }
.notice-tall-66c8 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.notice-tall-66c8 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.modal_tiny_0afd { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.upper-e7a4 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.upper-e7a4:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.narrow_42c3 { font-size: 3rem; margin-bottom: 1rem; }
.upper-e7a4 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.upper-e7a4 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.box-large-d348 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.box-large-d348 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.card-3cd1 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.purple_dc42 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.right_df60 { text-align: center; }
.left-edc1 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.notice-d0be { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.action-f503 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.east-d62a { margin: 2rem 0; }
.element_blue_37db { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.element_blue_37db h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.element_blue_37db p, .element_blue_37db ul { line-height: 1.7; }
.element_blue_37db ul { list-style: none; padding-left: 0; }
.element_blue_37db ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.element_blue_37db ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.paragraph_under_5fb1 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.grid-736c { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.feature_6ad3 { text-align: center; }
.article_wide_40c9 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.container_63c5 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.photo-lower-7a33 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.over_d25a { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.element_1b63 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.element_1b63:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.element_1b63 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.element_1b63 p, .element_1b63 ul { line-height: 1.7; }
.element_1b63 ul { list-style: none; padding-left: 0; }
.element_1b63 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.element_1b63 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 3efc */
.phantom-card-h5 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.2;
}
