/* ============================================
   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 */
.dark_d926 p,
.last_16b1,
.notification-rough-3f66,
.texture-black-f91d,
.iron-2ab0,
.sort-solid-8d66,
.purple_8fa8,
.main-south-7b3d {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.notification_right_99cc {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.notification_right_99cc > *,
.medium_332e,
.dark_d926,
.picture_plasma_64a0 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .notification_right_99cc {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .notification_right_99cc {
    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 === */
.media-clean-24c3 {
  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 */
.media-clean-24c3.shadow-7d6b {
  box-shadow: var(--shadow-md);
}

.container_white_cce6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.label_soft_2c42 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.container_iron_9ef7 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.hot-fb0d {
  display: none;
}

/* Hide mobile actions on desktop */
.down_9448 {
  display: none;
}

.middle_f20b a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.middle_f20b a:hover,
.middle_f20b a.fn-active-55c7 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.focus-9a43 {
  margin-left: 1rem;
}

.accordion-last-a65d {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.feature_2cdd,
.action_c020 {
  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;
}

.feature_2cdd {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.feature_2cdd: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;
}

.action_c020 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.action_c020: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;
}

.feature_2cdd svg,
.action_c020 svg {
  flex-shrink: 0;
}

.input-1fdc {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.widget-copper-a54f {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.widget-copper-a54f::before,
.widget-copper-a54f::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.widget-copper-a54f::before {
  top: -7px;
}

.widget-copper-a54f::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.disabled_c80c {
  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 === */
.mask-fe82 {
  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);
}

.icon_71b4 {
  margin: 0 0 2rem;
  text-align: center;
}

.panel-a381 {
  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;
}

.panel-a381:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.menu-3850 {
  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);
}

.menu-3850 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.bottom-1ccb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.pressed-2f72 {
  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;
}

.pressed-2f72:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.module_silver_4252 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.bottom-defe {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.box_iron_cf8a {
  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);
}

.box_iron_cf8a .chip-in-3666 {
  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;
}

.box_iron_cf8a .chip-in-3666 svg {
  flex-shrink: 0;
}

.box_iron_cf8a .element-29fb {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.box_iron_cf8a .element-29fb: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);
}

.box_iron_cf8a .hard-4f3b {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.box_iron_cf8a .hard-4f3b: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) {
  .mask-fe82 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .panel-a381 {
    max-width: 100%;
  }

  .bottom-1ccb {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .pressed-2f72 {
    padding: 1rem;
  }

  .module_silver_4252 {
    font-size: 1.5rem;
  }

  .bottom-defe {
    font-size: 0.75rem;
  }

  .menu-3850 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .box_iron_cf8a {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .box_iron_cf8a .chip-in-3666 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .bottom-1ccb {
    grid-template-columns: 1fr;
  }
}

.filter_white_32f1 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.notification-hot-a3c6 {
  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 === */
.block_a3ff {
  margin-bottom: 2.5rem;
}

.old-88d4 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.filter_white_32f1 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.popup_fluid_7396 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.accordion_33c0 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.aside-be3c {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.purple_7f35 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.pattern_north_8890 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.section_6e3b {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.prev_de72 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.prev_de72 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.mask-lite-febc {
  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);
}

.badge_liquid_8735 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.main-static-c7d7 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.east-5a86 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.header_pro_cf25 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.widget_2d0e {
  display: grid;
  gap: 1rem;
}

.brown_e3ca {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.light-6935 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.active-brown-a6e6 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.gallery-8ed8 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.layout_7e96 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.icon_static_a0cd {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.icon_static_a0cd p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.last_16b1 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.up-db8a {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.steel_72e7 {
  display: grid;
  gap: 2rem;
}

.aside-16c2 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.accordion_33c0 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.popup_fluid_7396 {
  flex: 1;
}

.purple_7f35 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.purple_7f35 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.tabs_c793 {
  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;
}

.pattern_north_8890 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.article_094c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.article_094c span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.caption-d5ef {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.caption-d5ef a {
  font-size: 0.875rem;
  font-weight: 500;
}

.panel-2d15 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.panel-2d15 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.panel-2d15 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.panel-2d15 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.slider_pro_f394 {
  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 === */
.modal_lite_99b6 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.tag_24f2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.grid_b0e1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.huge-2dc7 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.huge-2dc7 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.huge-2dc7 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.huge-2dc7 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;
}

.huge-2dc7 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.huge-2dc7 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.dark_d926 {
  padding: 3rem 0 5rem;
}

.picture_plasma_64a0 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.picture_plasma_64a0.thick_067d {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.notification-rough-3f66 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.picture_blue_8622 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.basic_bd32 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.basic_bd32 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.box-silver-ba5f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.label_2408 {
  text-align: center;
}

.table-current-5572 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.black_d2ae {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.article-gas-ecf7 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.sort-solid-8d66 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.texture-black-f91d {
  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;
}

.texture-black-f91d * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.texture-black-f91d:hover {
  box-shadow: var(--shadow-lg);
}

.texture-black-f91d.disabled-e366 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.texture-black-f91d h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.texture-black-f91d ul {
  margin: 1rem 0;
}

.texture-black-f91d li {
  margin-bottom: 0.75rem;
}

.picture-4299 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.layout_focused_a8be {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.layout_focused_a8be a {
  font-weight: 600;
}

/* === Data Tables === */
.lite-7841 {
  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;
}

.lite-7841 table {
  width: 100%;
  min-width: 600px;
}

.lite-7841 thead {
  background-color: var(--primary-color);
  color: white;
}

.lite-7841 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.lite-7841 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.lite-7841 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.lite-7841 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.link-liquid-bf70 {
  list-style: none;
  margin: 1.5rem 0;
}

.link-liquid-bf70 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.link-liquid-bf70 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.progress-a703::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-55c7::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 === */
.disabled_small_dd54 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.modal_dirty_2c61 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.modal_dirty_2c61 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.modal_dirty_2c61 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.modal_dirty_2c61 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.disabled_small_dd54 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.purple_8fa8 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.purple_8fa8::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.paragraph-purple-ed4b {
  position: relative;
  margin-bottom: 3rem;
}

.carousel-acef {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.carousel-acef .huge-def0 {
  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;
}

.text-clean-e24f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.text-clean-e24f h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.text-clean-e24f ul {
  margin: 1rem 0;
}

.text-clean-e24f li {
  margin-bottom: 0.75rem;
}

.lite-5918 {
  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 === */
.hidden_cb34 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.hidden_cb34 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.static-1794 {
  list-style: none;
  margin: 1.5rem 0;
}

.static-1794 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.static-1794 a {
  font-weight: 600;
}

.shade-out-c1e3 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.main-south-7b3d {
  margin: 2.5rem 0;
}

.red_efc5 {
  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;
}

.red_efc5:hover {
  box-shadow: var(--shadow-lg);
}

.red_efc5.photo-68d6 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.complex-8861 {
  flex-shrink: 0;
}

.complex-8861 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);
}

.complex-826f h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.simple-73f1,
.notice_in_690f,
.last-73fc {
  width: 100%;
  margin: 1.5rem 0;
}

.picture-solid-cc87 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.picture-solid-cc87 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.advanced_07cd {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.advanced_07cd strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.media_be3f {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.media_be3f strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.gallery_cool_91e7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.highlight_8d54 {
  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;
}

.highlight_8d54:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.highlight_8d54.link-8700 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.highlight_8d54 .glass_b369 {
  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;
}

.highlight_8d54 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.description_bbd9 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.alert_hovered_333b {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.alert_hovered_333b label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.mask-pressed-0a71 {
  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 === */
.chip-in-3666 {
  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;
}

.element-29fb {
  background-color: var(--primary-color);
  color: white;
}

.element-29fb:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.hard-4f3b {
  background-color: var(--text-secondary);
  color: white;
}

.hard-4f3b:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.list-b301 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.list-b301:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.pink_1a7d {
  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;
}

.pink_1a7d:hover {
  background-color: var(--primary-dark);
}

.under-23bd {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.silver_6302 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.steel-cb8d {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.smooth_0791 {
  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 === */
.copper_13c7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.medium-86f8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.medium-86f8 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.label-347e {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.dim_16d3 {
  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;
}

.icon-gold-2c47 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.sort_middle_2431 {
  list-style: none;
  counter-reset: rank-counter;
}

.sort_middle_2431 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.sort_middle_2431 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;
}

.center-4be2 {
  list-style: none;
}

.center-4be2 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.notice-over-9cdc {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.texture_top_ff39 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.texture_top_ff39 .outer_5633 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.texture_top_ff39 .menu-9842 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.carousel_blue_1b41 {
  margin-top: 3rem;
}

.modal-mini-d5c1 {
  width: 100%;
}

.clean-2de2 {
  background-color: #fef3c7;
}

.column_hovered_8eec {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.thumbnail-3aea {
  margin: 3rem 0;
}

.text-d432 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.sidebar_275b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.sidebar_275b:hover {
  box-shadow: var(--shadow-lg);
}

.sidebar_275b.slow_d904 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.center_7d41 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.wood_1d62 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.wood_1d62 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.plasma_fa61 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.sidebar_275b blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.component_c41a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.brown_b877 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.component_orange_b22b {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.column-steel-ce6e {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.nav_245d {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.south-defc {
  margin-top: 1rem;
}

/* === FAQ Section === */
.outline_gas_7e20 {
  max-width: 900px;
  margin: 0 auto;
}

.rough-3b38 {
  margin: 2rem 0;
}

.gallery-54c3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.gallery-54c3 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.gallery-54c3 summary::-webkit-details-marker {
  display: none;
}

.gallery-54c3 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.logo_0a2f {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.gallery-54c3[open] .logo_0a2f {
  transform: rotate(45deg);
}

.bright-dbcb {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.bright-dbcb p:last-child {
  margin-bottom: 0;
}

.sort-9d6b {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.center_c892 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.banner-bright-47fb {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.banner-bright-47fb p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.banner-bright-47fb .chip-in-3666 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.summary-f557 {
  max-width: 900px;
  margin: 0 auto;
}

.status_hard_1c8d {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.highlight-selected-8106 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.highlight-selected-8106.fn-success-55c7 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.article_957d {
  font-size: 3rem;
  line-height: 1;
}

.thick_e197 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.hover-last-a9e3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.pressed_0b9b,
.media_north_bf6d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.pressed_0b9b h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.media_north_bf6d h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.backdrop-fb1f,
.basic_3845 {
  margin: 1.5rem 0;
}

.backdrop-fb1f li,
.basic_3845 li {
  margin-bottom: 1rem;
}

.mini-1319 {
  margin: 3rem 0;
}

.fixed_d72e {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.fixed_d72e h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.fixed_d72e ol {
  margin: 1rem 0;
}

.fixed_d72e li {
  margin-bottom: 0.75rem;
}

.link_outer_f1cc {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.description-under-cc77 {
  margin: 2rem 0;
}

.mask-slow-0ae8 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.slow-b44f {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.secondary_5598 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.video_1a84 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.surface-aa3b {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.link-lower-a017 {
  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;
}

.link-lower-a017 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.aside-be3c {
  flex: 1;
}

.aside-be3c h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.red_13d0 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.status_1673 p {
  margin-bottom: 1rem;
}

.next-befc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.hover_924d {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.block-c4d7 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.block-c4d7 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.component_south_1ae6 h3 {
  margin-bottom: 1.5rem;
}

.media-22d4 {
  display: grid;
  gap: 2rem;
}

.backdrop_eb61 {
  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;
}

.backdrop_eb61 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.backdrop_eb61 h4 {
  margin: 0 0 0.25rem;
}

.backdrop_eb61 p {
  margin: 0;
  font-size: 0.9375rem;
}

.footer-thick-0687 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.shadow-pressed-8621 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.shadow-pressed-8621 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.shadow-pressed-8621 ul {
  margin: 1.5rem 0;
}

.shadow-pressed-8621 li {
  margin-bottom: 0.75rem;
}

.paper-f13f {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.button-cold-50e9 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.mini-64da {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.logo_5c00 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.logo_5c00 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.last-f821 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.last-f821 a {
  color: rgba(255, 255, 255, 0.8);
}

.article_aaf4 {
  list-style: none;
}

.article_aaf4 li {
  margin-bottom: 0.75rem;
}

.article_aaf4 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.article_aaf4 a:hover {
  color: white;
}

.short-8493 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.gas_5b03 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.first-dda1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.new_e56a {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.hovered_b990 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .notification_right_99cc {
    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;
  }

  .grid_upper_0fb6 {
    font-size: 1.5rem !important;
  }

  .old-88d4 {
    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 */
  .texture-black-f91d,
  .iron-2ab0,
  .text-clean-e24f,
  .complex-826f,
  .center_7d41,
  .sidebar_275b,
  .bright-dbcb,
  .menu-3850,
  .last_16b1,
  .notification-rough-3f66 {
    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 */
  .filter_white_32f1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .popup_fluid_7396 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .accordion_33c0 {
    flex-shrink: 0;
  }

  .aside-be3c {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .purple_7f35,
  .pattern_north_8890 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .pattern_north_8890 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .container_iron_9ef7 {
    display: none;
  }

  /* Show mobile actions */
  .down_9448 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .text_short_0c9d {
    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;
  }

  .text_short_0c9d svg {
    flex-shrink: 0;
  }

  .text_short_0c9d .box_bright_4d5c {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .text_short_0c9d .accent_5a31 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .module_cc5a {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .list_9e3b {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .text_short_0c9d:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .hot-fb0d {
    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;
  }

  .hot-fb0d.fn-active-55c7 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .hot-fb0d li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .hot-fb0d li:last-child {
    border-bottom: none;
  }

  .hot-fb0d a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .middle_f20b {
    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;
  }

  .middle_f20b li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .middle_f20b li:last-child {
    border-bottom: none;
  }

  .middle_f20b a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .focus-9a43 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .accordion-last-a65d {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .feature_2cdd,
  .action_c020 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .feature_2cdd {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .action_c020 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .middle_f20b.fn-active-55c7 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .input-1fdc {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .media-clean-24c3 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .container_white_cce6 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .disabled_c80c {
    margin-top: 0;
  }

  /* Hero section */
  .disabled_c80c {
    padding: 2rem 0 1.5rem;
  }

  .old-88d4 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .last_16b1 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .mask-fe82 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .panel-a381 {
    max-width: 100%;
    border-radius: 8px;
  }

  .bottom-1ccb {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .pressed-2f72 {
    padding: 1rem;
  }

  .module_silver_4252 {
    font-size: 1.5rem;
  }

  .bottom-defe {
    font-size: 0.75rem;
  }

  .menu-3850 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .box_iron_cf8a {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .box_iron_cf8a .chip-in-3666 {
    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 */
  .grid_b0e1 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .red_efc5 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .complex-8861 {
    margin-bottom: 1rem;
  }

  /* Author */
  .aside-16c2 {
    flex-direction: column;
  }

  .link-lower-a017 {
    flex-direction: column;
  }

  /* Quotes */
  .center_7d41 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .hover-last-a9e3 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .video_1a84 {
    flex-direction: column;
  }

  .video_1a84 .chip-in-3666 {
    width: 100%;
  }

  /* Version comparison */
  .gallery_cool_91e7 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .copper_13c7 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .mini-64da {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .first-dda1 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .lite-7841,
  .notice_in_690f,
  .message_36df,
  .modal-mini-d5c1,
  .simple-73f1,
  .last-73fc {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .lite-7841 table,
  .notice_in_690f table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .mask-pressed-0a71 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .notification_right_99cc {
    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;
  }

  .grid_upper_0fb6 {
    font-size: 1.25rem !important;
  }

  .old-88d4 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .media-clean-24c3 {
    position: fixed;
  }

  .container_white_cce6 {
    padding: 0.625rem 0;
  }

  .label_soft_2c42 img {
    height: 26px;
  }

  .middle_f20b {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .hot-fb0d {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .text_short_0c9d {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .text_short_0c9d svg {
    width: 18px;
    height: 18px;
  }

  .text_short_0c9d .box_bright_4d5c {
    font-size: 0.7rem;
  }

  .text_short_0c9d .accent_5a31 {
    font-size: 0.65rem;
  }

  .feature_2cdd,
  .action_c020 {
    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, .notification_right_99cc, .medium_332e, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .mask-fe82 {
    padding: 1rem;
  }

  .bottom-1ccb {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .pressed-2f72 {
    padding: 0.875rem;
  }

  .module_silver_4252 {
    font-size: 1.25rem;
  }

  .box_iron_cf8a .chip-in-3666 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .old-88d4 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .chip-in-3666 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .under-23bd {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .red_efc5 {
    padding: 1rem;
  }

  .complex-8861 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .texture-black-f91d,
  .right_da7f,
  .action-80a1,
  .icon-easy-41ee {
    padding: 1rem;
  }
}

@media print {
  .media-clean-24c3,
  .modal_lite_99b6,
  .input-1fdc,
  .chip-in-3666,
  .button-cold-50e9 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .notification_right_99cc {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.pagination_soft_125b {
  margin-bottom: 3rem;
  text-align: center;
}

.grid_upper_0fb6 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.yellow-6a39 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.preview-new-e6be,
.hover-1c0e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.shade_fa8f {
  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;
}

.shade_fa8f:hover {
  transform: translateY(-5px);
}

.shade_fa8f strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.shade_fa8f span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.last-e7c1 {
  margin: 3rem 0;
}

.text-94aa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.text-selected-753b {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.text-selected-753b:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.detail_rough_a88c {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.text-1154 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.paragraph-2895 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.tooltip-8811 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.backdrop_163a {
  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;
}

.backdrop_163a:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.backdrop_163a.overlay-6398 {
  border-left: 4px solid var(--primary-color);
}

.shade_solid_30b7 {
  flex-shrink: 0;
}

.shade_solid_30b7 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.block-dark-74b4 {
  flex: 1;
}

.block-dark-74b4 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.list-c562 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.grid-5948,
.media-tall-5cee,
.paragraph-easy-f3c1 {
  margin-bottom: 1.5rem;
}

.grid-5948 h4,
.media-tall-5cee h4,
.paragraph-easy-f3c1 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.grid-5948 ul,
.media-tall-5cee ul,
.paragraph-easy-f3c1 ul {
  list-style: none;
  padding: 0;
}

.grid-5948 li,
.media-tall-5cee li,
.paragraph-easy-f3c1 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.grid-5948 li:before,
.media-tall-5cee li:before,
.paragraph-easy-f3c1 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.solid_2107 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.solid_2107 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;
}

.solid_2107 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.mask_warm_a046 { margin: 2rem 0; }
.notification-8bdd { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.notification-8bdd h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.lower_093b p { margin-bottom: 1rem; line-height: 1.7; }
.lower_093b strong { color: var(--text-primary); }
.lower_093b ul { list-style: none; padding-left: 0; }
.lower_093b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.lower_093b ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.first-98ba { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.widget-fresh-7944 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.widget-fresh-7944:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.item-1afa { font-size: 3rem; margin-bottom: 1rem; }
.widget-fresh-7944 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.widget-fresh-7944 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.primary_lite_b99a { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.primary_lite_b99a span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.card_iron_dddb { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.modal-wide-2514 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.caption_81a4 { text-align: center; }
.secondary_simple_5bef { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.disabled_62ad { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.input_hard_7e12 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.yellow_727a { margin: 2rem 0; }
.overlay_b03a { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.overlay_b03a h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.overlay_b03a p, .overlay_b03a ul { line-height: 1.7; }
.overlay_b03a ul { list-style: none; padding-left: 0; }
.overlay_b03a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.overlay_b03a ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.west_180e { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.badge-4e36 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.overlay-silver-d9ff { text-align: center; }
.progress_medium_9789 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.slider-wood-d66e { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.popup_bddf { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.warm-299d { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.silver-664a { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.silver-664a:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.silver-664a h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.silver-664a p, .silver-664a ul { line-height: 1.7; }
.silver-664a ul { list-style: none; padding-left: 0; }
.silver-664a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.silver-664a ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 5bcd */
.shadow-element-w7 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
