/* ============================================
   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 */
.tertiary_bronze_eb85 p,
.huge-1c48,
.label-action-9433,
.highlight-7d88,
.main_tiny_a0e9,
.plasma_90e2,
.shade-hard-df8e,
.lite-1006 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.next_2df8 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.next_2df8 > *,
.card_4402,
.tertiary_bronze_eb85,
.disabled-3e60 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .next_2df8 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .next_2df8 {
    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 === */
.current-8a31 {
  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 */
.current-8a31.preview-fixed-0530 {
  box-shadow: var(--shadow-md);
}

.gallery_f311 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.gallery-solid-4219 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.focus-current-f176 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.out-283e {
  display: none;
}

/* Hide mobile actions on desktop */
.smooth-5136 {
  display: none;
}

.small-2871 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.small-2871 a:hover,
.small-2871 a.fn-active-9f3f {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.filter_right_1b4e {
  margin-left: 1rem;
}

.copper-0713 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.box-glass-5f75,
.preview-hard-b764 {
  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;
}

.box-glass-5f75 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.box-glass-5f75: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;
}

.preview-hard-b764 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.preview-hard-b764: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;
}

.box-glass-5f75 svg,
.preview-hard-b764 svg {
  flex-shrink: 0;
}

.modal-top-5773 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.breadcrumb-lower-2b55 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.breadcrumb-lower-2b55::before,
.breadcrumb-lower-2b55::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.breadcrumb-lower-2b55::before {
  top: -7px;
}

.breadcrumb-lower-2b55::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.accordion-4723 {
  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 === */
.widget-full-d68f {
  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);
}

.old-8b81 {
  margin: 0 0 2rem;
  text-align: center;
}

.icon_0404 {
  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;
}

.icon_0404:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.pink-b172 {
  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);
}

.pink-b172 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.mask-bright-da62 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.table_1584 {
  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;
}

.table_1584:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.image_e320 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.green-4b31 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.middle-fd9c {
  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);
}

.middle-fd9c .modal_451d {
  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;
}

.middle-fd9c .modal_451d svg {
  flex-shrink: 0;
}

.middle-fd9c .caption-771f {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.middle-fd9c .caption-771f: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);
}

