/* ============================================
   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 */
.short_c6d4 p,
.warm_0710,
.iron-dd72,
.paragraph-center-dba0,
.main-blue-f3a9,
.heading_5000,
.layout_9a65,
.input-5a87 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.texture_c487 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.texture_c487 > *,
.pattern_action_dc76,
.short_c6d4,
.carousel-7558 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .texture_c487 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .texture_c487 {
    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 === */
.action-4c53 {
  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 */
.action-4c53.backdrop-tiny-2dc7 {
  box-shadow: var(--shadow-md);
}

.overlay_7266 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.huge-5d9e img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.picture_6544 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.paragraph-east-a818 {
  display: none;
}

/* Hide mobile actions on desktop */
.main_ec20 {
  display: none;
}

.caption_c9e5 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.caption_c9e5 a:hover,
.caption_c9e5 a.fn-active-4f23 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.hover-new-d0f0 {
  margin-left: 1rem;
}

.lower-71ff {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.filter_eec9,
.highlight_5493 {
  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;
}

.filter_eec9 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.filter_eec9: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;
}

.highlight_5493 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.highlight_5493: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;
}

.filter_eec9 svg,
.highlight_5493 svg {
  flex-shrink: 0;
}

.button-5d81 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.overlay_lite_634b {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.overlay_lite_634b::before,
.overlay_lite_634b::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.overlay_lite_634b::before {
  top: -7px;
}

.overlay_lite_634b::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.old-741c {
  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 === */
.pagination_56b9 {
  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);
}

.lite_dc9f {
  margin: 0 0 2rem;
  text-align: center;
}

.dynamic_9090 {
  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;
}

.dynamic_9090:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.yellow-9aef {
  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);
}

.yellow-9aef strong {
  color: var(--primary-color);
  font-weight: 700;
}

.notification-fluid-089b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.purple-3ea7 {
  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;
}

.purple-3ea7:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.component-left-8052 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.carousel_8fcc {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.module-f061 {
  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);
}

.module-f061 .widget_fa9a {
  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;
}

.module-f061 .widget_fa9a svg {
  flex-shrink: 0;
}

.module-f061 .shadow-405c {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.module-f061 .shadow-405c: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);
}

