/* ============================================
   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 */
.hot-baf9 p,
.hard-b69e,
.sidebar_fixed_0118,
.stale_7163,
.soft_cdb1,
.tooltip_26c3,
.thumbnail-medium-9ba8,
.grid_south_88c7 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.dropdown_south_bc82 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.dropdown_south_bc82 > *,
.small-8f9e,
.hot-baf9,
.overlay-down-1ae8 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .dropdown_south_bc82 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .dropdown_south_bc82 {
    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 === */
.shade-over-7505 {
  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 */
.shade-over-7505.advanced-8d45 {
  box-shadow: var(--shadow-md);
}

.chip_e9f2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.component_silver_3471 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.badge_1969 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.stone_6605 {
  display: none;
}

/* Hide mobile actions on desktop */
.title-2313 {
  display: none;
}

.shadow_544c a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.shadow_544c a:hover,
.shadow_544c a.fn-active-25a9 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.steel_9afc {
  margin-left: 1rem;
}

.fresh-c895 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.photo_cool_0161,
.mask-copper-543f {
  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;
}

.photo_cool_0161 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.photo_cool_0161: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;
}

.mask-copper-543f {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.mask-copper-543f: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;
}

.photo_cool_0161 svg,
.mask-copper-543f svg {
  flex-shrink: 0;
}

.video_f8d8 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.south-1e68 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.south-1e68::before,
.south-1e68::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.south-1e68::before {
  top: -7px;
}

.south-1e68::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.content-119b {
  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 === */
.modal-b1ce {
  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);
}

.notice-7a81 {
  margin: 0 0 2rem;
  text-align: center;
}

.media-3cb6 {
  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;
}

.media-3cb6:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.box_99e8 {
  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);
}

.box_99e8 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.notice-paper-8125 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.warm_d27c {
  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;
}

.warm_d27c:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.glass-bed3 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.large_45da {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.texture_current_bcc6 {
  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);
}

.texture_current_bcc6 .summary-static-49da {
  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;
}

.texture_current_bcc6 .summary-static-49da svg {
  flex-shrink: 0;
}

.texture_current_bcc6 .notification_dynamic_67c0 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.texture_current_bcc6 .notification_dynamic_67c0: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);
}