.middle-fd9c .bright-68c6 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.middle-fd9c .bright-68c6: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) {
  .widget-full-d68f {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .icon_0404 {
    max-width: 100%;
  }

  .mask-bright-da62 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .table_1584 {
    padding: 1rem;
  }

  .image_e320 {
    font-size: 1.5rem;
  }

  .green-4b31 {
    font-size: 0.75rem;
  }

  .pink-b172 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .middle-fd9c {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .middle-fd9c .modal_451d {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .mask-bright-da62 {
    grid-template-columns: 1fr;
  }
}

.rough-3d05 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.warm_619a {
  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 === */
.heading_4e3b {
  margin-bottom: 2.5rem;
}

.main-dirty-5a51 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.rough-3d05 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.element-5369 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.selected-b06f {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.frame-a789 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.carousel-22aa {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.content_7576 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.input_e31a {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.caption_3b63 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.caption_3b63 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.pro_400f {
  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);
}

.shadow_390c {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.hidden-27a9 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.active-2c0c {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.last_7b28 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.left-3db4 {
  display: grid;
  gap: 1rem;
}

.image_d79a {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.focus_33ea {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.item-rough-a040 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.detail_dbdc {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.filter_0b85 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.active_advanced_4faf {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.active_advanced_4faf p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.huge-1c48 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.focus_af83 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.static_b21a {
  display: grid;
  gap: 2rem;
}

.easy_f1fe {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.selected-b06f {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.element-5369 {
  flex: 1;
}

.carousel-22aa {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.carousel-22aa a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.accordion-copper-9f0f {
  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;
}

.content_7576 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.out_5a43 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.out_5a43 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.tertiary_5c2a {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.tertiary_5c2a a {
  font-size: 0.875rem;
  font-weight: 500;
}

.nav-current-e9df {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.nav-current-e9df strong {
  display: block;
  margin-bottom: 0.75rem;
}

.nav-current-e9df ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.nav-current-e9df li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.footer-f9a0 {
  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 === */
.shadow_3080 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.form-prev-0838 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.text-18e9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.medium_f083 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.medium_f083 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.medium_f083 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.medium_f083 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;
}

.medium_f083 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.medium_f083 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.tertiary_bronze_eb85 {
  padding: 3rem 0 5rem;
}

.disabled-3e60 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.disabled-3e60.black-22d4 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.label-action-9433 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.paper_a79a {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.last_9c40 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.last_9c40 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.heading-top-489a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.text_hard_0f9c {
  text-align: center;
}

.left-c7d7 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.highlight_black_0c14 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.heading_current_363e {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.plasma_90e2 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.highlight-7d88 {
  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;
}

.highlight-7d88 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.highlight-7d88:hover {
  box-shadow: var(--shadow-lg);
}

.highlight-7d88.modal-e7f8 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.highlight-7d88 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.highlight-7d88 ul {
  margin: 1rem 0;
}

.highlight-7d88 li {
  margin-bottom: 0.75rem;
}

.warm_412e {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.progress-953a {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.progress-953a a {
  font-weight: 600;
}

/* === Data Tables === */
.alert_mini_dc82 {
  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;
}

.alert_mini_dc82 table {
  width: 100%;
  min-width: 600px;
}

.alert_mini_dc82 thead {
  background-color: var(--primary-color);
  color: white;
}

.alert_mini_dc82 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.alert_mini_dc82 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.alert_mini_dc82 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.alert_mini_dc82 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.fluid-8249 {
  list-style: none;
  margin: 1.5rem 0;
}

.fluid-8249 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.fluid-8249 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.gold-9aef::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-9f3f::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 === */
.block-d3da {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.grid-911f {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.grid-911f img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.grid-911f strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.grid-911f span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.block-d3da blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.shade-hard-df8e {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.shade-hard-df8e::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.full-3518 {
  position: relative;
  margin-bottom: 3rem;
}

.photo_mini_02b6 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.photo_mini_02b6 .row-31c9 {
  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;
}

.chip_out_8e43 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.chip_out_8e43 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.chip_out_8e43 ul {
  margin: 1rem 0;
}

.chip_out_8e43 li {
  margin-bottom: 0.75rem;
}

.progress-ceec {
  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 === */
.menu_wide_36f4 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.menu_wide_36f4 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.mini-163a {
  list-style: none;
  margin: 1.5rem 0;
}

.mini-163a li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.mini-163a a {
  font-weight: 600;
}

.banner_huge_cae4 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.lite-1006 {
  margin: 2.5rem 0;
}

.wrapper-44b8 {
  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;
}

.wrapper-44b8:hover {
  box-shadow: var(--shadow-lg);
}

.wrapper-44b8.middle_c32b {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.dropdown-right-5f80 {
  flex-shrink: 0;
}

.dropdown-right-5f80 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);
}

.active_pro_cdfa h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.tabs-3ed1,
.primary-pressed-b2e9,
.pattern-3422 {
  width: 100%;
  margin: 1.5rem 0;
}

.sidebar_in_ee91 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.sidebar_in_ee91 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.progress-b038 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.progress-b038 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.static_dbef {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.static_dbef strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.search-blue-5150 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.list_new_76e4 {
  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;
}

.list_new_76e4:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.list_new_76e4.slider_black_e790 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.list_new_76e4 .gold-302a {
  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;
}

.list_new_76e4 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.blue-f4d1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.paragraph-paper-9faf {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.paragraph-paper-9faf label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.video-dim-dd68 {
  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 === */
.modal_451d {
  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;
}

.caption-771f {
  background-color: var(--primary-color);
  color: white;
}

.caption-771f:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.bright-68c6 {
  background-color: var(--text-secondary);
  color: white;
}

.bright-68c6:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.action_8fee {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.action_8fee:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.short-499b {
  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;
}

.short-499b:hover {
  background-color: var(--primary-dark);
}

.filter-cool-bdd3 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.accordion_steel_e69b {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.aside-0bf8 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.feature_top_9ea9 {
  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 === */
.hidden-pro-1f71 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.action-a1f8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.action-a1f8 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.tertiary-right-61a8 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.article-f63f {
  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;
}

.header-bright-321a {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.summary-4855 {
  list-style: none;
  counter-reset: rank-counter;
}

.summary-4855 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.summary-4855 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;
}

.backdrop-iron-ba51 {
  list-style: none;
}

.backdrop-iron-ba51 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.narrow_5364 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.detail-upper-0d63 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.detail-upper-0d63 .sort_ba79 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.detail-upper-0d63 .thick-184b {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.heading_silver_094c {
  margin-top: 3rem;
}

.west_de7b {
  width: 100%;
}

.modal_b540 {
  background-color: #fef3c7;
}

.feature-37ad {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.card_dirty_9074 {
  margin: 3rem 0;
}

.notice_1aee {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.list_easy_dcb1 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.list_easy_dcb1:hover {
  box-shadow: var(--shadow-lg);
}

.list_easy_dcb1.image-806c {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.summary_7300 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.row_37ed strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.row_37ed span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.footer-d406 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.list_easy_dcb1 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.stale_e85d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tooltip_7f4e {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.east_86c4 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.image-gold-561f {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.module_dark_5234 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.gas_f79e {
  margin-top: 1rem;
}

/* === FAQ Section === */
.pattern_selected_bc07 {
  max-width: 900px;
  margin: 0 auto;
}

.panel-732b {
  margin: 2rem 0;
}

.north-fe40 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.north-fe40 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.north-fe40 summary::-webkit-details-marker {
  display: none;
}

.north-fe40 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.article_light_98b5 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.north-fe40[open] .article_light_98b5 {
  transform: rotate(45deg);
}

.badge_old_ae1f {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.badge_old_ae1f p:last-child {
  margin-bottom: 0;
}

.outline_4f7c {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.breadcrumb_a346 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.grid-under-6265 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.grid-under-6265 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.grid-under-6265 .modal_451d {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.dirty-1ba6 {
  max-width: 900px;
  margin: 0 auto;
}

.tertiary-048e {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.shade_2e02 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.shade_2e02.fn-success-9f3f {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.media-d1e3 {
  font-size: 3rem;
  line-height: 1;
}

.pro_d08d h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.button_a43f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.icon_edef,
.list_6cbf {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.icon_edef h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.list_6cbf h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.inner_b6a9,
.menu-faed {
  margin: 1.5rem 0;
}

.inner_b6a9 li,
.menu-faed li {
  margin-bottom: 1rem;
}

.glass-f3a1 {
  margin: 3rem 0;
}

.article_23da {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.article_23da h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.article_23da ol {
  margin: 1rem 0;
}

.article_23da li {
  margin-bottom: 0.75rem;
}

.breadcrumb-8844 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.accordion_6afe {
  margin: 2rem 0;
}

.down-113a {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.card-d8f6 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.status-aa73 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.carousel-warm-3776 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.image-hot-a767 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.label-f857 {
  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;
}

.label-f857 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.frame-a789 {
  flex: 1;
}

.frame-a789 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.pressed_9bbc {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.component-e7a2 p {
  margin-bottom: 1rem;
}

.panel-a21e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.border_top_e909 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.backdrop-f6e8 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.backdrop-f6e8 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.mask_5886 h3 {
  margin-bottom: 1.5rem;
}

.notice_6209 {
  display: grid;
  gap: 2rem;
}

.badge-9edf {
  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;
}

.badge-9edf img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.badge-9edf h4 {
  margin: 0 0 0.25rem;
}

.badge-9edf p {
  margin: 0;
  font-size: 0.9375rem;
}

.rough_b01c {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.hero-4de0 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.hero-4de0 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.hero-4de0 ul {
  margin: 1.5rem 0;
}

.hero-4de0 li {
  margin-bottom: 0.75rem;
}

.full_4334 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.wide-2dac {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.header-orange-5999 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.frame-4104 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.frame-4104 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.dark-de04 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.dark-de04 a {
  color: rgba(255, 255, 255, 0.8);
}

.steel_a7ae {
  list-style: none;
}

.steel_a7ae li {
  margin-bottom: 0.75rem;
}

.steel_a7ae a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.steel_a7ae a:hover {
  color: white;
}

.module_338e {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.light_9551 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.status_e9f2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.huge-2c27 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.cold_1ece {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .next_2df8 {
    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;
  }

  .fast-fdd5 {
    font-size: 1.5rem !important;
  }

  .main-dirty-5a51 {
    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 */
  .highlight-7d88,
  .main_tiny_a0e9,
  .chip_out_8e43,
  .active_pro_cdfa,
  .summary_7300,
  .list_easy_dcb1,
  .badge_old_ae1f,
  .pink-b172,
  .huge-1c48,
  .label-action-9433 {
    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 */
  .rough-3d05 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .element-5369 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .selected-b06f {
    flex-shrink: 0;
  }

  .frame-a789 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .carousel-22aa,
  .content_7576 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .content_7576 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .focus-current-f176 {
    display: none;
  }

  /* Show mobile actions */
  .smooth-5136 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .center_231a {
    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;
  }

  .center_231a svg {
    flex-shrink: 0;
  }

  .center_231a .cold-e665 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .center_231a .focus-gas-a9b3 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .image-800c {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .popup_dark_cc5e {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .center_231a:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .out-283e {
    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;
  }

  .out-283e.fn-active-9f3f {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .out-283e li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .out-283e li:last-child {
    border-bottom: none;
  }

  .out-283e a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .small-2871 {
    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;
  }

  .small-2871 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .small-2871 li:last-child {
    border-bottom: none;
  }

  .small-2871 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .filter_right_1b4e {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .copper-0713 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .box-glass-5f75,
  .preview-hard-b764 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .box-glass-5f75 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .preview-hard-b764 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .small-2871.fn-active-9f3f {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .modal-top-5773 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .current-8a31 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .gallery_f311 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .accordion-4723 {
    margin-top: 0;
  }

  /* Hero section */
  .accordion-4723 {
    padding: 2rem 0 1.5rem;
  }

  .main-dirty-5a51 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .huge-1c48 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .widget-full-d68f {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .icon_0404 {
    max-width: 100%;
    border-radius: 8px;
  }

  .mask-bright-da62 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .table_1584 {
    padding: 1rem;
  }

  .image_e320 {
    font-size: 1.5rem;
  }

  .green-4b31 {
    font-size: 0.75rem;
  }

  .pink-b172 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .middle-fd9c {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .middle-fd9c .modal_451d {
    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 */
  .text-18e9 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .wrapper-44b8 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .dropdown-right-5f80 {
    margin-bottom: 1rem;
  }

  /* Author */
  .easy_f1fe {
    flex-direction: column;
  }

  .label-f857 {
    flex-direction: column;
  }

  /* Quotes */
  .summary_7300 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .button_a43f {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .carousel-warm-3776 {
    flex-direction: column;
  }

  .carousel-warm-3776 .modal_451d {
    width: 100%;
  }

  /* Version comparison */
  .search-blue-5150 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .hidden-pro-1f71 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .header-orange-5999 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .status_e9f2 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .alert_mini_dc82,
  .primary-pressed-b2e9,
  .south-4d1d,
  .west_de7b,
  .tabs-3ed1,
  .pattern-3422 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .alert_mini_dc82 table,
  .primary-pressed-b2e9 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .video-dim-dd68 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .next_2df8 {
    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;
  }

  .fast-fdd5 {
    font-size: 1.25rem !important;
  }

  .main-dirty-5a51 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .current-8a31 {
    position: fixed;
  }

  .gallery_f311 {
    padding: 0.625rem 0;
  }

  .gallery-solid-4219 img {
    height: 26px;
  }

  .small-2871 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .out-283e {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .center_231a {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .center_231a svg {
    width: 18px;
    height: 18px;
  }

  .center_231a .cold-e665 {
    font-size: 0.7rem;
  }

  .center_231a .focus-gas-a9b3 {
    font-size: 0.65rem;
  }

  .box-glass-5f75,
  .preview-hard-b764 {
    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, .next_2df8, .card_4402, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .widget-full-d68f {
    padding: 1rem;
  }

  .mask-bright-da62 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .table_1584 {
    padding: 0.875rem;
  }

  .image_e320 {
    font-size: 1.25rem;
  }

  .middle-fd9c .modal_451d {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .main-dirty-5a51 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .modal_451d {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .filter-cool-bdd3 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .wrapper-44b8 {
    padding: 1rem;
  }

  .dropdown-right-5f80 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .highlight-7d88,
  .east-4e77,
  .hero-dark-fbe1,
  .block_iron_9004 {
    padding: 1rem;
  }
}

@media print {
  .current-8a31,
  .shadow_3080,
  .modal-top-5773,
  .modal_451d,
  .wide-2dac {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .next_2df8 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.menu_plasma_5ef8 {
  margin-bottom: 3rem;
  text-align: center;
}

.fast-fdd5 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.label-new-3a5b {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.pro-629c,
.silver_0711 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.filter-top-c0ca {
  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;
}

.filter-top-c0ca:hover {
  transform: translateY(-5px);
}

.filter-top-c0ca strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.filter-top-c0ca span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.overlay-05e8 {
  margin: 3rem 0;
}

.glass-6eaa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.wrapper-a28b {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.wrapper-a28b:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.hero-lower-0d52 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.content_cf30 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.texture-steel-e79b {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.search_15c5 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.content-ea94 {
  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;
}

.content-ea94:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.content-ea94.plasma-42d7 {
  border-left: 4px solid var(--primary-color);
}

.menu_833d {
  flex-shrink: 0;
}

.menu_833d svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.highlight_dc1e {
  flex: 1;
}

.highlight_dc1e h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.backdrop-74c3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.top-222d,
.glass_e692,
.icon_motion_0d8a {
  margin-bottom: 1.5rem;
}

.top-222d h4,
.glass_e692 h4,
.icon_motion_0d8a h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.top-222d ul,
.glass_e692 ul,
.icon_motion_0d8a ul {
  list-style: none;
  padding: 0;
}

.top-222d li,
.glass_e692 li,
.icon_motion_0d8a li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.top-222d li:before,
.glass_e692 li:before,
.icon_motion_0d8a li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.logo-solid-faa3 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.logo-solid-faa3 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;
}

.logo-solid-faa3 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.message_center_25f5 { margin: 2rem 0; }
.thumbnail-9803 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.thumbnail-9803 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.active_c518 p { margin-bottom: 1rem; line-height: 1.7; }
.active_c518 strong { color: var(--text-primary); }
.active_c518 ul { list-style: none; padding-left: 0; }
.active_c518 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.active_c518 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.action_202e { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.column_ebe6 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.column_ebe6:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.content_dark_0c6a { font-size: 3rem; margin-bottom: 1rem; }
.column_ebe6 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.column_ebe6 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.accordion_left_b285 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.accordion_left_b285 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.static-dd4e { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.video_b672 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.outer-cc88 { text-align: center; }
.orange_beec { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.list-5ca2 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.panel_1dca { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.texture_58bc { margin: 2rem 0; }
.hot_1237 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.hot_1237 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.hot_1237 p, .hot_1237 ul { line-height: 1.7; }
.hot_1237 ul { list-style: none; padding-left: 0; }
.hot_1237 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.hot_1237 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.image-smooth-2dfc { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.action-a413 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.pagination-fdb1 { text-align: center; }
.solid-41ed { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.popup_middle_5e3c { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.label-bright-5bc6 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.lite_a941 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.outline_b697 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.outline_b697:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.outline_b697 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.outline_b697 p, .outline_b697 ul { line-height: 1.7; }
.outline_b697 ul { list-style: none; padding-left: 0; }
.outline_b697 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.outline_b697 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 3e4d */
.ghost-box-o8 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.2;
}