.module-f061 .card_2294 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.module-f061 .card_2294: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) {
  .pagination_56b9 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .dynamic_9090 {
    max-width: 100%;
  }

  .notification-fluid-089b {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .purple-3ea7 {
    padding: 1rem;
  }

  .component-left-8052 {
    font-size: 1.5rem;
  }

  .carousel_8fcc {
    font-size: 0.75rem;
  }

  .yellow-9aef {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .module-f061 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .module-f061 .widget_fa9a {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .notification-fluid-089b {
    grid-template-columns: 1fr;
  }
}

.grid_plasma_0e9b {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.rough_0abf {
  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 === */
.container_north_b5c4 {
  margin-bottom: 2.5rem;
}

.south-45bc {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.grid_plasma_0e9b {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.grid_upper_c60c {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.message_86be {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.hot-cdad {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.search-6fb0 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.media_complex_2def {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.footer-easy-d535 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.tall_83a4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.tall_83a4 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.gradient_8331 {
  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);
}

.aside-6ba9 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.primary-complex-b45b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stale-05fb {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.modal_north_3ca1 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.article-last-ff50 {
  display: grid;
  gap: 1rem;
}

.steel_5c71 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.gallery-e346 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.row-fef7 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.button_smooth_2b44 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.copper-0ad3 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.primary_small_94ea {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.primary_small_94ea p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.warm_0710 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.info_4a56 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.nav_easy_d94f {
  display: grid;
  gap: 2rem;
}

.hover-blue-ae1b {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.message_86be {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.grid_upper_c60c {
  flex: 1;
}

.search-6fb0 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.search-6fb0 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.list-191c {
  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;
}

.media_complex_2def {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.accent-7138 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.accent-7138 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.medium_4569 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.medium_4569 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.background_static_30fc {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.background_static_30fc strong {
  display: block;
  margin-bottom: 0.75rem;
}

.background_static_30fc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.background_static_30fc li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.wrapper_ef9a {
  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 === */
.picture-white-eac0 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.cool_6dc9 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.box_stone_5d2b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.chip_cd89 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.chip_cd89 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.chip_cd89 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.chip_cd89 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;
}

.chip_cd89 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.chip_cd89 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.short_c6d4 {
  padding: 3rem 0 5rem;
}

.carousel-7558 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.carousel-7558.tag_7dc1 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.iron-dd72 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.slow_2d44 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.upper_baf9 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.upper_baf9 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.panel_36bd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.black_4042 {
  text-align: center;
}

.pro_6aae {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.detail_next_05ff {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.texture_f768 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.heading_5000 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.paragraph-center-dba0 {
  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;
}

.paragraph-center-dba0 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.paragraph-center-dba0:hover {
  box-shadow: var(--shadow-lg);
}

.paragraph-center-dba0.table-narrow-ff60 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.paragraph-center-dba0 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.paragraph-center-dba0 ul {
  margin: 1rem 0;
}

.paragraph-center-dba0 li {
  margin-bottom: 0.75rem;
}

.hover_2726 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.module-f35f {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.module-f35f a {
  font-weight: 600;
}

/* === Data Tables === */
.tabs-action-dcd2 {
  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;
}

.tabs-action-dcd2 table {
  width: 100%;
  min-width: 600px;
}

.tabs-action-dcd2 thead {
  background-color: var(--primary-color);
  color: white;
}

.tabs-action-dcd2 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.tabs-action-dcd2 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.tabs-action-dcd2 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.tabs-action-dcd2 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.simple_0aea {
  list-style: none;
  margin: 1.5rem 0;
}

.simple_0aea li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.simple_0aea li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.overlay_green_08f2::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-4f23::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 === */
.south-f1fa {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.complex-66cc {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.complex-66cc img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.complex-66cc strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.complex-66cc span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.south-f1fa blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.layout_9a65 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.layout_9a65::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.basic-97b4 {
  position: relative;
  margin-bottom: 3rem;
}

.tag_south_af94 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.tag_south_af94 .complex-2601 {
  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-0211 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.tooltip-0211 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.tooltip-0211 ul {
  margin: 1rem 0;
}

.tooltip-0211 li {
  margin-bottom: 0.75rem;
}

.component-gas-4530 {
  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 === */
.plasma_aa3a {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.plasma_aa3a h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.wrapper-dim-7215 {
  list-style: none;
  margin: 1.5rem 0;
}

.wrapper-dim-7215 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.wrapper-dim-7215 a {
  font-weight: 600;
}

.sidebar_white_b4bb {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.input-5a87 {
  margin: 2.5rem 0;
}

.grid-simple-f06e {
  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;
}

.grid-simple-f06e:hover {
  box-shadow: var(--shadow-lg);
}

.grid-simple-f06e.disabled-gold-d891 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.item-action-c403 {
  flex-shrink: 0;
}

.item-action-c403 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);
}

.caption-hard-a209 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.glass_b48d,
.orange-8e23,
.iron_061e {
  width: 100%;
  margin: 1.5rem 0;
}

.static_51e0 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.static_51e0 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.search_outer_3ff4 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.search_outer_3ff4 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.narrow_bb5b {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.narrow_bb5b strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.tiny-c733 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.pattern-upper-61de {
  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;
}

.pattern-upper-61de:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.pattern-upper-61de.caption-2396 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.pattern-upper-61de .form-86fe {
  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;
}

.pattern-upper-61de h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.white-7b3f {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.text-simple-78bc {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.text-simple-78bc label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.cool_5a7d {
  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 === */
.widget_fa9a {
  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;
}

.shadow-405c {
  background-color: var(--primary-color);
  color: white;
}

.shadow-405c:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.card_2294 {
  background-color: var(--text-secondary);
  color: white;
}

.card_2294:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.prev_cbee {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.prev_cbee:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.modal-huge-dd7f {
  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;
}

.modal-huge-dd7f:hover {
  background-color: var(--primary-dark);
}

.accent_fast_a0d5 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.shade_59ce {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.detail_4ad4 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.small_3404 {
  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 === */
.red_2e64 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.solid_556b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.solid_556b h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.thumbnail_slow_f809 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.title_outer_a9b1 {
  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;
}

.media-glass-743e {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.smooth_ddb3 {
  list-style: none;
  counter-reset: rank-counter;
}

.smooth_ddb3 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.smooth_ddb3 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;
}

.badge-hovered-1072 {
  list-style: none;
}

.badge-hovered-1072 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.inner_8412 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.down_555e {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.down_555e .tabs_dirty_735a {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.down_555e .accordion-7a83 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.huge_3e51 {
  margin-top: 3rem;
}

.form-c581 {
  width: 100%;
}

.last-59e7 {
  background-color: #fef3c7;
}

.small_0e15 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.message-54aa {
  margin: 3rem 0;
}

.badge_current_9cd2 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.list_75ac {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.list_75ac:hover {
  box-shadow: var(--shadow-lg);
}

.list_75ac.full_9481 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.alert_copper_310d {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.column_orange_b228 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.column_orange_b228 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.notification_61fc {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.list_75ac blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.heading-black-9d04 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.dropdown-cde3 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.caption_clean_8607 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.module-pressed-4968 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.title-first-537c {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.cold-432b {
  margin-top: 1rem;
}

/* === FAQ Section === */
.iron_89f7 {
  max-width: 900px;
  margin: 0 auto;
}

.out_8821 {
  margin: 2rem 0;
}

.chip_83cf {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.chip_83cf summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.chip_83cf summary::-webkit-details-marker {
  display: none;
}

.chip_83cf summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.modal-1594 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.chip_83cf[open] .modal-1594 {
  transform: rotate(45deg);
}

.secondary_7431 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.secondary_7431 p:last-child {
  margin-bottom: 0;
}

.medium_33c8 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.gradient-down-26d4 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.surface_stale_38dd {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.surface_stale_38dd p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.surface_stale_38dd .widget_fa9a {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.in-2440 {
  max-width: 900px;
  margin: 0 auto;
}

.stone_21d3 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.heading-white-2717 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.heading-white-2717.fn-success-4f23 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.south-d05f {
  font-size: 3rem;
  line-height: 1;
}

.liquid_9359 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.label-2609 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.label_tall_60c3,
.sort-3a07 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.label_tall_60c3 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.sort-3a07 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.table_661a,
.lite-b951 {
  margin: 1.5rem 0;
}

.table_661a li,
.lite-b951 li {
  margin-bottom: 1rem;
}

.video_94ea {
  margin: 3rem 0;
}

.preview-64af {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.preview-64af h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.preview-64af ol {
  margin: 1rem 0;
}

.preview-64af li {
  margin-bottom: 0.75rem;
}

.menu-9cb8 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.shade-7d87 {
  margin: 2rem 0;
}

.row-stale-46d7 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.thumbnail-hot-0f59 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.list_d0b8 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.hero_middle_c879 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.secondary_e1ce {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.pagination-1d7c {
  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;
}

.pagination-1d7c img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.hot-cdad {
  flex: 1;
}

.hot-cdad h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.smooth_b9df {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.stone-ac49 p {
  margin-bottom: 1rem;
}

.wrapper-thick-31ed {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.north-bce0 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.cool_6284 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.cool_6284 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.chip_advanced_b4fa h3 {
  margin-bottom: 1.5rem;
}

.steel-73df {
  display: grid;
  gap: 2rem;
}

.breadcrumb-58a0 {
  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;
}

.breadcrumb-58a0 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.breadcrumb-58a0 h4 {
  margin: 0 0 0.25rem;
}

.breadcrumb-58a0 p {
  margin: 0;
  font-size: 0.9375rem;
}

.input-db0d {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.fast_85b6 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.fast_85b6 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.fast_85b6 ul {
  margin: 1.5rem 0;
}

.fast_85b6 li {
  margin-bottom: 0.75rem;
}

.active-motion-b505 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.message-fluid-dfec {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.title_d6b7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.component-hovered-4df3 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.component-hovered-4df3 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.chip_wood_9d51 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.chip_wood_9d51 a {
  color: rgba(255, 255, 255, 0.8);
}

.east-20e2 {
  list-style: none;
}

.east-20e2 li {
  margin-bottom: 0.75rem;
}

.east-20e2 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.east-20e2 a:hover {
  color: white;
}

.stone-f6ab {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.section_red_5078 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.module-black-b32e {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.accent_5a31 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.outline-fe58 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .texture_c487 {
    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;
  }

  .gold_5060 {
    font-size: 1.5rem !important;
  }

  .south-45bc {
    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 */
  .paragraph-center-dba0,
  .main-blue-f3a9,
  .tooltip-0211,
  .caption-hard-a209,
  .alert_copper_310d,
  .list_75ac,
  .secondary_7431,
  .yellow-9aef,
  .warm_0710,
  .iron-dd72 {
    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 */
  .grid_plasma_0e9b {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .grid_upper_c60c {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .message_86be {
    flex-shrink: 0;
  }

  .hot-cdad {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .search-6fb0,
  .media_complex_2def {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .media_complex_2def {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .picture_6544 {
    display: none;
  }

  /* Show mobile actions */
  .main_ec20 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .accent-static-dccb {
    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;
  }

  .accent-static-dccb svg {
    flex-shrink: 0;
  }

  .accent-static-dccb .hero_904a {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .accent-static-dccb .bronze_33d1 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .footer-3e38 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .avatar-current-0fb1 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .accent-static-dccb:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .paragraph-east-a818 {
    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;
  }

  .paragraph-east-a818.fn-active-4f23 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .paragraph-east-a818 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .paragraph-east-a818 li:last-child {
    border-bottom: none;
  }

  .paragraph-east-a818 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .caption_c9e5 {
    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;
  }

  .caption_c9e5 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .caption_c9e5 li:last-child {
    border-bottom: none;
  }

  .caption_c9e5 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .hover-new-d0f0 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .lower-71ff {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .filter_eec9,
  .highlight_5493 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .filter_eec9 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .highlight_5493 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .caption_c9e5.fn-active-4f23 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .button-5d81 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .action-4c53 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .overlay_7266 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .old-741c {
    margin-top: 0;
  }

  /* Hero section */
  .old-741c {
    padding: 2rem 0 1.5rem;
  }

  .south-45bc {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .warm_0710 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .pagination_56b9 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .dynamic_9090 {
    max-width: 100%;
    border-radius: 8px;
  }

  .notification-fluid-089b {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .purple-3ea7 {
    padding: 1rem;
  }

  .component-left-8052 {
    font-size: 1.5rem;
  }

  .carousel_8fcc {
    font-size: 0.75rem;
  }

  .yellow-9aef {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .module-f061 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .module-f061 .widget_fa9a {
    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 */
  .box_stone_5d2b {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .grid-simple-f06e {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .item-action-c403 {
    margin-bottom: 1rem;
  }

  /* Author */
  .hover-blue-ae1b {
    flex-direction: column;
  }

  .pagination-1d7c {
    flex-direction: column;
  }

  /* Quotes */
  .alert_copper_310d {
    flex-direction: column;
  }

  /* Pros/Cons */
  .label-2609 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .hero_middle_c879 {
    flex-direction: column;
  }

  .hero_middle_c879 .widget_fa9a {
    width: 100%;
  }

  /* Version comparison */
  .tiny-c733 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .red_2e64 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .title_d6b7 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .module-black-b32e {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .tabs-action-dcd2,
  .orange-8e23,
  .slow-fe18,
  .form-c581,
  .glass_b48d,
  .iron_061e {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tabs-action-dcd2 table,
  .orange-8e23 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .cool_5a7d {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .texture_c487 {
    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;
  }

  .gold_5060 {
    font-size: 1.25rem !important;
  }

  .south-45bc {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .action-4c53 {
    position: fixed;
  }

  .overlay_7266 {
    padding: 0.625rem 0;
  }

  .huge-5d9e img {
    height: 26px;
  }

  .caption_c9e5 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .paragraph-east-a818 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .accent-static-dccb {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .accent-static-dccb svg {
    width: 18px;
    height: 18px;
  }

  .accent-static-dccb .hero_904a {
    font-size: 0.7rem;
  }

  .accent-static-dccb .bronze_33d1 {
    font-size: 0.65rem;
  }

  .filter_eec9,
  .highlight_5493 {
    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, .texture_c487, .pattern_action_dc76, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .pagination_56b9 {
    padding: 1rem;
  }

  .notification-fluid-089b {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .purple-3ea7 {
    padding: 0.875rem;
  }

  .component-left-8052 {
    font-size: 1.25rem;
  }

  .module-f061 .widget_fa9a {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .south-45bc {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .widget_fa9a {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .accent_fast_a0d5 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .grid-simple-f06e {
    padding: 1rem;
  }

  .item-action-c403 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .paragraph-center-dba0,
  .avatar-lower-361d,
  .south-6866,
  .element-focused-c97e {
    padding: 1rem;
  }
}

@media print {
  .action-4c53,
  .picture-white-eac0,
  .button-5d81,
  .widget_fa9a,
  .message-fluid-dfec {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .texture_c487 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.module_pressed_e01f {
  margin-bottom: 3rem;
  text-align: center;
}

.gold_5060 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.item_cda0 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.solid-cef7,
.wide_a54e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.prev_62af {
  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;
}

.prev_62af:hover {
  transform: translateY(-5px);
}

.prev_62af strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.prev_62af span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.summary-a204 {
  margin: 3rem 0;
}

.gas-1e64 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.item_hot_eddd {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.item_hot_eddd:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.section-dim-f8f2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.north-abe8 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.avatar-b920 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.pattern_wide_c52b {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.message_center_a145 {
  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;
}

.message_center_a145:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.message_center_a145.texture-71bd {
  border-left: 4px solid var(--primary-color);
}

.in_d32e {
  flex-shrink: 0;
}

.in_d32e svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.row-406e {
  flex: 1;
}

.row-406e h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.column-a298 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.focus_2a2a,
.item_5288,
.summary_186a {
  margin-bottom: 1.5rem;
}

.focus_2a2a h4,
.item_5288 h4,
.summary_186a h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.focus_2a2a ul,
.item_5288 ul,
.summary_186a ul {
  list-style: none;
  padding: 0;
}

.focus_2a2a li,
.item_5288 li,
.summary_186a li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.focus_2a2a li:before,
.item_5288 li:before,
.summary_186a li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.module-26f5 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.module-26f5 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;
}

.module-26f5 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.text-liquid-63a1 { margin: 2rem 0; }
.new-0bcd { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.new-0bcd h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.layout-4200 p { margin-bottom: 1rem; line-height: 1.7; }
.layout-4200 strong { color: var(--text-primary); }
.layout-4200 ul { list-style: none; padding-left: 0; }
.layout-4200 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.layout-4200 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.west_6be6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.icon-west-2023 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.icon-west-2023:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.filter-e64c { font-size: 3rem; margin-bottom: 1rem; }
.icon-west-2023 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.icon-west-2023 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.column_6e73 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.column_6e73 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.accent-57cd { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.module_181c { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.sort-dirty-c9a6 { text-align: center; }
.tertiary-a8d3 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.row-bottom-3796 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.gradient-soft-eb90 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.badge_advanced_59c5 { margin: 2rem 0; }
.text-active-e136 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.text-active-e136 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.text-active-e136 p, .text-active-e136 ul { line-height: 1.7; }
.text-active-e136 ul { list-style: none; padding-left: 0; }
.text-active-e136 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.text-active-e136 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.copper-3864 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.wrapper_9918 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.module-full-aa06 { text-align: center; }
.east-64e9 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.hovered_4d77 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.copper-21cd { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.simple_6e91 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.preview_f20b { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.preview_f20b:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.preview_f20b h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.preview_f20b p, .preview_f20b ul { line-height: 1.7; }
.preview_f20b ul { list-style: none; padding-left: 0; }
.preview_f20b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.preview_f20b ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 7078 */
.phantom-card-t2 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.1;
}
