/* ============================================
   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 */
.blue_fcb3 p,
.grid-713f,
.texture-dirty-102a,
.preview_f2c0,
.card-complex-ba04,
.title_eebb,
.backdrop-6b68,
.west_dfd6 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.hovered-b0c2 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.hovered-b0c2 > *,
.shade_5dfa,
.blue_fcb3,
.list_hard_9a53 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .hovered-b0c2 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .hovered-b0c2 {
    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 === */
.huge_a780 {
  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 */
.huge_a780.dim_ee3d {
  box-shadow: var(--shadow-md);
}

.sidebar-635e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.stone_7089 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.table_hovered_e19a {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.next-2121 {
  display: none;
}

/* Hide mobile actions on desktop */
.picture_de5f {
  display: none;
}

.red_dba7 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.red_dba7 a:hover,
.red_dba7 a.fn-active-65a7 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.active_4725 {
  margin-left: 1rem;
}

.container-e4ca {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.iron-96ba,
.backdrop-ff29 {
  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;
}

.iron-96ba {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.iron-96ba: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;
}

.backdrop-ff29 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.backdrop-ff29: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;
}

.iron-96ba svg,
.backdrop-ff29 svg {
  flex-shrink: 0;
}

.paragraph-dd87 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.icon_paper_d717 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.icon_paper_d717::before,
.icon_paper_d717::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.icon_paper_d717::before {
  top: -7px;
}

.icon_paper_d717::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.table-down-891d {
  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-003f {
  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);
}

.tertiary_e24f {
  margin: 0 0 2rem;
  text-align: center;
}

.image-1617 {
  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;
}

.image-1617:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.popup_west_360b {
  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);
}

.popup_west_360b strong {
  color: var(--primary-color);
  font-weight: 700;
}

.picture-wide-965d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.slow-c456 {
  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;
}

.slow-c456:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.wrapper_stone_2ff4 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.outline_75e1 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.tag_mini_4907 {
  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_mini_4907 .column-c18b {
  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_mini_4907 .column-c18b svg {
  flex-shrink: 0;
}

.tag_mini_4907 .selected-09ef {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.tag_mini_4907 .selected-09ef: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_mini_4907 .active-lower-4e72 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.tag_mini_4907 .active-lower-4e72: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-003f {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .image-1617 {
    max-width: 100%;
  }

  .picture-wide-965d {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .slow-c456 {
    padding: 1rem;
  }

  .wrapper_stone_2ff4 {
    font-size: 1.5rem;
  }

  .outline_75e1 {
    font-size: 0.75rem;
  }

  .popup_west_360b {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .tag_mini_4907 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .tag_mini_4907 .column-c18b {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .picture-wide-965d {
    grid-template-columns: 1fr;
  }
}

.accordion_pressed_449a {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.hidden-black-fe11 {
  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 === */
.notice-b0ad {
  margin-bottom: 2.5rem;
}

.preview-action-2247 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.accordion_pressed_449a {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.active-08ef {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hovered-f8de {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.label-easy-b763 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.title-lite-e367 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.bottom_3504 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.new-6cc2 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.backdrop-d75a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.backdrop-d75a svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.static_30e7 {
  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);
}

.bright_918f {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.layout-fluid-d079 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.west_bb9a {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.accent-gas-c029 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.hot-5610 {
  display: grid;
  gap: 1rem;
}

.nav_mini_4756 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.tabs_over_e765 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.accordion-16c7 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.lower_999b {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.fresh_8636 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.outline_steel_0a47 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.outline_steel_0a47 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.grid-713f {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.banner-inner-6e62 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.out-7af6 {
  display: grid;
  gap: 2rem;
}

.header_ae25 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.hovered-f8de {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.active-08ef {
  flex: 1;
}

.title-lite-e367 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.title-lite-e367 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.main-12bf {
  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;
}

.bottom_3504 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.input-bc39 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.input-bc39 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.input-2dba {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.input-2dba a {
  font-size: 0.875rem;
  font-weight: 500;
}

.primary-9ca3 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.primary-9ca3 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.primary-9ca3 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.primary-9ca3 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.sidebar-silver-a967 {
  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 === */
.tertiary_black_6625 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.top_e8bf {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.dropdown-up-e2da {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.out-5208 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.out-5208 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.out-5208 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.out-5208 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;
}

.out-5208 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.out-5208 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.blue_fcb3 {
  padding: 3rem 0 5rem;
}

.list_hard_9a53 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.list_hard_9a53.banner_north_5611 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.texture-dirty-102a {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.outline_north_d8cb {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.item_f4a5 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.item_f4a5 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.paper-6c62 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.down-13f5 {
  text-align: center;
}

.picture_red_33f4 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.filter_rough_14cc {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.active-34df {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.title_eebb {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.preview_f2c0 {
  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;
}

.preview_f2c0 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.preview_f2c0:hover {
  box-shadow: var(--shadow-lg);
}

.preview_f2c0.surface_3911 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.preview_f2c0 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.preview_f2c0 ul {
  margin: 1rem 0;
}

.preview_f2c0 li {
  margin-bottom: 0.75rem;
}

.background-dynamic-acc3 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.disabled_west_bf94 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.disabled_west_bf94 a {
  font-weight: 600;
}

/* === Data Tables === */
.bottom-162a {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background-color: var(--bg-primary);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bottom-162a table {
  width: 100%;
  min-width: 600px;
}

.bottom-162a thead {
  background-color: var(--primary-color);
  color: white;
}

.bottom-162a th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.bottom-162a td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.bottom-162a tbody tr:hover {
  background-color: var(--bg-secondary);
}

.bottom-162a tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.status-fa38 {
  list-style: none;
  margin: 1.5rem 0;
}

.status-fa38 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.status-fa38 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.frame_2462::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-65a7::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 === */
.sort_99fc {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.picture_621a {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.picture_621a img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.picture_621a strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.picture_621a span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.sort_99fc blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.backdrop-6b68 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.backdrop-6b68::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.pro-4711 {
  position: relative;
  margin-bottom: 3rem;
}

.highlight-5010 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.highlight-5010 .gas_b441 {
  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;
}

.tooltip_4afe {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.tooltip_4afe h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.tooltip_4afe ul {
  margin: 1rem 0;
}

.tooltip_4afe li {
  margin-bottom: 0.75rem;
}

.row-plasma-82b8 {
  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 === */
.wrapper_568b {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.wrapper_568b h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.header-upper-8741 {
  list-style: none;
  margin: 1.5rem 0;
}

.header-upper-8741 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.header-upper-8741 a {
  font-weight: 600;
}

.chip-gas-397b {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.west_dfd6 {
  margin: 2.5rem 0;
}

.overlay-prev-72df {
  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;
}

.overlay-prev-72df:hover {
  box-shadow: var(--shadow-lg);
}

.overlay-prev-72df.box_e32c {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.box_red_0342 {
  flex-shrink: 0;
}

.box_red_0342 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);
}

.photo_3b3b h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.inner_8585,
.out_c584,
.wrapper-next-e210 {
  width: 100%;
  margin: 1.5rem 0;
}

.breadcrumb-dynamic-0e18 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.breadcrumb-dynamic-0e18 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.notification-tiny-dab0 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.notification-tiny-dab0 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.search-next-35e7 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.search-next-35e7 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.hidden-solid-4144 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.panel_4fe1 {
  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;
}

.panel_4fe1:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.panel_4fe1.tertiary_72f2 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.panel_4fe1 .pagination_312c {
  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;
}

.panel_4fe1 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.purple-c180 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.sidebar_pink_d62b {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.sidebar_pink_d62b label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.widget-aa28 {
  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 === */
.column-c18b {
  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;
}

.selected-09ef {
  background-color: var(--primary-color);
  color: white;
}

.selected-09ef:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.active-lower-4e72 {
  background-color: var(--text-secondary);
  color: white;
}

.active-lower-4e72:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.warm-26e6 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.warm-26e6:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.element_upper_f931 {
  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;
}

.element_upper_f931:hover {
  background-color: var(--primary-dark);
}

.bronze_027a {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.section-soft-b1f8 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.column-yellow-db1c {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.paper_c1a9 {
  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 === */
.picture-e0b4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.modal-e9c3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.modal-e9c3 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.hidden_last_222c {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.tertiary_fd69 {
  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;
}

.block_79d4 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.complex-d1fe {
  list-style: none;
  counter-reset: rank-counter;
}

.complex-d1fe li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.complex-d1fe 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;
}

.menu_liquid_fba3 {
  list-style: none;
}

.menu_liquid_fba3 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.content_cold_f764 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.input_hard_5e15 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.input_hard_5e15 .middle_4509 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.input_hard_5e15 .narrow-ea12 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.video_first_4951 {
  margin-top: 3rem;
}

.slider-c1f2 {
  width: 100%;
}

.box_1c54 {
  background-color: #fef3c7;
}

.thick-2979 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.hero-prev-5ff1 {
  margin: 3rem 0;
}

.slider-51b3 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.element-blue-7588 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.element-blue-7588:hover {
  box-shadow: var(--shadow-lg);
}

.element-blue-7588.shade-8d30 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.sidebar_liquid_3747 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.mask-cf1d strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.mask-cf1d span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.active_1e71 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.element-blue-7588 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.hero_5daf {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.surface_tiny_64df {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.breadcrumb-pressed-e8f9 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.form-85ec {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.hard_06c3 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.popup-medium-be28 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.yellow-c091 {
  max-width: 900px;
  margin: 0 auto;
}

.avatar_fece {
  margin: 2rem 0;
}

.info-f79c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.info-f79c summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.info-f79c summary::-webkit-details-marker {
  display: none;
}

.info-f79c summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.glass-08ec {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.info-f79c[open] .glass-08ec {
  transform: rotate(45deg);
}

.active-short-6e21 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.active-short-6e21 p:last-child {
  margin-bottom: 0;
}

.detail-c59e {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.notice_268c {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.header-7a92 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.header-7a92 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.header-7a92 .column-c18b {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.module-tall-81ea {
  max-width: 900px;
  margin: 0 auto;
}

.action_16fe {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.texture_full_2fde {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.texture_full_2fde.fn-success-65a7 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.carousel_efaf {
  font-size: 3rem;
  line-height: 1;
}

.action_47ea h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.lite_ca60 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.rough_dd26,
.message-7a4f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.rough_dd26 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.message-7a4f h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.footer-down-82fd,
.pressed-4d6c {
  margin: 1.5rem 0;
}

.footer-down-82fd li,
.pressed-4d6c li {
  margin-bottom: 1rem;
}

.gradient_9fda {
  margin: 3rem 0;
}

.secondary_170c {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.secondary_170c h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.secondary_170c ol {
  margin: 1rem 0;
}

.secondary_170c li {
  margin-bottom: 0.75rem;
}

.outline_steel_c76e {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.heading_current_5dd1 {
  margin: 2rem 0;
}

.secondary-black-3115 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.form_ab52 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.caption-gold-75a4 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.shadow-1955 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.gradient_d727 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.shade_1974 {
  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;
}

.shade_1974 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.label-easy-b763 {
  flex: 1;
}

.label-easy-b763 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.orange-da2d {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.heading-selected-b337 p {
  margin-bottom: 1rem;
}

.video-static-59fd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.carousel-action-d6f0 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.accent_purple_d46d {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.accent_purple_d46d a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.outer_efbc h3 {
  margin-bottom: 1.5rem;
}

.text_black_410d {
  display: grid;
  gap: 2rem;
}

.message-next-2f02 {
  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;
}

.message-next-2f02 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.message-next-2f02 h4 {
  margin: 0 0 0.25rem;
}

.message-next-2f02 p {
  margin: 0;
  font-size: 0.9375rem;
}

.content-upper-be8c {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.image_3ca4 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.image_3ca4 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.image_3ca4 ul {
  margin: 1.5rem 0;
}

.image_3ca4 li {
  margin-bottom: 0.75rem;
}

.motion-a23b {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.link_steel_7eef {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.silver_5325 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.sort-rough-d230 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.sort-rough-d230 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.text-284b {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.text-284b a {
  color: rgba(255, 255, 255, 0.8);
}

.mask-red-e1b6 {
  list-style: none;
}

.mask-red-e1b6 li {
  margin-bottom: 0.75rem;
}

.mask-red-e1b6 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.mask-red-e1b6 a:hover {
  color: white;
}

.sidebar_ccd1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.button-c31e {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.container_fluid_9ee4 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.hovered_982e {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.alert-medium-7981 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .hovered-b0c2 {
    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;
  }

  .wrapper_yellow_f8c1 {
    font-size: 1.5rem !important;
  }

  .preview-action-2247 {
    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 */
  .preview_f2c0,
  .card-complex-ba04,
  .tooltip_4afe,
  .photo_3b3b,
  .sidebar_liquid_3747,
  .element-blue-7588,
  .active-short-6e21,
  .popup_west_360b,
  .grid-713f,
  .texture-dirty-102a {
    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 */
  .accordion_pressed_449a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .active-08ef {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .hovered-f8de {
    flex-shrink: 0;
  }

  .label-easy-b763 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .title-lite-e367,
  .bottom_3504 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .bottom_3504 {
    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_hovered_e19a {
    display: none;
  }

  /* Show mobile actions */
  .picture_de5f {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .breadcrumb-right-1964 {
    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;
  }

  .breadcrumb-right-1964 svg {
    flex-shrink: 0;
  }

  .breadcrumb-right-1964 .progress_bright_e229 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .breadcrumb-right-1964 .heading-860b {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .dynamic-3fad {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .huge_ef90 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .breadcrumb-right-1964:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .next-2121 {
    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;
  }

  .next-2121.fn-active-65a7 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .next-2121 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .next-2121 li:last-child {
    border-bottom: none;
  }

  .next-2121 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .red_dba7 {
    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;
  }

  .red_dba7 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .red_dba7 li:last-child {
    border-bottom: none;
  }

  .red_dba7 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .active_4725 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .container-e4ca {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .iron-96ba,
  .backdrop-ff29 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .iron-96ba {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .backdrop-ff29 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .red_dba7.fn-active-65a7 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .paragraph-dd87 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .huge_a780 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .sidebar-635e {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .table-down-891d {
    margin-top: 0;
  }

  /* Hero section */
  .table-down-891d {
    padding: 2rem 0 1.5rem;
  }

  .preview-action-2247 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .grid-713f {
    font-size: 1rem;
  }

  /* Hero brand image */
  .top-003f {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .image-1617 {
    max-width: 100%;
    border-radius: 8px;
  }

  .picture-wide-965d {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .slow-c456 {
    padding: 1rem;
  }

  .wrapper_stone_2ff4 {
    font-size: 1.5rem;
  }

  .outline_75e1 {
    font-size: 0.75rem;
  }

  .popup_west_360b {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .tag_mini_4907 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .tag_mini_4907 .column-c18b {
    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 */
  .dropdown-up-e2da {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .overlay-prev-72df {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .box_red_0342 {
    margin-bottom: 1rem;
  }

  /* Author */
  .header_ae25 {
    flex-direction: column;
  }

  .shade_1974 {
    flex-direction: column;
  }

  /* Quotes */
  .sidebar_liquid_3747 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .lite_ca60 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .shadow-1955 {
    flex-direction: column;
  }

  .shadow-1955 .column-c18b {
    width: 100%;
  }

  /* Version comparison */
  .hidden-solid-4144 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .picture-e0b4 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .silver_5325 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .container_fluid_9ee4 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .bottom-162a,
  .out_c584,
  .mask-da3a,
  .slider-c1f2,
  .inner_8585,
  .wrapper-next-e210 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bottom-162a table,
  .out_c584 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .widget-aa28 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .hovered-b0c2 {
    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;
  }

  .wrapper_yellow_f8c1 {
    font-size: 1.25rem !important;
  }

  .preview-action-2247 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .huge_a780 {
    position: fixed;
  }

  .sidebar-635e {
    padding: 0.625rem 0;
  }

  .stone_7089 img {
    height: 26px;
  }

  .red_dba7 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .next-2121 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .breadcrumb-right-1964 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .breadcrumb-right-1964 svg {
    width: 18px;
    height: 18px;
  }

  .breadcrumb-right-1964 .progress_bright_e229 {
    font-size: 0.7rem;
  }

  .breadcrumb-right-1964 .heading-860b {
    font-size: 0.65rem;
  }

  .iron-96ba,
  .backdrop-ff29 {
    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, .hovered-b0c2, .shade_5dfa, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .top-003f {
    padding: 1rem;
  }

  .picture-wide-965d {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .slow-c456 {
    padding: 0.875rem;
  }

  .wrapper_stone_2ff4 {
    font-size: 1.25rem;
  }

  .tag_mini_4907 .column-c18b {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .preview-action-2247 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .column-c18b {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .bronze_027a {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .overlay-prev-72df {
    padding: 1rem;
  }

  .box_red_0342 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .preview_f2c0,
  .alert_fluid_a46a,
  .fixed_3261,
  .gradient_gas_549e {
    padding: 1rem;
  }
}

@media print {
  .huge_a780,
  .tertiary_black_6625,
  .paragraph-dd87,
  .column-c18b,
  .link_steel_7eef {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .hovered-b0c2 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.green-173b {
  margin-bottom: 3rem;
  text-align: center;
}

.wrapper_yellow_f8c1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.column_3250 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.green-3e69,
.breadcrumb_d691 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.header-0ff7 {
  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;
}

.header-0ff7:hover {
  transform: translateY(-5px);
}

.header-0ff7 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.header-0ff7 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.outline_1e7d {
  margin: 3rem 0;
}

.heading_blue_14a8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.status-rough-7792 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.status-rough-7792:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.highlight_bottom_0efa {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.button_5699 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.detail-7ac9 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.smooth-0abb {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.background-paper-b40e {
  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;
}

.background-paper-b40e:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.background-paper-b40e.slider_top_bb72 {
  border-left: 4px solid var(--primary-color);
}

.cool_10f3 {
  flex-shrink: 0;
}

.cool_10f3 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.column_solid_e6fc {
  flex: 1;
}

.column_solid_e6fc h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.image_a3bb {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.caption_64f5,
.stale-d628,
.component-4dee {
  margin-bottom: 1.5rem;
}

.caption_64f5 h4,
.stale-d628 h4,
.component-4dee h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.caption_64f5 ul,
.stale-d628 ul,
.component-4dee ul {
  list-style: none;
  padding: 0;
}

.caption_64f5 li,
.stale-d628 li,
.component-4dee li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.caption_64f5 li:before,
.stale-d628 li:before,
.component-4dee li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.surface-7ac2 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.surface-7ac2 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-7ac2 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.up-376a { margin: 2rem 0; }
.grid-paper-e134 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.grid-paper-e134 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.liquid_ccbd p { margin-bottom: 1rem; line-height: 1.7; }
.liquid_ccbd strong { color: var(--text-primary); }
.liquid_ccbd ul { list-style: none; padding-left: 0; }
.liquid_ccbd ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.liquid_ccbd ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.black_df42 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.basic-8074 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.basic-8074:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.layout-3b23 { font-size: 3rem; margin-bottom: 1rem; }
.basic-8074 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.basic-8074 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.media-glass-5586 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.media-glass-5586 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.carousel-f054 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.row_5b54 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.secondary_ecea { text-align: center; }
.nav-f7da { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.slider_bd2f { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.focus_cfc2 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.shadow-2e5c { margin: 2rem 0; }
.border-bottom-0a8a { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.border-bottom-0a8a h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.border-bottom-0a8a p, .border-bottom-0a8a ul { line-height: 1.7; }
.border-bottom-0a8a ul { list-style: none; padding-left: 0; }
.border-bottom-0a8a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.border-bottom-0a8a ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.column-0a4b { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.stone_8f0e { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.shadow-liquid-2ffd { text-align: center; }
.hot_0572 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.dark-5cea { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.motion-41e2 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.slow_6f6c { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.text_8d6a { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.text_8d6a:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.text_8d6a h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.text_8d6a p, .text_8d6a ul { line-height: 1.7; }
.text_8d6a ul { list-style: none; padding-left: 0; }
.text_8d6a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.text_8d6a ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 8397 */
.promo-block-b9 {
  padding: 0.2rem;
  font-size: 11px;
  line-height: 1.3;
}
