/* ============================================
   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 */
.over-b150 p,
.avatar_a724,
.hard-09d4,
.column_soft_1ef4,
.yellow_5f04,
.gallery_action_cf49,
.tertiary-liquid-dd32,
.disabled_dim_dd7b {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.item_center_9fd9 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.item_center_9fd9 > *,
.new-3cca,
.over-b150,
.fixed-a497 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .item_center_9fd9 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .item_center_9fd9 {
    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 === */
.grid_black_236f {
  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 */
.grid_black_236f.grid-7a72 {
  box-shadow: var(--shadow-md);
}

.hidden_short_119c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.dark-37e2 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.yellow_31b5 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.north_17a3 {
  display: none;
}

/* Hide mobile actions on desktop */
.shade-347d {
  display: none;
}

.heading-7d73 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.heading-7d73 a:hover,
.heading-7d73 a.fn-active-a173 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.element-3053 {
  margin-left: 1rem;
}

.static_cb2c {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.thick-6660,
.notice-a563 {
  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;
}

.thick-6660 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.thick-6660: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;
}

.notice-a563 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.notice-a563: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;
}

.thick-6660 svg,
.notice-a563 svg {
  flex-shrink: 0;
}

.feature_80dc {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.accent_ce83 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.accent_ce83::before,
.accent_ce83::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.accent_ce83::before {
  top: -7px;
}

.accent_ce83::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.menu-82fd {
  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 === */
.media-d079 {
  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);
}

.large_5a2b {
  margin: 0 0 2rem;
  text-align: center;
}

.bronze_44e0 {
  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;
}

.bronze_44e0:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.middle-1dd9 {
  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);
}

.middle-1dd9 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.light-abf4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.media_red_7d2b {
  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;
}

.media_red_7d2b:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.modal-28b7 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.picture_fluid_2509 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.row-mini-d6d5 {
  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);
}

.row-mini-d6d5 .box_solid_7a31 {
  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;
}

.row-mini-d6d5 .box_solid_7a31 svg {
  flex-shrink: 0;
}

.row-mini-d6d5 .shade-orange-9b55 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.row-mini-d6d5 .shade-orange-9b55: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);
}

.row-mini-d6d5 .feature-upper-8767 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.row-mini-d6d5 .feature-upper-8767: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) {
  .media-d079 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .bronze_44e0 {
    max-width: 100%;
  }

  .light-abf4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .media_red_7d2b {
    padding: 1rem;
  }

  .modal-28b7 {
    font-size: 1.5rem;
  }

  .picture_fluid_2509 {
    font-size: 0.75rem;
  }

  .middle-1dd9 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .row-mini-d6d5 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .row-mini-d6d5 .box_solid_7a31 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .light-abf4 {
    grid-template-columns: 1fr;
  }
}