.texture_current_bcc6 .gallery_fixed_8d3a {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.texture_current_bcc6 .gallery_fixed_8d3a: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) {
  .modal-b1ce {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .media-3cb6 {
    max-width: 100%;
  }

  .notice-paper-8125 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .warm_d27c {
    padding: 1rem;
  }

  .glass-bed3 {
    font-size: 1.5rem;
  }

  .large_45da {
    font-size: 0.75rem;
  }

  .box_99e8 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .texture_current_bcc6 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .texture_current_bcc6 .summary-static-49da {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .notice-paper-8125 {
    grid-template-columns: 1fr;
  }
}

.next-1a74 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.highlight_mini_8090 {
  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 === */
.tertiary-041e {
  margin-bottom: 2.5rem;
}

.tooltip-b176 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.next-1a74 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.banner-d6e9 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.form_paper_1e19 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.pro-f886 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.grid_wood_3c73 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.hard-dd5a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.paragraph-ed78 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pressed-418c {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pressed-418c svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.search_498c {
  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);
}

.secondary-static-75cc {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.badge_easy_48b8 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.caption_3af7 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.orange_0edf {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.row-8dfa {
  display: grid;
  gap: 1rem;
}

.info-center-a86e {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.footer_center_0084 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.logo-green-94ca {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.gallery-over-f7f8 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.title-dynamic-a7a5 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.background-silver-26aa {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.background-silver-26aa p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.hard-b69e {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.focus_hovered_f1e0 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.sidebar_fixed_6d5f {
  display: grid;
  gap: 2rem;
}

.steel-b99c {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.form_paper_1e19 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.banner-d6e9 {
  flex: 1;
}

.grid_wood_3c73 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.grid_wood_3c73 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.full_edf3 {
  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;
}

.hard-dd5a {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.status_bd46 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.status_bd46 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.light-9b96 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.light-9b96 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.progress_02fb {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.progress_02fb strong {
  display: block;
  margin-bottom: 0.75rem;
}

.progress_02fb ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.progress_02fb li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.rough-fbed {
  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 === */
.label_d594 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.prev-b1de {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.image-a0a0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.section_light_f685 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.section_light_f685 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.section_light_f685 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.section_light_f685 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;
}

.section_light_f685 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.section_light_f685 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.hot-baf9 {
  padding: 3rem 0 5rem;
}

.overlay-down-1ae8 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.overlay-down-1ae8.hard-ae97 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.sidebar_fixed_0118 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.focused-5e16 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.sort_glass_17db {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.sort_glass_17db h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.section_cool_f775 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.advanced_334c {
  text-align: center;
}

.column_wide_6a64 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tabs_eacc {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.container_fast_2167 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.tooltip_26c3 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.stale_7163 {
  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;
}

.stale_7163 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.stale_7163:hover {
  box-shadow: var(--shadow-lg);
}

.stale_7163.old_0e80 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.stale_7163 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.stale_7163 ul {
  margin: 1rem 0;
}

.stale_7163 li {
  margin-bottom: 0.75rem;
}

.north-be7d {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.dim-ba00 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.dim-ba00 a {
  font-weight: 600;
}

/* === Data Tables === */
.grid_down_b368 {
  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;
}

.grid_down_b368 table {
  width: 100%;
  min-width: 600px;
}

.grid_down_b368 thead {
  background-color: var(--primary-color);
  color: white;
}

.grid_down_b368 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.grid_down_b368 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.grid_down_b368 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.grid_down_b368 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.notice-selected-eeac {
  list-style: none;
  margin: 1.5rem 0;
}

.notice-selected-eeac li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.notice-selected-eeac li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.gradient_c092::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-25a9::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 === */
.filter_7cf9 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.solid-63ec {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.solid-63ec img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.solid-63ec strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.solid-63ec span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.filter_7cf9 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.thumbnail-medium-9ba8 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.thumbnail-medium-9ba8::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.tiny_0565 {
  position: relative;
  margin-bottom: 3rem;
}

.hover_2af1 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.hover_2af1 .overlay-ed28 {
  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;
}

.frame-ae5e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.frame-ae5e h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.frame-ae5e ul {
  margin: 1rem 0;
}

.frame-ae5e li {
  margin-bottom: 0.75rem;
}

.plasma_e9a4 {
  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 === */
.plasma_61e3 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.plasma_61e3 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.video-affd {
  list-style: none;
  margin: 1.5rem 0;
}

.video-affd li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.video-affd a {
  font-weight: 600;
}

.container_7615 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.grid_south_88c7 {
  margin: 2.5rem 0;
}

.info-73b4 {
  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;
}

.info-73b4:hover {
  box-shadow: var(--shadow-lg);
}

.info-73b4.header-silver-3204 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.input-dark-8f4b {
  flex-shrink: 0;
}

.input-dark-8f4b 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);
}

.search_brown_a4ba h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.table_3a7b,
.hard-4fa0,
.disabled_light_1014 {
  width: 100%;
  margin: 1.5rem 0;
}

.active_glass_427d {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.active_glass_427d strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.popup-09f1 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.popup-09f1 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.pagination-dd8d {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.pagination-dd8d strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.sort-0605 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.box_paper_7a8c {
  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;
}

.box_paper_7a8c:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.box_paper_7a8c.over_555e {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.box_paper_7a8c .photo-advanced-5ded {
  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;
}

.box_paper_7a8c h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.content_east_5d09 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.lite-ca89 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.lite-ca89 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.gallery-lower-6231 {
  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 === */
.summary-static-49da {
  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;
}

.notification_dynamic_67c0 {
  background-color: var(--primary-color);
  color: white;
}

.notification_dynamic_67c0:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.gallery_fixed_8d3a {
  background-color: var(--text-secondary);
  color: white;
}

.gallery_fixed_8d3a:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.logo_north_5764 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.logo_north_5764:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.fresh-d276 {
  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;
}

.fresh-d276:hover {
  background-color: var(--primary-dark);
}

.gas-b0ff {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.badge_tall_63dd {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.solid_bf65 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.section-mini-65ef {
  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 === */
.bright_ca56 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.mask-tall-dbd0 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.mask-tall-dbd0 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.left_d130 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.tertiary_black_f648 {
  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;
}

.aside_soft_40f1 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.input_brown_ec56 {
  list-style: none;
  counter-reset: rank-counter;
}

.input_brown_ec56 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.input_brown_ec56 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;
}

.border-rough-8351 {
  list-style: none;
}

.border-rough-8351 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.hard-c118 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.summary-hot-8a94 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.summary-hot-8a94 .thick-605d {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.summary-hot-8a94 .widget_1dd7 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.active_advanced_10ce {
  margin-top: 3rem;
}

.frame-stale-2399 {
  width: 100%;
}

.breadcrumb_hot_8f60 {
  background-color: #fef3c7;
}

.tabs_north_52fc {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.frame_narrow_df61 {
  margin: 3rem 0;
}

.south-2bcd {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.slider-789b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.slider-789b:hover {
  box-shadow: var(--shadow-lg);
}

.slider-789b.panel_d6bc {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.gallery_5814 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.disabled_5bb0 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.disabled_5bb0 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.input_57d1 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.slider-789b blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.hover-da0b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.section-solid-0f7b {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.in_d5ac {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.sort-pink-0b22 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.fixed-c7b8 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.fluid_8af7 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.feature_yellow_b9d1 {
  max-width: 900px;
  margin: 0 auto;
}

.item_pink_7d2a {
  margin: 2rem 0;
}

.last-97ee {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.last-97ee summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.last-97ee summary::-webkit-details-marker {
  display: none;
}

.last-97ee summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.component-1f48 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.last-97ee[open] .component-1f48 {
  transform: rotate(45deg);
}

.layout-45ae {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.layout-45ae p:last-child {
  margin-bottom: 0;
}

.hidden_b8f8 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.copper_3f13 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.dark_0181 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.dark_0181 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.dark_0181 .summary-static-49da {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.media-0d79 {
  max-width: 900px;
  margin: 0 auto;
}

.solid-c801 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.center-107c {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.center-107c.fn-success-25a9 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.media_fluid_cee0 {
  font-size: 3rem;
  line-height: 1;
}

.pagination_75ee h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.description_brown_8017 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.title_ad4d,
.video-silver-1c34 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.title_ad4d h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.video-silver-1c34 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.tertiary-0f82,
.menu_outer_be2c {
  margin: 1.5rem 0;
}

.tertiary-0f82 li,
.menu_outer_be2c li {
  margin-bottom: 1rem;
}

.slow_f9ff {
  margin: 3rem 0;
}

.element_center_6470 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.element_center_6470 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.element_center_6470 ol {
  margin: 1rem 0;
}

.element_center_6470 li {
  margin-bottom: 0.75rem;
}

.slider_2a37 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.hot_4b63 {
  margin: 2rem 0;
}

.modal_hovered_ed1f {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.light_90a2 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.backdrop-8fd2 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.component_7eb7 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.pressed_5944 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.hot_2b66 {
  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;
}

.hot_2b66 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.pro-f886 {
  flex: 1;
}

.pro-f886 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.preview-8f2d {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.thick_d4f0 p {
  margin-bottom: 1rem;
}

.steel-9a6a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.fresh_7650 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.main_69d9 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.main_69d9 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.hero_easy_79d2 h3 {
  margin-bottom: 1.5rem;
}

.dropdown_a0d8 {
  display: grid;
  gap: 2rem;
}

.current_08f8 {
  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;
}

.current_08f8 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.current_08f8 h4 {
  margin: 0 0 0.25rem;
}

.current_08f8 p {
  margin: 0;
  font-size: 0.9375rem;
}

.description_dark_d3ad {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.footer_old_8172 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.footer_old_8172 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.footer_old_8172 ul {
  margin: 1.5rem 0;
}

.footer_old_8172 li {
  margin-bottom: 0.75rem;
}

.nav_inner_ff85 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.new-3f80 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.warm-0b3c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.tabs_complex_c9fd h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.tabs_complex_c9fd p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.purple_97f0 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.purple_97f0 a {
  color: rgba(255, 255, 255, 0.8);
}

.tabs_solid_bc80 {
  list-style: none;
}

.tabs_solid_bc80 li {
  margin-bottom: 0.75rem;
}

.tabs_solid_bc80 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.tabs_solid_bc80 a:hover {
  color: white;
}

.accordion_paper_8deb {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.outline_adea {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.fluid-b355 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.cold-4933 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tabs-b491 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .dropdown_south_bc82 {
    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;
  }

  .silver-c3c7 {
    font-size: 1.5rem !important;
  }

  .tooltip-b176 {
    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 */
  .stale_7163,
  .soft_cdb1,
  .frame-ae5e,
  .search_brown_a4ba,
  .gallery_5814,
  .slider-789b,
  .layout-45ae,
  .box_99e8,
  .hard-b69e,
  .sidebar_fixed_0118 {
    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 */
  .next-1a74 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .banner-d6e9 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .form_paper_1e19 {
    flex-shrink: 0;
  }

  .pro-f886 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .grid_wood_3c73,
  .hard-dd5a {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .hard-dd5a {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .badge_1969 {
    display: none;
  }

  /* Show mobile actions */
  .title-2313 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .stone-8597 {
    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;
  }

  .stone-8597 svg {
    flex-shrink: 0;
  }

  .stone-8597 .tag_5900 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .stone-8597 .badge_03ef {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .tabs_glass_18bb {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .hard-497f {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .stone-8597:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .stone_6605 {
    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;
  }

  .stone_6605.fn-active-25a9 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .stone_6605 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .stone_6605 li:last-child {
    border-bottom: none;
  }

  .stone_6605 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .shadow_544c {
    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;
  }

  .shadow_544c li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .shadow_544c li:last-child {
    border-bottom: none;
  }

  .shadow_544c a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .steel_9afc {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .fresh-c895 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .photo_cool_0161,
  .mask-copper-543f {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .photo_cool_0161 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .mask-copper-543f {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .shadow_544c.fn-active-25a9 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .video_f8d8 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .shade-over-7505 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .chip_e9f2 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .content-119b {
    margin-top: 0;
  }

  /* Hero section */
  .content-119b {
    padding: 2rem 0 1.5rem;
  }

  .tooltip-b176 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .hard-b69e {
    font-size: 1rem;
  }

  /* Hero brand image */
  .modal-b1ce {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .media-3cb6 {
    max-width: 100%;
    border-radius: 8px;
  }

  .notice-paper-8125 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .warm_d27c {
    padding: 1rem;
  }

  .glass-bed3 {
    font-size: 1.5rem;
  }

  .large_45da {
    font-size: 0.75rem;
  }

  .box_99e8 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .texture_current_bcc6 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .texture_current_bcc6 .summary-static-49da {
    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 */
  .image-a0a0 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .info-73b4 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .input-dark-8f4b {
    margin-bottom: 1rem;
  }

  /* Author */
  .steel-b99c {
    flex-direction: column;
  }

  .hot_2b66 {
    flex-direction: column;
  }

  /* Quotes */
  .gallery_5814 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .description_brown_8017 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .component_7eb7 {
    flex-direction: column;
  }

  .component_7eb7 .summary-static-49da {
    width: 100%;
  }

  /* Version comparison */
  .sort-0605 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .bright_ca56 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .warm-0b3c {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .fluid-b355 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .grid_down_b368,
  .hard-4fa0,
  .row_copper_054d,
  .frame-stale-2399,
  .table_3a7b,
  .disabled_light_1014 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .grid_down_b368 table,
  .hard-4fa0 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .gallery-lower-6231 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .dropdown_south_bc82 {
    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;
  }

  .silver-c3c7 {
    font-size: 1.25rem !important;
  }

  .tooltip-b176 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .shade-over-7505 {
    position: fixed;
  }

  .chip_e9f2 {
    padding: 0.625rem 0;
  }

  .component_silver_3471 img {
    height: 26px;
  }

  .shadow_544c {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .stone_6605 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .stone-8597 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .stone-8597 svg {
    width: 18px;
    height: 18px;
  }

  .stone-8597 .tag_5900 {
    font-size: 0.7rem;
  }

  .stone-8597 .badge_03ef {
    font-size: 0.65rem;
  }

  .photo_cool_0161,
  .mask-copper-543f {
    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, .dropdown_south_bc82, .small-8f9e, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .modal-b1ce {
    padding: 1rem;
  }

  .notice-paper-8125 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .warm_d27c {
    padding: 0.875rem;
  }

  .glass-bed3 {
    font-size: 1.25rem;
  }

  .texture_current_bcc6 .summary-static-49da {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .tooltip-b176 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .summary-static-49da {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .gas-b0ff {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .info-73b4 {
    padding: 1rem;
  }

  .input-dark-8f4b span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .stale_7163,
  .notification-c4d7,
  .alert-static-f1bc,
  .copper_a2c9 {
    padding: 1rem;
  }
}

@media print {
  .shade-over-7505,
  .label_d594,
  .video_f8d8,
  .summary-static-49da,
  .new-3f80 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .dropdown_south_bc82 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.widget_right_a460 {
  margin-bottom: 3rem;
  text-align: center;
}

.silver-c3c7 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.shadow-6ed6 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.header_black_60d5,
.search_simple_7c4d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.caption-under-46af {
  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;
}

.caption-under-46af:hover {
  transform: translateY(-5px);
}

.caption-under-46af strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.caption-under-46af span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.breadcrumb_green_25dd {
  margin: 3rem 0;
}

.progress-copper-8e47 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.rough_0d12 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.rough_0d12:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.progress_7f4f {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.west_180c {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.gallery-b59d {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.module-f2b6 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.large_2cfe {
  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;
}

.large_2cfe:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.large_2cfe.header-stone-feb4 {
  border-left: 4px solid var(--primary-color);
}

.status-rough-a72a {
  flex-shrink: 0;
}

.status-rough-a72a svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.mini_3c86 {
  flex: 1;
}

.mini_3c86 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.stale_31dc {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.tag-015d,
.widget_6dad,
.disabled_3c45 {
  margin-bottom: 1.5rem;
}

.tag-015d h4,
.widget_6dad h4,
.disabled_3c45 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tag-015d ul,
.widget_6dad ul,
.disabled_3c45 ul {
  list-style: none;
  padding: 0;
}

.tag-015d li,
.widget_6dad li,
.disabled_3c45 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.tag-015d li:before,
.widget_6dad li:before,
.disabled_3c45 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.alert_00eb {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.alert_00eb 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;
}

.alert_00eb a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.tooltip_6657 { margin: 2rem 0; }
.status_ba55 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.status_ba55 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.slider_static_5625 p { margin-bottom: 1rem; line-height: 1.7; }
.slider_static_5625 strong { color: var(--text-primary); }
.slider_static_5625 ul { list-style: none; padding-left: 0; }
.slider_static_5625 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.slider_static_5625 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.menu-active-1888 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.secondary_west_2a0b { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.secondary_west_2a0b:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.summary_d133 { font-size: 3rem; margin-bottom: 1rem; }
.secondary_west_2a0b h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.secondary_west_2a0b p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.gas-fb00 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.gas-fb00 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.modal-glass-da5c { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.black-cb23 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.sidebar-bottom-7bf3 { text-align: center; }
.over_ac18 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.search_92f3 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.thick_d055 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.secondary_under_578d { margin: 2rem 0; }
.filter-9ef0 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.filter-9ef0 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.filter-9ef0 p, .filter-9ef0 ul { line-height: 1.7; }
.filter-9ef0 ul { list-style: none; padding-left: 0; }
.filter-9ef0 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.filter-9ef0 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.info-hot-0e09 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.alert-current-63bf { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.layout-f355 { text-align: center; }
.sidebar_dbf3 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.gradient-2ba2 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.action_1984 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.border_56a2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.content_south_12d3 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.content_south_12d3:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.content_south_12d3 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.content_south_12d3 p, .content_south_12d3 ul { line-height: 1.7; }
.content_south_12d3 ul { list-style: none; padding-left: 0; }
.content_south_12d3 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.content_south_12d3 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: a963 */
.promo-block-n4 {
  padding: 0.3rem;
  font-size: 14px;
  line-height: 1.3;
}
