/* ============================================
   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 */
.column-bd99 p,
.shade-6ba0,
.container-79ab,
.accordion-yellow-44bd,
.east-0e45,
.gallery_yellow_e3f8,
.active-3924,
.huge_a3cc {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.widget_a0d9 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.widget_a0d9 > *,
.highlight_a07b,
.column-bd99,
.popup_advanced_4ad6 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .widget_a0d9 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .widget_a0d9 {
    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 === */
.filter-2c20 {
  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 */
.filter-2c20.red-6838 {
  box-shadow: var(--shadow-md);
}

.card-rough-cd96 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.progress-9179 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.glass_82cf {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.video-medium-b788 {
  display: none;
}

/* Hide mobile actions on desktop */
.modal-de23 {
  display: none;
}

.label-short-d713 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.label-short-d713 a:hover,
.label-short-d713 a.fn-active-d92e {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.last-4d10 {
  margin-left: 1rem;
}

.layout_action_7b3e {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.chip-13dd,
.gas_a7c0 {
  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;
}

.chip-13dd {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.chip-13dd: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;
}

.gas_a7c0 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.gas_a7c0: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;
}

.chip-13dd svg,
.gas_a7c0 svg {
  flex-shrink: 0;
}

.avatar_full_b680 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.filter-c8b0 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.filter-c8b0::before,
.filter-c8b0::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.filter-c8b0::before {
  top: -7px;
}

.filter-c8b0::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.action-dfc6 {
  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 === */
.filter-bc11 {
  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);
}

.input-steel-e1bd {
  margin: 0 0 2rem;
  text-align: center;
}

.basic_a871 {
  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;
}

.basic_a871:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.short-bee2 {
  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);
}

.short-bee2 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.breadcrumb-upper-fc1a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.right-3a8e {
  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;
}

.right-3a8e:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.filter-21e6 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.lower-9c1d {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.iron-461d {
  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);
}

.iron-461d .status_inner_700f {
  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;
}

.iron-461d .status_inner_700f svg {
  flex-shrink: 0;
}

.iron-461d .badge-inner-9f4c {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.iron-461d .badge-inner-9f4c: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);
}

.iron-461d .chip_west_fb75 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.iron-461d .chip_west_fb75: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) {
  .filter-bc11 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .basic_a871 {
    max-width: 100%;
  }

  .breadcrumb-upper-fc1a {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .right-3a8e {
    padding: 1rem;
  }

  .filter-21e6 {
    font-size: 1.5rem;
  }

  .lower-9c1d {
    font-size: 0.75rem;
  }

  .short-bee2 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .iron-461d {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .iron-461d .status_inner_700f {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .breadcrumb-upper-fc1a {
    grid-template-columns: 1fr;
  }
}

.chip_hot_3749 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.east_10f0 {
  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 === */
.overlay_silver_1da4 {
  margin-bottom: 2.5rem;
}

.slider-af98 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.chip_hot_3749 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.border_e701 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.bronze_c052 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.cool-cb93 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.gallery-stone-f9e6 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.right_afdf {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.progress_medium_7496 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.black_c00e {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.black_c00e svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.heading-0378 {
  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);
}

.article-b7d4 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.widget_2cd7 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.focus_bronze_e8f9 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.outline_8829 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.new-8f7f {
  display: grid;
  gap: 1rem;
}

.cold_c2cd {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.title-1f6c {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.dark_be03 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.outline_pressed_c0ec {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.gallery_pink_55ed {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.complex-6b83 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.complex-6b83 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.shade-6ba0 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.progress-549c {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.left-655e {
  display: grid;
  gap: 2rem;
}

.photo-easy-8b4b {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.bronze_c052 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.border_e701 {
  flex: 1;
}

.gallery-stone-f9e6 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.gallery-stone-f9e6 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.fast_6fa9 {
  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;
}

.right_afdf {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.summary_235b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.summary_235b span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.filter-9817 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.filter-9817 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.panel_tall_65af {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.panel_tall_65af strong {
  display: block;
  margin-bottom: 0.75rem;
}

.panel_tall_65af ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.panel_tall_65af li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.upper-5248 {
  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 === */
.wrapper-clean-c0e2 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.black_a4ea {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.logo-e8f4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.highlight-complex-6922 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.highlight-complex-6922 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.highlight-complex-6922 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.highlight-complex-6922 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;
}

.highlight-complex-6922 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.highlight-complex-6922 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.column-bd99 {
  padding: 3rem 0 5rem;
}

.popup_advanced_4ad6 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.popup_advanced_4ad6.old-6d93 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.container-79ab {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.warm_2e00 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.picture-outer-dd1c {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.picture-outer-dd1c h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.element_up_b509 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.caption-9826 {
  text-align: center;
}

.focus_west_53e6 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.slider_19e7 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.avatar-purple-8a63 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.gallery_yellow_e3f8 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.accordion-yellow-44bd {
  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;
}

.accordion-yellow-44bd * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.accordion-yellow-44bd:hover {
  box-shadow: var(--shadow-lg);
}

.accordion-yellow-44bd.popup_374d {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.accordion-yellow-44bd h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.accordion-yellow-44bd ul {
  margin: 1rem 0;
}

.accordion-yellow-44bd li {
  margin-bottom: 0.75rem;
}

.down-4690 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.cold-81e5 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.cold-81e5 a {
  font-weight: 600;
}

/* === Data Tables === */
.nav-dim-222c {
  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;
}

.nav-dim-222c table {
  width: 100%;
  min-width: 600px;
}

.nav-dim-222c thead {
  background-color: var(--primary-color);
  color: white;
}

.nav-dim-222c th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.nav-dim-222c td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.nav-dim-222c tbody tr:hover {
  background-color: var(--bg-secondary);
}

.nav-dim-222c tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.feature-06c6 {
  list-style: none;
  margin: 1.5rem 0;
}

.feature-06c6 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.feature-06c6 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.lite-584d::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-d92e::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 === */
.green-bc72 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.dropdown_cc3c {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.dropdown_cc3c img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.dropdown_cc3c strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.dropdown_cc3c span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.green-bc72 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.active-3924 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.active-3924::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.under_8ccb {
  position: relative;
  margin-bottom: 3rem;
}

.breadcrumb_narrow_6916 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.breadcrumb_narrow_6916 .surface_current_b0b8 {
  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;
}

.main-full-37f2 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.main-full-37f2 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.main-full-37f2 ul {
  margin: 1rem 0;
}

.main-full-37f2 li {
  margin-bottom: 0.75rem;
}

.white-0f06 {
  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 === */
.filter-pro-cd0b {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.filter-pro-cd0b h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.light_a7bd {
  list-style: none;
  margin: 1.5rem 0;
}

.light_a7bd li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.light_a7bd a {
  font-weight: 600;
}

.main_a35d {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.huge_a3cc {
  margin: 2.5rem 0;
}

.tag_a034 {
  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;
}

.tag_a034:hover {
  box-shadow: var(--shadow-lg);
}

.tag_a034.header_799a {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.wrapper-a568 {
  flex-shrink: 0;
}

.wrapper-a568 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);
}

.wrapper_447a h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.south-04f6,
.hero-d798,
.carousel-large-3a22 {
  width: 100%;
  margin: 1.5rem 0;
}

.nav-1324 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.nav-1324 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.accordion-fast-59bb {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.accordion-fast-59bb strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.banner_b53d {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.banner_b53d strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.selected_c904 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.form_0980 {
  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;
}

.form_0980:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.form_0980.basic-6974 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.form_0980 .short-2ec9 {
  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;
}

.form_0980 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.fixed_9049 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.wrapper-paper-e506 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.wrapper-paper-e506 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.logo_simple_0162 {
  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 === */
.status_inner_700f {
  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;
}

.badge-inner-9f4c {
  background-color: var(--primary-color);
  color: white;
}

.badge-inner-9f4c:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.chip_west_fb75 {
  background-color: var(--text-secondary);
  color: white;
}

.chip_west_fb75:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.modal_0311 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.modal_0311:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.out-6385 {
  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;
}

.out-6385:hover {
  background-color: var(--primary-dark);
}

.aside_dirty_f0c3 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.section_559c {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.notice-dirty-bcca {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.wide-108d {
  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 === */
.tooltip_d22e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.tag_yellow_c259 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.tag_yellow_c259 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.east-f722 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.carousel_f269 {
  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;
}

.menu_dim_c224 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.tiny-1678 {
  list-style: none;
  counter-reset: rank-counter;
}

.tiny-1678 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.tiny-1678 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;
}

.background-76d1 {
  list-style: none;
}

.background-76d1 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.shade_3538 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.secondary-b69b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.secondary-b69b .solid_134f {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.secondary-b69b .complex-be3c {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.texture-f018 {
  margin-top: 3rem;
}

.panel_a1e4 {
  width: 100%;
}

.bottom_666b {
  background-color: #fef3c7;
}

.layout_bbfc {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.over-03ae {
  margin: 3rem 0;
}

.overlay-151b {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.tertiary_311b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.tertiary_311b:hover {
  box-shadow: var(--shadow-lg);
}

.tertiary_311b.footer_dim_d121 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.gas_d376 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.hidden-0e77 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.hidden-0e77 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.large-a71a {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.tertiary_311b blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.stale-2de7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.hidden_simple_94e6 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.image_077f {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.tertiary_short_8325 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.row-922c {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.focus-east-737e {
  margin-top: 1rem;
}

/* === FAQ Section === */
.large-27fa {
  max-width: 900px;
  margin: 0 auto;
}

.widget_solid_298e {
  margin: 2rem 0;
}

.background-cold-8656 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.background-cold-8656 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.background-cold-8656 summary::-webkit-details-marker {
  display: none;
}

.background-cold-8656 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.liquid_f7a8 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.background-cold-8656[open] .liquid_f7a8 {
  transform: rotate(45deg);
}

.layout_a61a {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.layout_a61a p:last-child {
  margin-bottom: 0;
}

.tabs_fresh_24c0 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.focus_hovered_d22f {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.hidden_smooth_30c2 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.hidden_smooth_30c2 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.hidden_smooth_30c2 .status_inner_700f {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.rough_3103 {
  max-width: 900px;
  margin: 0 auto;
}

.content_green_82a8 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.soft_bc60 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.soft_bc60.fn-success-d92e {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.in-29e6 {
  font-size: 3rem;
  line-height: 1;
}

.status_easy_fae9 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.tabs-240b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.aside-95ac,
.middle_1702 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.aside-95ac h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.middle_1702 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.south-3bc4,
.first-5639 {
  margin: 1.5rem 0;
}

.south-3bc4 li,
.first-5639 li {
  margin-bottom: 1rem;
}

.fluid-47fa {
  margin: 3rem 0;
}

.dim-9f79 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.dim-9f79 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.dim-9f79 ol {
  margin: 1rem 0;
}

.dim-9f79 li {
  margin-bottom: 0.75rem;
}

.item_d7d5 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.chip-0e61 {
  margin: 2rem 0;
}

.container-7cab {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.top-dead {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.pink-ba14 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.tertiary-f1c1 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.copper_053f {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.article-first-4ec8 {
  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;
}

.article-first-4ec8 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.cool-cb93 {
  flex: 1;
}

.cool-cb93 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.texture-west-5d17 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.logo_422c p {
  margin-bottom: 1rem;
}

.form-easy-067e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.carousel-dark-1652 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.over-b1f9 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.over-b1f9 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.tag_5588 h3 {
  margin-bottom: 1.5rem;
}

.left_6ac6 {
  display: grid;
  gap: 2rem;
}

.button_7406 {
  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;
}

.button_7406 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.button_7406 h4 {
  margin: 0 0 0.25rem;
}

.button_7406 p {
  margin: 0;
  font-size: 0.9375rem;
}

.current_34f8 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.logo_7a36 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.logo_7a36 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.logo_7a36 ul {
  margin: 1.5rem 0;
}

.logo_7a36 li {
  margin-bottom: 0.75rem;
}

.button-over-269a {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.up_ff82 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.menu-613e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.feature_2bda h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.feature_2bda p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.mini_f561 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.mini_f561 a {
  color: rgba(255, 255, 255, 0.8);
}

.paragraph_87cc {
  list-style: none;
}

.paragraph_87cc li {
  margin-bottom: 0.75rem;
}

.paragraph_87cc a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.paragraph_87cc a:hover {
  color: white;
}

.small_5a7a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.heading_silver_12b9 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.sidebar-a881 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.panel-over-bac1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.shadow-outer-6a77 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .widget_a0d9 {
    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;
  }

  .popup-9997 {
    font-size: 1.5rem !important;
  }

  .slider-af98 {
    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 */
  .accordion-yellow-44bd,
  .east-0e45,
  .main-full-37f2,
  .wrapper_447a,
  .gas_d376,
  .tertiary_311b,
  .layout_a61a,
  .short-bee2,
  .shade-6ba0,
  .container-79ab {
    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 */
  .chip_hot_3749 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .border_e701 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .bronze_c052 {
    flex-shrink: 0;
  }

  .cool-cb93 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .gallery-stone-f9e6,
  .right_afdf {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .right_afdf {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .glass_82cf {
    display: none;
  }

  /* Show mobile actions */
  .modal-de23 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .paragraph_11f9 {
    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;
  }

  .paragraph_11f9 svg {
    flex-shrink: 0;
  }

  .paragraph_11f9 .picture_ddc8 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .paragraph_11f9 .image-470f {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .short-7ebc {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .table-3cc1 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .paragraph_11f9:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .video-medium-b788 {
    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;
  }

  .video-medium-b788.fn-active-d92e {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .video-medium-b788 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .video-medium-b788 li:last-child {
    border-bottom: none;
  }

  .video-medium-b788 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .label-short-d713 {
    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;
  }

  .label-short-d713 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .label-short-d713 li:last-child {
    border-bottom: none;
  }

  .label-short-d713 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .last-4d10 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .layout_action_7b3e {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .chip-13dd,
  .gas_a7c0 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .chip-13dd {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .gas_a7c0 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .label-short-d713.fn-active-d92e {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .avatar_full_b680 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .filter-2c20 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .card-rough-cd96 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .action-dfc6 {
    margin-top: 0;
  }

  /* Hero section */
  .action-dfc6 {
    padding: 2rem 0 1.5rem;
  }

  .slider-af98 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .shade-6ba0 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .filter-bc11 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .basic_a871 {
    max-width: 100%;
    border-radius: 8px;
  }

  .breadcrumb-upper-fc1a {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .right-3a8e {
    padding: 1rem;
  }

  .filter-21e6 {
    font-size: 1.5rem;
  }

  .lower-9c1d {
    font-size: 0.75rem;
  }

  .short-bee2 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .iron-461d {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .iron-461d .status_inner_700f {
    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 */
  .logo-e8f4 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .tag_a034 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .wrapper-a568 {
    margin-bottom: 1rem;
  }

  /* Author */
  .photo-easy-8b4b {
    flex-direction: column;
  }

  .article-first-4ec8 {
    flex-direction: column;
  }

  /* Quotes */
  .gas_d376 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .tabs-240b {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .tertiary-f1c1 {
    flex-direction: column;
  }

  .tertiary-f1c1 .status_inner_700f {
    width: 100%;
  }

  /* Version comparison */
  .selected_c904 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .tooltip_d22e {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .menu-613e {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .sidebar-a881 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .nav-dim-222c,
  .hero-d798,
  .focus-aab3,
  .panel_a1e4,
  .south-04f6,
  .carousel-large-3a22 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-dim-222c table,
  .hero-d798 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .logo_simple_0162 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .widget_a0d9 {
    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;
  }

  .popup-9997 {
    font-size: 1.25rem !important;
  }

  .slider-af98 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .filter-2c20 {
    position: fixed;
  }

  .card-rough-cd96 {
    padding: 0.625rem 0;
  }

  .progress-9179 img {
    height: 26px;
  }

  .label-short-d713 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .video-medium-b788 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .paragraph_11f9 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .paragraph_11f9 svg {
    width: 18px;
    height: 18px;
  }

  .paragraph_11f9 .picture_ddc8 {
    font-size: 0.7rem;
  }

  .paragraph_11f9 .image-470f {
    font-size: 0.65rem;
  }

  .chip-13dd,
  .gas_a7c0 {
    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, .widget_a0d9, .highlight_a07b, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .filter-bc11 {
    padding: 1rem;
  }

  .breadcrumb-upper-fc1a {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .right-3a8e {
    padding: 0.875rem;
  }

  .filter-21e6 {
    font-size: 1.25rem;
  }

  .iron-461d .status_inner_700f {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .slider-af98 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .status_inner_700f {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .aside_dirty_f0c3 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .tag_a034 {
    padding: 1rem;
  }

  .wrapper-a568 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .accordion-yellow-44bd,
  .narrow_1623,
  .badge-1904,
  .breadcrumb_pink_1496 {
    padding: 1rem;
  }
}

@media print {
  .filter-2c20,
  .wrapper-clean-c0e2,
  .avatar_full_b680,
  .status_inner_700f,
  .up_ff82 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .widget_a0d9 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.thumbnail_9931 {
  margin-bottom: 3rem;
  text-align: center;
}

.popup-9997 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.alert_mini_7ad4 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.iron_a0a6,
.border-clean-6cb0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.layout-b599 {
  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;
}

.layout-b599:hover {
  transform: translateY(-5px);
}

.layout-b599 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.layout-b599 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.badge_f246 {
  margin: 3rem 0;
}

.form-1913 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.widget_0a7d {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.widget_0a7d:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.section-3449 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.picture_advanced_edfe {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.feature_1873 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.notification_6c34 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.top-9069 {
  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;
}

.top-9069:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.top-9069.message-f1f9 {
  border-left: 4px solid var(--primary-color);
}

.texture-db40 {
  flex-shrink: 0;
}

.texture-db40 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.pro_da22 {
  flex: 1;
}

.pro_da22 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.text-warm-e79b {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.wood_d28b,
.soft_2f93,
.red_96d9 {
  margin-bottom: 1.5rem;
}

.wood_d28b h4,
.soft_2f93 h4,
.red_96d9 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.wood_d28b ul,
.soft_2f93 ul,
.red_96d9 ul {
  list-style: none;
  padding: 0;
}

.wood_d28b li,
.soft_2f93 li,
.red_96d9 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.wood_d28b li:before,
.soft_2f93 li:before,
.red_96d9 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.fixed_4c1b {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.fixed_4c1b 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;
}

.fixed_4c1b a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.action-660f { margin: 2rem 0; }
.iron-8ba2 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.iron-8ba2 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.large-6783 p { margin-bottom: 1rem; line-height: 1.7; }
.large-6783 strong { color: var(--text-primary); }
.large-6783 ul { list-style: none; padding-left: 0; }
.large-6783 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.large-6783 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.bright-88a1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.orange_a933 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.orange_a933:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.caption_ac24 { font-size: 3rem; margin-bottom: 1rem; }
.orange_a933 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.orange_a933 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.grid_bc1b { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.grid_bc1b span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.carousel-hovered-7319 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.dynamic-5a37 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.input-bottom-2f8b { text-align: center; }
.hover-19aa { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.gradient_748a { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.article_prev_0ce4 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.feature-center-afa6 { margin: 2rem 0; }
.simple-c175 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.simple-c175 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.simple-c175 p, .simple-c175 ul { line-height: 1.7; }
.simple-c175 ul { list-style: none; padding-left: 0; }
.simple-c175 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.simple-c175 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.mask-current-6eb7 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.carousel-10a2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.modal_0603 { text-align: center; }
.content_down_a26c { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.image-medium-b167 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.warm_fd8d { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.dark-cb9c { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.mini_8846 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.mini_8846:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.mini_8846 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.mini_8846 p, .mini_8846 ul { line-height: 1.7; }
.mini_8846 ul { list-style: none; padding-left: 0; }
.mini_8846 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.mini_8846 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 5709 */
.widget-item-h9 {
  padding: 0.5rem;
  font-size: 10px;
  line-height: 1.2;
}
