/* ============================================
   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 */
.pattern-up-72d0 p,
.cool-0ac6,
.gallery_fresh_3d55,
.cool_0c21,
.notice_71f1,
.footer_1cde,
.block-ff91,
.progress-down-bc7d {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.wide_7d02 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.wide_7d02 > *,
.row_gas_6fe0,
.pattern-up-72d0,
.element-lower-6284 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .wide_7d02 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .wide_7d02 {
    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 === */
.form_new_cc60 {
  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 */
.form_new_cc60.menu_e1ec {
  box-shadow: var(--shadow-md);
}

.tag-blue-f972 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.summary-6017 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.medium-1a16 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.main_thick_e52f {
  display: none;
}

/* Hide mobile actions on desktop */
.copper_fa98 {
  display: none;
}

.hero_069a a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.hero_069a a:hover,
.hero_069a a.fn-active-b5d8 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.gold_a2ad {
  margin-left: 1rem;
}

.pagination_gold_c057 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.label_dark_9bf4,
.old-c20b {
  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;
}

.label_dark_9bf4 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.label_dark_9bf4: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;
}

.old-c20b {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.old-c20b: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;
}

.label_dark_9bf4 svg,
.old-c20b svg {
  flex-shrink: 0;
}

.west_96bb {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.widget_2408 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.widget_2408::before,
.widget_2408::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.widget_2408::before {
  top: -7px;
}

.widget_2408::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.green_8d3c {
  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 === */
.next_ca48 {
  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);
}

.secondary-fast-18e9 {
  margin: 0 0 2rem;
  text-align: center;
}

.highlight-pro-dfb0 {
  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;
}

.highlight-pro-dfb0:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.upper_1596 {
  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);
}

.upper_1596 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.accent_1fd1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.border-cab4 {
  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;
}

.border-cab4:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.current-f2b2 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.modal_next_378d {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.breadcrumb-ccae {
  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);
}

.breadcrumb-ccae .logo_dfb9 {
  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;
}

.breadcrumb-ccae .logo_dfb9 svg {
  flex-shrink: 0;
}

.breadcrumb-ccae .picture_852f {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.breadcrumb-ccae .picture_852f: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);
}

.breadcrumb-ccae .background-b991 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.breadcrumb-ccae .background-b991: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) {
  .next_ca48 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .highlight-pro-dfb0 {
    max-width: 100%;
  }

  .accent_1fd1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .border-cab4 {
    padding: 1rem;
  }

  .current-f2b2 {
    font-size: 1.5rem;
  }

  .modal_next_378d {
    font-size: 0.75rem;
  }

  .upper_1596 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .breadcrumb-ccae {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .breadcrumb-ccae .logo_dfb9 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .accent_1fd1 {
    grid-template-columns: 1fr;
  }
}

.upper-5273 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.list-f974 {
  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 === */
.modal-lower-4b3a {
  margin-bottom: 2.5rem;
}

.hero-40af {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.upper-5273 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.dark-c0b3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.popup_active_d8de {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.article-50b6 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.new-3742 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.box-plasma-b4c4 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.active_up_9b78 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.carousel_d964 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.carousel_d964 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.fast_e281 {
  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);
}

.mask_huge_a599 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.badge-fad1 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.detail_green_97cc {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.smooth-38b4 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.description_upper_b6ce {
  display: grid;
  gap: 1rem;
}

.summary_over_466a {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.hero-new-f840 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.fresh-a046 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.red_e67c {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.thick_3ac6 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.pagination_ff96 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.pagination_ff96 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.cool-0ac6 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.active_steel_c5e9 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.grid-gold-fb5f {
  display: grid;
  gap: 2rem;
}

.narrow_24fd {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.popup_active_d8de {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.dark-c0b3 {
  flex: 1;
}

.new-3742 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.new-3742 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.info_3269 {
  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;
}

.box-plasma-b4c4 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.image-thick-a5ab {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.image-thick-a5ab span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.inner-d7df {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.inner-d7df a {
  font-size: 0.875rem;
  font-weight: 500;
}

.hard-b7a6 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.hard-b7a6 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.hard-b7a6 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hard-b7a6 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.focus_left_2107 {
  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 === */
.component-809f {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.banner_8a5e {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.video-5c24 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.text-inner-398a h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.text-inner-398a ol {
  list-style: none;
  counter-reset: toc-counter;
}

.text-inner-398a ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.text-inner-398a 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;
}

.text-inner-398a ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.text-inner-398a ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.pattern-up-72d0 {
  padding: 3rem 0 5rem;
}

.element-lower-6284 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.element-lower-6284.tall-dbcd {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.gallery_fresh_3d55 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.under-446d {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.box_1771 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.box_1771 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.card-032f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.pressed-c291 {
  text-align: center;
}

.dynamic-ebbe {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.preview_0675 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.section-8da9 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.footer_1cde {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.cool_0c21 {
  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;
}

.cool_0c21 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.cool_0c21:hover {
  box-shadow: var(--shadow-lg);
}

.cool_0c21.section_liquid_3ecf {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.cool_0c21 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.cool_0c21 ul {
  margin: 1rem 0;
}

.cool_0c21 li {
  margin-bottom: 0.75rem;
}

.outline-a925 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.menu-old-45bc {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.menu-old-45bc a {
  font-weight: 600;
}

/* === Data Tables === */
.under-a9a7 {
  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;
}

.under-a9a7 table {
  width: 100%;
  min-width: 600px;
}

.under-a9a7 thead {
  background-color: var(--primary-color);
  color: white;
}

.under-a9a7 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.under-a9a7 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.under-a9a7 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.under-a9a7 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.black-745e {
  list-style: none;
  margin: 1.5rem 0;
}

.black-745e li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.black-745e li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.panel_white_6509::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-b5d8::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 === */
.gradient_gas_a81d {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.hot_0897 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.hot_0897 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.hot_0897 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.hot_0897 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.gradient_gas_a81d blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.block-ff91 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.block-ff91::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.frame_hard_bb99 {
  position: relative;
  margin-bottom: 3rem;
}

.hover_a16e {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.hover_a16e .preview_fcec {
  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;
}

.old_6d38 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.old_6d38 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.old_6d38 ul {
  margin: 1rem 0;
}

.old_6d38 li {
  margin-bottom: 0.75rem;
}

.shadow-dirty-7ad6 {
  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 === */
.tiny_3795 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.tiny_3795 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.text-d011 {
  list-style: none;
  margin: 1.5rem 0;
}

.text-d011 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.text-d011 a {
  font-weight: 600;
}

.sidebar-rough-38fa {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.progress-down-bc7d {
  margin: 2.5rem 0;
}

.notice_under_520a {
  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;
}

.notice_under_520a:hover {
  box-shadow: var(--shadow-lg);
}

.notice_under_520a.overlay-9958 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.container-95c1 {
  flex-shrink: 0;
}

.container-95c1 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);
}

.message_dirty_b495 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.message_2ba8,
.brown-e056,
.popup_current_d7fe {
  width: 100%;
  margin: 1.5rem 0;
}

.wrapper_7d0d {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.wrapper_7d0d strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.header_b0c4 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.header_b0c4 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.breadcrumb_hovered_639c {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.breadcrumb_hovered_639c strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.active_3d51 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.pagination_out_7b96 {
  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;
}

.pagination_out_7b96:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.pagination_out_7b96.link_b7aa {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.pagination_out_7b96 .description_fluid_55da {
  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;
}

.pagination_out_7b96 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.text_first_2674 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.message_6543 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.message_6543 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.south-ed87 {
  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 === */
.logo_dfb9 {
  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;
}

.picture_852f {
  background-color: var(--primary-color);
  color: white;
}

.picture_852f:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.background-b991 {
  background-color: var(--text-secondary);
  color: white;
}

.background-b991:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.shade-next-06b3 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.shade-next-06b3:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.steel-17c0 {
  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;
}

.steel-17c0:hover {
  background-color: var(--primary-dark);
}

.fresh-beda {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.frame-f3d5 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.carousel-selected-4f52 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.filter-iron-2a55 {
  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 === */
.tertiary-dcfa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.dropdown_4f59 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.dropdown_4f59 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.box-5148 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.new_0a5f {
  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;
}

.gas_35f5 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.description-west-4ba3 {
  list-style: none;
  counter-reset: rank-counter;
}

.description-west-4ba3 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.description-west-4ba3 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;
}

.summary-33fe {
  list-style: none;
}

.summary-33fe li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.outer-1280 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.component-8f83 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.component-8f83 .lite-d99b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.component-8f83 .badge-3d4b {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.media-de83 {
  margin-top: 3rem;
}

.caption_9421 {
  width: 100%;
}

.orange_fd8a {
  background-color: #fef3c7;
}

.hidden-upper-8b04 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.gas-a0e7 {
  margin: 3rem 0;
}

.tooltip-344a {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.item_79f3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.item_79f3:hover {
  box-shadow: var(--shadow-lg);
}

.item_79f3.element-red-56cc {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.paper-b39e {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.upper-f77f strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.upper-f77f span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.box_fresh_2041 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.item_79f3 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.down-21e7 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.backdrop_e519 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.caption_7628 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.list-dac1 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.primary_clean_edb6 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.hard_f82a {
  margin-top: 1rem;
}

/* === FAQ Section === */
.mini-fa02 {
  max-width: 900px;
  margin: 0 auto;
}

.shade-6f35 {
  margin: 2rem 0;
}

.caption_bbcb {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.caption_bbcb summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.caption_bbcb summary::-webkit-details-marker {
  display: none;
}

.caption_bbcb summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.aside-7de9 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.caption_bbcb[open] .aside-7de9 {
  transform: rotate(45deg);
}

.border-simple-a226 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.border-simple-a226 p:last-child {
  margin-bottom: 0;
}

.hard-013a {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.heading_blue_6f86 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.top-8fdf {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.top-8fdf p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.top-8fdf .logo_dfb9 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.upper_cc3d {
  max-width: 900px;
  margin: 0 auto;
}

.form_3369 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.main-3cbf {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.main-3cbf.fn-success-b5d8 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.widget_dark_4aab {
  font-size: 3rem;
  line-height: 1;
}

.gallery-fast-dd78 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.menu-advanced-322a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.footer-advanced-c890,
.outline_bbe0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.footer-advanced-c890 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.outline_bbe0 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.north_b964,
.search-1b11 {
  margin: 1.5rem 0;
}

.north_b964 li,
.search-1b11 li {
  margin-bottom: 1rem;
}

.main-0322 {
  margin: 3rem 0;
}

.new-8af0 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.new-8af0 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.new-8af0 ol {
  margin: 1rem 0;
}

.new-8af0 li {
  margin-bottom: 0.75rem;
}

.list-west-d216 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.caption_3715 {
  margin: 2rem 0;
}

.shade_narrow_e67e {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.in_fa2a {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.primary-1848 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.module_8d10 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.dark_a175 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.box-a4d8 {
  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;
}

.box-a4d8 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.article-50b6 {
  flex: 1;
}

.article-50b6 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.modal-under-cef1 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.banner-liquid-085a p {
  margin-bottom: 1rem;
}

.right_aae9 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.video_7e49 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.icon-current-30db {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.icon-current-30db a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.media-0925 h3 {
  margin-bottom: 1.5rem;
}

.button_8fc1 {
  display: grid;
  gap: 2rem;
}

.table-1dad {
  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;
}

.table-1dad img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.table-1dad h4 {
  margin: 0 0 0.25rem;
}

.table-1dad p {
  margin: 0;
  font-size: 0.9375rem;
}

.accordion_advanced_787f {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.wide_3f2e {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.wide_3f2e h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.wide_3f2e ul {
  margin: 1.5rem 0;
}

.wide_3f2e li {
  margin-bottom: 0.75rem;
}

.preview-201a {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.over_34c0 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.wrapper_current_41c3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.thumbnail_b279 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.thumbnail_b279 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.shade_c5bc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.shade_c5bc a {
  color: rgba(255, 255, 255, 0.8);
}

.main_huge_d3c1 {
  list-style: none;
}

.main_huge_d3c1 li {
  margin-bottom: 0.75rem;
}

.main_huge_d3c1 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.main_huge_d3c1 a:hover {
  color: white;
}

.out_1441 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.over-02ed {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.article-108d {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.breadcrumb-453c {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fluid-1e8e {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .wide_7d02 {
    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;
  }

  .texture_silver_04ac {
    font-size: 1.5rem !important;
  }

  .hero-40af {
    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 */
  .cool_0c21,
  .notice_71f1,
  .old_6d38,
  .message_dirty_b495,
  .paper-b39e,
  .item_79f3,
  .border-simple-a226,
  .upper_1596,
  .cool-0ac6,
  .gallery_fresh_3d55 {
    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 */
  .upper-5273 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .dark-c0b3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .popup_active_d8de {
    flex-shrink: 0;
  }

  .article-50b6 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .new-3742,
  .box-plasma-b4c4 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .box-plasma-b4c4 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .medium-1a16 {
    display: none;
  }

  /* Show mobile actions */
  .copper_fa98 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .notice_middle_8dd3 {
    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;
  }

  .notice_middle_8dd3 svg {
    flex-shrink: 0;
  }

  .notice_middle_8dd3 .title_4e6d {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .notice_middle_8dd3 .gradient_b3fe {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .narrow_73e9 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .header_fluid_c9f1 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .notice_middle_8dd3:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .main_thick_e52f {
    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;
  }

  .main_thick_e52f.fn-active-b5d8 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .main_thick_e52f li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .main_thick_e52f li:last-child {
    border-bottom: none;
  }

  .main_thick_e52f a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .hero_069a {
    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;
  }

  .hero_069a li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .hero_069a li:last-child {
    border-bottom: none;
  }

  .hero_069a a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .gold_a2ad {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .pagination_gold_c057 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .label_dark_9bf4,
  .old-c20b {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .label_dark_9bf4 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .old-c20b {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .hero_069a.fn-active-b5d8 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .west_96bb {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .form_new_cc60 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .tag-blue-f972 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .green_8d3c {
    margin-top: 0;
  }

  /* Hero section */
  .green_8d3c {
    padding: 2rem 0 1.5rem;
  }

  .hero-40af {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .cool-0ac6 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .next_ca48 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .highlight-pro-dfb0 {
    max-width: 100%;
    border-radius: 8px;
  }

  .accent_1fd1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .border-cab4 {
    padding: 1rem;
  }

  .current-f2b2 {
    font-size: 1.5rem;
  }

  .modal_next_378d {
    font-size: 0.75rem;
  }

  .upper_1596 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .breadcrumb-ccae {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .breadcrumb-ccae .logo_dfb9 {
    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 */
  .video-5c24 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .notice_under_520a {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .container-95c1 {
    margin-bottom: 1rem;
  }

  /* Author */
  .narrow_24fd {
    flex-direction: column;
  }

  .box-a4d8 {
    flex-direction: column;
  }

  /* Quotes */
  .paper-b39e {
    flex-direction: column;
  }

  /* Pros/Cons */
  .menu-advanced-322a {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .module_8d10 {
    flex-direction: column;
  }

  .module_8d10 .logo_dfb9 {
    width: 100%;
  }

  /* Version comparison */
  .active_3d51 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .tertiary-dcfa {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .wrapper_current_41c3 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .article-108d {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .under-a9a7,
  .brown-e056,
  .title_c48a,
  .caption_9421,
  .message_2ba8,
  .popup_current_d7fe {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .under-a9a7 table,
  .brown-e056 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .south-ed87 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .wide_7d02 {
    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;
  }

  .texture_silver_04ac {
    font-size: 1.25rem !important;
  }

  .hero-40af {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .form_new_cc60 {
    position: fixed;
  }

  .tag-blue-f972 {
    padding: 0.625rem 0;
  }

  .summary-6017 img {
    height: 26px;
  }

  .hero_069a {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .main_thick_e52f {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .notice_middle_8dd3 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .notice_middle_8dd3 svg {
    width: 18px;
    height: 18px;
  }

  .notice_middle_8dd3 .title_4e6d {
    font-size: 0.7rem;
  }

  .notice_middle_8dd3 .gradient_b3fe {
    font-size: 0.65rem;
  }

  .label_dark_9bf4,
  .old-c20b {
    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, .wide_7d02, .row_gas_6fe0, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .next_ca48 {
    padding: 1rem;
  }

  .accent_1fd1 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .border-cab4 {
    padding: 0.875rem;
  }

  .current-f2b2 {
    font-size: 1.25rem;
  }

  .breadcrumb-ccae .logo_dfb9 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .hero-40af {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .logo_dfb9 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .fresh-beda {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .notice_under_520a {
    padding: 1rem;
  }

  .container-95c1 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .cool_0c21,
  .content-af20,
  .texture-red-f324,
  .medium-a062 {
    padding: 1rem;
  }
}

@media print {
  .form_new_cc60,
  .component-809f,
  .west_96bb,
  .logo_dfb9,
  .over_34c0 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .wide_7d02 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.accordion-current-e622 {
  margin-bottom: 3rem;
  text-align: center;
}

.texture_silver_04ac {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.hidden_basic_9781 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.list_red_4fb6,
.wrapper_4c4f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.lite-4db9 {
  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;
}

.lite-4db9:hover {
  transform: translateY(-5px);
}

.lite-4db9 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.lite-4db9 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.notice_clean_6113 {
  margin: 3rem 0;
}

.status-slow-56af {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.under_5c40 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.under_5c40:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.down-c3fb {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.gradient-9ac9 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.tertiary_gold_3a0c {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.north-6fb2 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.header-1e72 {
  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;
}

.header-1e72:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.header-1e72.heading-008c {
  border-left: 4px solid var(--primary-color);
}

.tooltip_d5dd {
  flex-shrink: 0;
}

.tooltip_d5dd svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.search_51c8 {
  flex: 1;
}

.search_51c8 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.paper-b461 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.layout_mini_796c,
.nav_99a0,
.aside-97d7 {
  margin-bottom: 1.5rem;
}

.layout_mini_796c h4,
.nav_99a0 h4,
.aside-97d7 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.layout_mini_796c ul,
.nav_99a0 ul,
.aside-97d7 ul {
  list-style: none;
  padding: 0;
}

.layout_mini_796c li,
.nav_99a0 li,
.aside-97d7 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.layout_mini_796c li:before,
.nav_99a0 li:before,
.aside-97d7 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.fluid-1ef3 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.fluid-1ef3 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;
}

.fluid-1ef3 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.menu_silver_439e { margin: 2rem 0; }
.sort-b99b { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.sort-b99b h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.red_40c6 p { margin-bottom: 1rem; line-height: 1.7; }
.red_40c6 strong { color: var(--text-primary); }
.red_40c6 ul { list-style: none; padding-left: 0; }
.red_40c6 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.red_40c6 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.iron-1bfb { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.thumbnail-b91b { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.thumbnail-b91b:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.element_3a5f { font-size: 3rem; margin-bottom: 1rem; }
.thumbnail-b91b h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.thumbnail-b91b p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.chip_pink_13ce { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.chip_pink_13ce span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.widget-78a6 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.accordion_54a2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.media-north-05da { text-align: center; }
.hot_43c6 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.panel-3e4f { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.row-18f0 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.down_0e94 { margin: 2rem 0; }
.frame-7274 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.frame-7274 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.frame-7274 p, .frame-7274 ul { line-height: 1.7; }
.frame-7274 ul { list-style: none; padding-left: 0; }
.frame-7274 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.frame-7274 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.short_0273 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.wrapper_cb8d { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.section-current-b82a { text-align: center; }
.south-f0b0 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.action_201e { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.gallery_light_918e { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.short-dd25 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.thumbnail-7b7e { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.thumbnail-7b7e:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.thumbnail-7b7e h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.thumbnail-7b7e p, .thumbnail-7b7e ul { line-height: 1.7; }
.thumbnail-7b7e ul { list-style: none; padding-left: 0; }
.thumbnail-7b7e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.thumbnail-7b7e ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 8386 */
.ghost-box-y8 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.2;
}