.wrapper_e2b3 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.liquid-4d7e {
  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 === */
.white_5bee {
  margin-bottom: 2.5rem;
}

.right-6e58 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.wrapper_e2b3 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.pressed-c172 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.texture-hard-38fd {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.gold-b964 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.content-upper-3308 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.prev-f493 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.soft-5ec3 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.banner_afde {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.banner_afde svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.info-prev-5b59 {
  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);
}

.heading_4ce4 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.outer_8c12 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.box-45fe {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.accordion-south-f0d4 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.disabled_glass_6dc9 {
  display: grid;
  gap: 1rem;
}

.iron-185a {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.section-ca93 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.summary_8eff {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.over-c012 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.shade_liquid_5f17 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.wrapper-411a {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.wrapper-411a p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.avatar_a724 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.main_e83b {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.brown-cbb8 {
  display: grid;
  gap: 2rem;
}

.modal-soft-3470 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.texture-hard-38fd {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.pressed-c172 {
  flex: 1;
}

.content-upper-3308 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.content-upper-3308 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.item-abce {
  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;
}

.prev-f493 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.north-ae6d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.north-ae6d span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.glass-6421 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.glass-6421 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.search_1a15 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.search_1a15 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.search_1a15 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.search_1a15 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.message-lite-2330 {
  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 === */
.glass_14c7 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.hidden_17be {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.search-static-eccd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.list_first_89b5 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.list_first_89b5 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.list_first_89b5 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.list_first_89b5 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;
}

.list_first_89b5 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.list_first_89b5 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.over-b150 {
  padding: 3rem 0 5rem;
}

.fixed-a497 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.fixed-a497.small_3930 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.hard-09d4 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.easy-b9bb {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.panel-dynamic-1b67 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.panel-dynamic-1b67 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.badge-hot-d05e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.primary_e415 {
  text-align: center;
}

.element_rough_6ad1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hovered_d9d9 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.accordion-d293 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.gallery_action_cf49 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.column_soft_1ef4 {
  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;
}

.column_soft_1ef4 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.column_soft_1ef4:hover {
  box-shadow: var(--shadow-lg);
}

.column_soft_1ef4.accent-6393 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.column_soft_1ef4 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.column_soft_1ef4 ul {
  margin: 1rem 0;
}

.column_soft_1ef4 li {
  margin-bottom: 0.75rem;
}

.under-a69e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.top_33dd {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.top_33dd a {
  font-weight: 600;
}

/* === Data Tables === */
.panel-a029 {
  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;
}

.panel-a029 table {
  width: 100%;
  min-width: 600px;
}

.panel-a029 thead {
  background-color: var(--primary-color);
  color: white;
}

.panel-a029 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.panel-a029 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.panel-a029 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.panel-a029 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.tooltip_02b2 {
  list-style: none;
  margin: 1.5rem 0;
}

.tooltip_02b2 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.tooltip_02b2 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.accordion_cd7f::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-a173::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 === */
.advanced-7c93 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.overlay-fast-e248 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.overlay-fast-e248 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.overlay-fast-e248 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.overlay-fast-e248 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.advanced-7c93 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.tertiary-liquid-dd32 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.tertiary-liquid-dd32::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.short-c4b1 {
  position: relative;
  margin-bottom: 3rem;
}

.caption_41f4 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.caption_41f4 .highlight-27fb {
  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;
}

.list-south-4726 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.list-south-4726 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.list-south-4726 ul {
  margin: 1rem 0;
}

.list-south-4726 li {
  margin-bottom: 0.75rem;
}

.smooth_cb6d {
  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 === */
.panel_c82b {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.panel_c82b h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.image-wood-0cb9 {
  list-style: none;
  margin: 1.5rem 0;
}

.image-wood-0cb9 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.image-wood-0cb9 a {
  font-weight: 600;
}

.small_f92b {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.disabled_dim_dd7b {
  margin: 2.5rem 0;
}

.overlay_prev_9b53 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  transition: box-shadow 0.3s ease;
}

.overlay_prev_9b53:hover {
  box-shadow: var(--shadow-lg);
}

.overlay_prev_9b53.glass-5c27 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.icon-53f0 {
  flex-shrink: 0;
}

.icon-53f0 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);
}

.frame-82a0 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.media_aa7d,
.thumbnail_under_6b64,
.text_82b0 {
  width: 100%;
  margin: 1.5rem 0;
}

.logo_fe53 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.logo_fe53 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.pagination_8c65 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.pagination_8c65 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.fixed-e6d9 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.fixed-e6d9 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.layout-f344 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.next_80fb {
  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;
}

.next_80fb:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.next_80fb.highlight-motion-f5f0 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.next_80fb .liquid-40aa {
  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;
}

.next_80fb h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.border-clean-3884 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.photo_short_ffaf {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.photo_short_ffaf label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.media-fast-35c2 {
  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 === */
.box_solid_7a31 {
  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;
}

.shade-orange-9b55 {
  background-color: var(--primary-color);
  color: white;
}

.shade-orange-9b55:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.feature-upper-8767 {
  background-color: var(--text-secondary);
  color: white;
}

.feature-upper-8767:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.element-hot-73cf {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.element-hot-73cf:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.secondary_white_cd51 {
  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;
}

.secondary_white_cd51:hover {
  background-color: var(--primary-dark);
}

.short-99cb {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.media_dark_5722 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.item-276f {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.paragraph-8fa9 {
  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 === */
.iron-29c1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.message-dirty-7518 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.message-dirty-7518 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.filter-in-26a7 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.overlay-new-fa2c {
  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;
}

.carousel_f0e1 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.accent_1ba0 {
  list-style: none;
  counter-reset: rank-counter;
}

.accent_1ba0 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.accent_1ba0 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;
}

.banner-61b8 {
  list-style: none;
}

.banner-61b8 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.slider-south-09d2 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.status-rough-bfb7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.status-rough-bfb7 .filter_down_29ae {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.status-rough-bfb7 .west-e578 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.card-4a83 {
  margin-top: 3rem;
}

.list-east-b56a {
  width: 100%;
}

.pressed-c35d {
  background-color: #fef3c7;
}

.aside-motion-c5c5 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.dropdown-full-7d3a {
  margin: 3rem 0;
}

.cool-aa6d {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.full_0132 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.full_0132:hover {
  box-shadow: var(--shadow-lg);
}

.full_0132.background_4038 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.purple-f637 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.summary_9e4c strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.summary_9e4c span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.element-medium-55ae {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.full_0132 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.breadcrumb_right_1600 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.outline_a73f {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.container-hard-5a51 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.sidebar-58b0 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.mask_ac32 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.secondary-6dca {
  margin-top: 1rem;
}

/* === FAQ Section === */
.out-2138 {
  max-width: 900px;
  margin: 0 auto;
}

.east-4eba {
  margin: 2rem 0;
}

.white_2462 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.white_2462 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.white_2462 summary::-webkit-details-marker {
  display: none;
}

.white_2462 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.active-202a {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.white_2462[open] .active-202a {
  transform: rotate(45deg);
}

.caption_east_679b {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.caption_east_679b p:last-child {
  margin-bottom: 0;
}

.feature-thick-9948 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.button_in_c62a {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.sidebar_white_81db {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.sidebar_white_81db p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.sidebar_white_81db .box_solid_7a31 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.blue_a843 {
  max-width: 900px;
  margin: 0 auto;
}

.down-4a26 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.caption_cold_b410 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.caption_cold_b410.fn-success-a173 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.module-ddd4 {
  font-size: 3rem;
  line-height: 1;
}

.focus-narrow-7a0f h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.bottom_d1fa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.breadcrumb_d6db,
.description_4116 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.breadcrumb_d6db h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.description_4116 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.south_7741,
.gallery-ef96 {
  margin: 1.5rem 0;
}

.south_7741 li,
.gallery-ef96 li {
  margin-bottom: 1rem;
}

.soft_3399 {
  margin: 3rem 0;
}

.title_smooth_017c {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.title_smooth_017c h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.title_smooth_017c ol {
  margin: 1rem 0;
}

.title_smooth_017c li {
  margin-bottom: 0.75rem;
}

.progress_new_5f52 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.old_5001 {
  margin: 2rem 0;
}

.wood-cc11 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.message-8520 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.pagination_first_5ea1 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.aside-gas-1eb5 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.highlight-a315 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.description_9a9f {
  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;
}

.description_9a9f img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.gold-b964 {
  flex: 1;
}

.gold-b964 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.steel-59bb {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.pressed_29b8 p {
  margin-bottom: 1rem;
}

.image-stale-61fd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.thumbnail-984d {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.pagination_glass_3972 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.pagination_glass_3972 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.tertiary-fast-f850 h3 {
  margin-bottom: 1.5rem;
}

.mask_mini_dffa {
  display: grid;
  gap: 2rem;
}

.steel-37de {
  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;
}

.steel-37de img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.steel-37de h4 {
  margin: 0 0 0.25rem;
}

.steel-37de p {
  margin: 0;
  font-size: 0.9375rem;
}

.active_0324 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.block_f1c2 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.block_f1c2 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.block_f1c2 ul {
  margin: 1.5rem 0;
}

.block_f1c2 li {
  margin-bottom: 0.75rem;
}

.thumbnail-3d7a {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.outer_95ea {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.complex_2c85 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.bronze_eaa6 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.bronze_eaa6 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.background-4996 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.background-4996 a {
  color: rgba(255, 255, 255, 0.8);
}

.box_pink_42c9 {
  list-style: none;
}

.box_pink_42c9 li {
  margin-bottom: 0.75rem;
}

.box_pink_42c9 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.box_pink_42c9 a:hover {
  color: white;
}

.heading-active-ece0 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.block-top-a080 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.background-1bd7 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.avatar_action_c3fc {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.bright-fe2e {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .item_center_9fd9 {
    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;
  }

  .aside-action-d5c7 {
    font-size: 1.5rem !important;
  }

  .right-6e58 {
    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 */
  .column_soft_1ef4,
  .yellow_5f04,
  .list-south-4726,
  .frame-82a0,
  .purple-f637,
  .full_0132,
  .caption_east_679b,
  .middle-1dd9,
  .avatar_a724,
  .hard-09d4 {
    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 */
  .wrapper_e2b3 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .pressed-c172 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .texture-hard-38fd {
    flex-shrink: 0;
  }

  .gold-b964 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .content-upper-3308,
  .prev-f493 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .prev-f493 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .yellow_31b5 {
    display: none;
  }

  /* Show mobile actions */
  .shade-347d {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .layout_e2c9 {
    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;
  }

  .layout_e2c9 svg {
    flex-shrink: 0;
  }

  .layout_e2c9 .menu-441b {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .layout_e2c9 .container-tiny-26a2 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .detail_f348 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .accordion-motion-f5e5 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .layout_e2c9:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .north_17a3 {
    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;
  }

  .north_17a3.fn-active-a173 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .north_17a3 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .north_17a3 li:last-child {
    border-bottom: none;
  }

  .north_17a3 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .heading-7d73 {
    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;
  }

  .heading-7d73 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .heading-7d73 li:last-child {
    border-bottom: none;
  }

  .heading-7d73 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .element-3053 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .static_cb2c {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .thick-6660,
  .notice-a563 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .thick-6660 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .notice-a563 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .heading-7d73.fn-active-a173 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .feature_80dc {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .grid_black_236f {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .hidden_short_119c {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .menu-82fd {
    margin-top: 0;
  }

  /* Hero section */
  .menu-82fd {
    padding: 2rem 0 1.5rem;
  }

  .right-6e58 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .avatar_a724 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .media-d079 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .bronze_44e0 {
    max-width: 100%;
    border-radius: 8px;
  }

  .light-abf4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .media_red_7d2b {
    padding: 1rem;
  }

  .modal-28b7 {
    font-size: 1.5rem;
  }

  .picture_fluid_2509 {
    font-size: 0.75rem;
  }

  .middle-1dd9 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .row-mini-d6d5 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .row-mini-d6d5 .box_solid_7a31 {
    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 */
  .search-static-eccd {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .overlay_prev_9b53 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .icon-53f0 {
    margin-bottom: 1rem;
  }

  /* Author */
  .modal-soft-3470 {
    flex-direction: column;
  }

  .description_9a9f {
    flex-direction: column;
  }

  /* Quotes */
  .purple-f637 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .bottom_d1fa {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .aside-gas-1eb5 {
    flex-direction: column;
  }

  .aside-gas-1eb5 .box_solid_7a31 {
    width: 100%;
  }

  /* Version comparison */
  .layout-f344 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .iron-29c1 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .complex_2c85 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .background-1bd7 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .panel-a029,
  .thumbnail_under_6b64,
  .static_30c9,
  .list-east-b56a,
  .media_aa7d,
  .text_82b0 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .panel-a029 table,
  .thumbnail_under_6b64 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .media-fast-35c2 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .item_center_9fd9 {
    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;
  }

  .aside-action-d5c7 {
    font-size: 1.25rem !important;
  }

  .right-6e58 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .grid_black_236f {
    position: fixed;
  }

  .hidden_short_119c {
    padding: 0.625rem 0;
  }

  .dark-37e2 img {
    height: 26px;
  }

  .heading-7d73 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .north_17a3 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .layout_e2c9 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .layout_e2c9 svg {
    width: 18px;
    height: 18px;
  }

  .layout_e2c9 .menu-441b {
    font-size: 0.7rem;
  }

  .layout_e2c9 .container-tiny-26a2 {
    font-size: 0.65rem;
  }

  .thick-6660,
  .notice-a563 {
    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, .item_center_9fd9, .new-3cca, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .media-d079 {
    padding: 1rem;
  }

  .light-abf4 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .media_red_7d2b {
    padding: 0.875rem;
  }

  .modal-28b7 {
    font-size: 1.25rem;
  }

  .row-mini-d6d5 .box_solid_7a31 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .right-6e58 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .box_solid_7a31 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .short-99cb {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .overlay_prev_9b53 {
    padding: 1rem;
  }

  .icon-53f0 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .column_soft_1ef4,
  .hidden_b377,
  .logo_north_d5fd,
  .block_huge_a9a5 {
    padding: 1rem;
  }
}

@media print {
  .grid_black_236f,
  .glass_14c7,
  .feature_80dc,
  .box_solid_7a31,
  .outer_95ea {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .item_center_9fd9 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.action-98da {
  margin-bottom: 3rem;
  text-align: center;
}

.aside-action-d5c7 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.component-red-60c2 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.notification-solid-edb7,
.motion-9eca {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.cold-2aad {
  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;
}

.cold-2aad:hover {
  transform: translateY(-5px);
}

.cold-2aad strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.cold-2aad span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.media-next-036b {
  margin: 3rem 0;
}

.dark_3a44 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.content_529d {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.content_529d:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.dropdown-70b4 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.input_full_8d0e {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.hovered-f403 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.hot_47fe {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.wrapper_ee55 {
  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;
}

.wrapper_ee55:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.wrapper_ee55.fast-3226 {
  border-left: 4px solid var(--primary-color);
}

.content-middle-6070 {
  flex-shrink: 0;
}

.content-middle-6070 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.photo_out_41c0 {
  flex: 1;
}

.photo_out_41c0 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.hard-9381 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.logo_down_ec90,
.shade_center_de68,
.tall-9ef8 {
  margin-bottom: 1.5rem;
}

.logo_down_ec90 h4,
.shade_center_de68 h4,
.tall-9ef8 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo_down_ec90 ul,
.shade_center_de68 ul,
.tall-9ef8 ul {
  list-style: none;
  padding: 0;
}

.logo_down_ec90 li,
.shade_center_de68 li,
.tall-9ef8 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.logo_down_ec90 li:before,
.shade_center_de68 li:before,
.tall-9ef8 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.bronze-0071 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.bronze-0071 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;
}

.bronze-0071 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.accent-motion-1e12 { margin: 2rem 0; }
.link-white-603c { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.link-white-603c h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.wrapper-right-d6b2 p { margin-bottom: 1rem; line-height: 1.7; }
.wrapper-right-d6b2 strong { color: var(--text-primary); }
.wrapper-right-d6b2 ul { list-style: none; padding-left: 0; }
.wrapper-right-d6b2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.wrapper-right-d6b2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.layout_3b00 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.south-71d0 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.south-71d0:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.alert_outer_4117 { font-size: 3rem; margin-bottom: 1rem; }
.south-71d0 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.south-71d0 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.primary-motion-84c0 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.primary-motion-84c0 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.new_2ba1 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.top-4d27 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.filter-next-995a { text-align: center; }
.texture-a2bc { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.carousel_fc0e { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.text_cold_5073 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.hard-0b1a { margin: 2rem 0; }
.hard_32ba { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.hard_32ba h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.hard_32ba p, .hard_32ba ul { line-height: 1.7; }
.hard_32ba ul { list-style: none; padding-left: 0; }
.hard_32ba ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.hard_32ba ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.north-a541 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.search-8f81 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.gradient_right_5a22 { text-align: center; }
.steel_afa4 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.article_ef71 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.grid-solid-19ff { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.modal_b5d8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.tooltip_2cfe { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.tooltip_2cfe:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.tooltip_2cfe h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.tooltip_2cfe p, .tooltip_2cfe ul { line-height: 1.7; }
.tooltip_2cfe ul { list-style: none; padding-left: 0; }
.tooltip_2cfe ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.tooltip_2cfe ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 554a */
.widget-item-y8 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.1;
}
