/* ============================================
   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_2026 p,
.photo-a4c4,
.old-8295,
.avatar-current-e2ac,
.active_e495,
.filter_basic_fcc2,
.clean-0cf3,
.notice-under-eeb3 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.bronze_d85d {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.bronze_d85d > *,
.sort_23f9,
.tertiary_2026,
.backdrop-small-b848 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .bronze_d85d {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .bronze_d85d {
    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 === */
.content_north_2d2b {
  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 */
.content_north_2d2b.notice_d667 {
  box-shadow: var(--shadow-md);
}

.preview_9d83 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.layout-pink-bd4b img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.hard-bbb5 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.upper_27d0 {
  display: none;
}

/* Hide mobile actions on desktop */
.message_easy_b4b4 {
  display: none;
}

.purple-3c73 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.purple-3c73 a:hover,
.purple-3c73 a.fn-active-238e {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.gas_9925 {
  margin-left: 1rem;
}

.item_dirty_a26a {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.green-c766,
.plasma-ead2 {
  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;
}

.green-c766 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.green-c766: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;
}

.plasma-ead2 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.plasma-ead2: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;
}

.green-c766 svg,
.plasma-ead2 svg {
  flex-shrink: 0;
}

.breadcrumb-silver-714d {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.secondary_043a {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.secondary_043a::before,
.secondary_043a::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.secondary_043a::before {
  top: -7px;
}

.secondary_043a::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.heading-active-96cc {
  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 === */
.caption_advanced_5e28 {
  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);
}

.badge-961b {
  margin: 0 0 2rem;
  text-align: center;
}

.photo_f30a {
  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;
}

.photo_f30a:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.button_c5b2 {
  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);
}

.button_c5b2 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.box_63d4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.active_hard_8004 {
  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;
}

.active_hard_8004:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.dark-5fc3 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.item-49e8 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.hovered-9861 {
  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);
}

.hovered-9861 .title_motion_31e1 {
  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;
}

.hovered-9861 .title_motion_31e1 svg {
  flex-shrink: 0;
}

.hovered-9861 .notification_b890 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.hovered-9861 .notification_b890: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);
}

.hovered-9861 .focus_63e7 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.hovered-9861 .focus_63e7: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) {
  .caption_advanced_5e28 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .photo_f30a {
    max-width: 100%;
  }

  .box_63d4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .active_hard_8004 {
    padding: 1rem;
  }

  .dark-5fc3 {
    font-size: 1.5rem;
  }

  .item-49e8 {
    font-size: 0.75rem;
  }

  .button_c5b2 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .hovered-9861 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .hovered-9861 .title_motion_31e1 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .box_63d4 {
    grid-template-columns: 1fr;
  }
}

.icon_blue_ef5a {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.backdrop_outer_2c38 {
  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 === */
.warm-48f3 {
  margin-bottom: 2.5rem;
}

.active-007f {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.icon_blue_ef5a {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.modal_86d4 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.thick-f5f9 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.narrow_d07b {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.smooth-6a0d {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.tooltip-f060 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.new-c5d3 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.blue_a9af {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.blue_a9af svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.badge_c856 {
  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);
}

.bottom-c65c {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.iron-4139 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.dim_d984 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.grid_0018 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.medium_17be {
  display: grid;
  gap: 1rem;
}

.heading-solid-69f6 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.content-cool-94b0 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.narrow-8f1a {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.thumbnail_19ca {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.info-bb98 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.wood_44d5 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.wood_44d5 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.photo-a4c4 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.stone-f482 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.new-e073 {
  display: grid;
  gap: 2rem;
}

.card-bc31 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.thick-f5f9 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.modal_86d4 {
  flex: 1;
}

.smooth-6a0d {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.smooth-6a0d a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.badge_e5b1 {
  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;
}

.tooltip-f060 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.block_6b2e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.block_6b2e span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.hard_42e6 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.hard_42e6 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.sidebar-5001 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.sidebar-5001 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.sidebar-5001 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sidebar-5001 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.preview-a683 {
  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 === */
.caption-out-f240 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.icon_ef0b {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.hard_1af2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.popup-86fc h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.popup-86fc ol {
  list-style: none;
  counter-reset: toc-counter;
}

.popup-86fc ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.popup-86fc 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;
}

.popup-86fc ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.popup-86fc ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.tertiary_2026 {
  padding: 3rem 0 5rem;
}

.backdrop-small-b848 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.backdrop-small-b848.upper-026f {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.old-8295 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.alert_f6a0 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.disabled-fixed-5bc2 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.disabled-fixed-5bc2 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.item_b2e7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.title-bee6 {
  text-align: center;
}

.progress_34a7 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tabs_fixed_198f {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.up-94c7 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.filter_basic_fcc2 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.avatar-current-e2ac {
  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;
}

.avatar-current-e2ac * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.avatar-current-e2ac:hover {
  box-shadow: var(--shadow-lg);
}

.avatar-current-e2ac.block_next_b026 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.avatar-current-e2ac h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.avatar-current-e2ac ul {
  margin: 1rem 0;
}

.avatar-current-e2ac li {
  margin-bottom: 0.75rem;
}

.caption-e3b2 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.card_huge_4b66 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.card_huge_4b66 a {
  font-weight: 600;
}

/* === Data Tables === */
.bottom_e171 {
  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;
}

.bottom_e171 table {
  width: 100%;
  min-width: 600px;
}

.bottom_e171 thead {
  background-color: var(--primary-color);
  color: white;
}

.bottom_e171 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.bottom_e171 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.bottom_e171 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.bottom_e171 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.light-5544 {
  list-style: none;
  margin: 1.5rem 0;
}

.light-5544 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.light-5544 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.active-north-a485::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-238e::before {
  content: '⚠';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--warning-color);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
}

/* === Expert Insight Box === */
.advanced_6445 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.cool_11aa {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.cool_11aa img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.cool_11aa strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.cool_11aa span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.advanced_6445 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.clean-0cf3 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.clean-0cf3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.upper-b6fd {
  position: relative;
  margin-bottom: 3rem;
}

.article_7bfb {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.article_7bfb .west_3c12 {
  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;
}

.brown_d9bc {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.brown_d9bc h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.brown_d9bc ul {
  margin: 1rem 0;
}

.brown_d9bc li {
  margin-bottom: 0.75rem;
}

.title-e9e9 {
  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 === */
.heading_copper_d88e {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.heading_copper_d88e h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.notice_7264 {
  list-style: none;
  margin: 1.5rem 0;
}

.notice_7264 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.notice_7264 a {
  font-weight: 600;
}

.block-cb7b {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.notice-under-eeb3 {
  margin: 2.5rem 0;
}

.first_8803 {
  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;
}

.first_8803:hover {
  box-shadow: var(--shadow-lg);
}

.first_8803.menu_center_68d7 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.fast_e03c {
  flex-shrink: 0;
}

.fast_e03c 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);
}

.link-cold-7678 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.card-bright-af63,
.gold-55a6,
.liquid_f42d {
  width: 100%;
  margin: 1.5rem 0;
}

.nav_fixed_286d {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.nav_fixed_286d strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.nav_c138 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.nav_c138 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.avatar-cb09 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.avatar-cb09 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.thick_6163 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.backdrop_5836 {
  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;
}

.backdrop_5836:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.backdrop_5836.search-motion-e9e0 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.backdrop_5836 .complex-3b53 {
  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;
}

.backdrop_5836 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.paragraph_6b2f {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.progress-warm-153a {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.progress-warm-153a label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.thumbnail_7f2e {
  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 === */
.title_motion_31e1 {
  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_b890 {
  background-color: var(--primary-color);
  color: white;
}

.notification_b890:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.focus_63e7 {
  background-color: var(--text-secondary);
  color: white;
}

.focus_63e7:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.image-brown-980c {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.image-brown-980c:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.wrapper_2aa9 {
  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;
}

.wrapper_2aa9:hover {
  background-color: var(--primary-dark);
}

.narrow-0b24 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.shadow-1670 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.message-ea09 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.center_d50a {
  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 === */
.text_df6c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.form_211f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.form_211f h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.active-c5b2 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.heading-lower-19bb {
  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;
}

.search_2db5 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.warm-d531 {
  list-style: none;
  counter-reset: rank-counter;
}

.warm-d531 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.warm-d531 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;
}

.new_3683 {
  list-style: none;
}

.new_3683 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.outline-smooth-3eb7 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.button-iron-e49f {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.button-iron-e49f .box-b912 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.button-iron-e49f .block-red-937d {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.background_in_4273 {
  margin-top: 3rem;
}

.over-713b {
  width: 100%;
}

.panel_03be {
  background-color: #fef3c7;
}

.wood-acac {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.surface-stone-cc3d {
  margin: 3rem 0;
}

.upper-2dda {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.out_2faa {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.out_2faa:hover {
  box-shadow: var(--shadow-lg);
}

.out_2faa.item-bronze-4297 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.last_5bbc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.content_easy_0117 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.content_easy_0117 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.hero_lower_2450 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.out_2faa blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.first_8037 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.box-4cdf {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.sidebar-huge-cb7d {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.blue_e5d0 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.box_7785 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.content_55fb {
  margin-top: 1rem;
}

/* === FAQ Section === */
.logo-cold-0a33 {
  max-width: 900px;
  margin: 0 auto;
}

.row-2faa {
  margin: 2rem 0;
}

.up-9bd9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.up-9bd9 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.up-9bd9 summary::-webkit-details-marker {
  display: none;
}

.up-9bd9 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.progress-f349 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.up-9bd9[open] .progress-f349 {
  transform: rotate(45deg);
}

.wide_e9de {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.wide_e9de p:last-child {
  margin-bottom: 0;
}

.alert-17b1 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.list_plasma_2051 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.slow-8fdb {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.slow-8fdb p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.slow-8fdb .title_motion_31e1 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.box-5c1d {
  max-width: 900px;
  margin: 0 auto;
}

.plasma-1951 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.shade_outer_dfad {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.shade_outer_dfad.fn-success-238e {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.hard-c4ab {
  font-size: 3rem;
  line-height: 1;
}

.preview_b692 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.dark-6855 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.background_medium_76ef,
.menu-8dd1 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.background_medium_76ef h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.menu-8dd1 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.north_e69d,
.title_stale_e615 {
  margin: 1.5rem 0;
}

.north_e69d li,
.title_stale_e615 li {
  margin-bottom: 1rem;
}

.tertiary_clean_c19a {
  margin: 3rem 0;
}

.fast_f727 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.fast_f727 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.fast_f727 ol {
  margin: 1rem 0;
}

.fast_f727 li {
  margin-bottom: 0.75rem;
}

.sidebar-00d1 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.notice_5256 {
  margin: 2rem 0;
}

.old-7d82 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.full-a10d {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.column-last-4d7a {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.widget_19a1 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.hover-26d1 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.sidebar-7b5d {
  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;
}

.sidebar-7b5d img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.narrow_d07b {
  flex: 1;
}

.narrow_d07b h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.pink-3c7f {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero_advanced_d0a4 p {
  margin-bottom: 1rem;
}

.image-0289 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.logo_east_7e5e {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.menu_blue_d4f7 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.menu_blue_d4f7 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.feature-blue-b1fc h3 {
  margin-bottom: 1.5rem;
}

.video-center-559d {
  display: grid;
  gap: 2rem;
}

.gallery-4dae {
  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;
}

.gallery-4dae img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.gallery-4dae h4 {
  margin: 0 0 0.25rem;
}

.gallery-4dae p {
  margin: 0;
  font-size: 0.9375rem;
}

.form-7b64 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.card_hovered_00c7 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.card_hovered_00c7 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.card_hovered_00c7 ul {
  margin: 1.5rem 0;
}

.card_hovered_00c7 li {
  margin-bottom: 0.75rem;
}

.south-7931 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.chip_lite_12d6 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.message_stone_8aba {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.gradient_orange_d41e h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.gradient_orange_d41e p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.gradient_263b {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.gradient_263b a {
  color: rgba(255, 255, 255, 0.8);
}

.outline_3dfa {
  list-style: none;
}

.outline_3dfa li {
  margin-bottom: 0.75rem;
}

.outline_3dfa a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.outline_3dfa a:hover {
  color: white;
}

.column_9aca {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.grid-small-3c26 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.section-5668 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.modal-prev-e824 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.in-e172 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .bronze_d85d {
    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;
  }

  .feature-new-350e {
    font-size: 1.5rem !important;
  }

  .active-007f {
    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 */
  .avatar-current-e2ac,
  .active_e495,
  .brown_d9bc,
  .link-cold-7678,
  .last_5bbc,
  .out_2faa,
  .wide_e9de,
  .button_c5b2,
  .photo-a4c4,
  .old-8295 {
    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 */
  .icon_blue_ef5a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .modal_86d4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .thick-f5f9 {
    flex-shrink: 0;
  }

  .narrow_d07b {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .smooth-6a0d,
  .tooltip-f060 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .tooltip-f060 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .hard-bbb5 {
    display: none;
  }

  /* Show mobile actions */
  .message_easy_b4b4 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .link_easy_9c5b {
    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;
  }

  .link_easy_9c5b svg {
    flex-shrink: 0;
  }

  .link_easy_9c5b .slider-easy-61d2 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .link_easy_9c5b .active_5416 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .media-1d23 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .orange-b872 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .link_easy_9c5b:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .upper_27d0 {
    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;
  }

  .upper_27d0.fn-active-238e {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .upper_27d0 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .upper_27d0 li:last-child {
    border-bottom: none;
  }

  .upper_27d0 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .purple-3c73 {
    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;
  }

  .purple-3c73 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .purple-3c73 li:last-child {
    border-bottom: none;
  }

  .purple-3c73 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .gas_9925 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .item_dirty_a26a {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .green-c766,
  .plasma-ead2 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .green-c766 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .plasma-ead2 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .purple-3c73.fn-active-238e {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .breadcrumb-silver-714d {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .content_north_2d2b {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .preview_9d83 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .heading-active-96cc {
    margin-top: 0;
  }

  /* Hero section */
  .heading-active-96cc {
    padding: 2rem 0 1.5rem;
  }

  .active-007f {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .photo-a4c4 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .caption_advanced_5e28 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .photo_f30a {
    max-width: 100%;
    border-radius: 8px;
  }

  .box_63d4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .active_hard_8004 {
    padding: 1rem;
  }

  .dark-5fc3 {
    font-size: 1.5rem;
  }

  .item-49e8 {
    font-size: 0.75rem;
  }

  .button_c5b2 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .hovered-9861 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .hovered-9861 .title_motion_31e1 {
    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 */
  .hard_1af2 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .first_8803 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .fast_e03c {
    margin-bottom: 1rem;
  }

  /* Author */
  .card-bc31 {
    flex-direction: column;
  }

  .sidebar-7b5d {
    flex-direction: column;
  }

  /* Quotes */
  .last_5bbc {
    flex-direction: column;
  }

  /* Pros/Cons */
  .dark-6855 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .widget_19a1 {
    flex-direction: column;
  }

  .widget_19a1 .title_motion_31e1 {
    width: 100%;
  }

  /* Version comparison */
  .thick_6163 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .text_df6c {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .message_stone_8aba {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-5668 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .bottom_e171,
  .gold-55a6,
  .banner_f354,
  .over-713b,
  .card-bright-af63,
  .liquid_f42d {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .bottom_e171 table,
  .gold-55a6 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .thumbnail_7f2e {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .bronze_d85d {
    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;
  }

  .feature-new-350e {
    font-size: 1.25rem !important;
  }

  .active-007f {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .content_north_2d2b {
    position: fixed;
  }

  .preview_9d83 {
    padding: 0.625rem 0;
  }

  .layout-pink-bd4b img {
    height: 26px;
  }

  .purple-3c73 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .upper_27d0 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .link_easy_9c5b {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .link_easy_9c5b svg {
    width: 18px;
    height: 18px;
  }

  .link_easy_9c5b .slider-easy-61d2 {
    font-size: 0.7rem;
  }

  .link_easy_9c5b .active_5416 {
    font-size: 0.65rem;
  }

  .green-c766,
  .plasma-ead2 {
    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, .bronze_d85d, .sort_23f9, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .caption_advanced_5e28 {
    padding: 1rem;
  }

  .box_63d4 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .active_hard_8004 {
    padding: 0.875rem;
  }

  .dark-5fc3 {
    font-size: 1.25rem;
  }

  .hovered-9861 .title_motion_31e1 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .active-007f {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .title_motion_31e1 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .narrow-0b24 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .first_8803 {
    padding: 1rem;
  }

  .fast_e03c span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .avatar-current-e2ac,
  .last-c116,
  .banner_fluid_01ea,
  .motion_b0fa {
    padding: 1rem;
  }
}

@media print {
  .content_north_2d2b,
  .caption-out-f240,
  .breadcrumb-silver-714d,
  .title_motion_31e1,
  .chip_lite_12d6 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .bronze_d85d {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.old-7cc3 {
  margin-bottom: 3rem;
  text-align: center;
}

.feature-new-350e {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.button-soft-2fa0 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.background-inner-26b4,
.header_4cd6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.tall-9d1a {
  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;
}

.tall-9d1a:hover {
  transform: translateY(-5px);
}

.tall-9d1a strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.tall-9d1a span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.shadow_complex_140e {
  margin: 3rem 0;
}

.wrapper-bronze-a3b6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.component_light_d612 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.component_light_d612:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.surface-active-444e {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.text-7821 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.aside-simple-ff8a {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.aside-420f {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.secondary-ab15 {
  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;
}

.secondary-ab15:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.secondary-ab15.hard-99b8 {
  border-left: 4px solid var(--primary-color);
}

.gallery-3dff {
  flex-shrink: 0;
}

.gallery-3dff svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.tooltip_3262 {
  flex: 1;
}

.tooltip_3262 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.item_2ac3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hover_copper_04e8,
.dark_878a,
.frame_2a31 {
  margin-bottom: 1.5rem;
}

.hover_copper_04e8 h4,
.dark_878a h4,
.frame_2a31 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hover_copper_04e8 ul,
.dark_878a ul,
.frame_2a31 ul {
  list-style: none;
  padding: 0;
}

.hover_copper_04e8 li,
.dark_878a li,
.frame_2a31 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.hover_copper_04e8 li:before,
.dark_878a li:before,
.frame_2a31 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.advanced_649d {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.advanced_649d 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;
}

.advanced_649d a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.hard_bcf4 { margin: 2rem 0; }
.layout-02b4 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.layout-02b4 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.outline-old-1c33 p { margin-bottom: 1rem; line-height: 1.7; }
.outline-old-1c33 strong { color: var(--text-primary); }
.outline-old-1c33 ul { list-style: none; padding-left: 0; }
.outline-old-1c33 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.outline-old-1c33 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.slow-e6c8 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.article-focused-b292 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.article-focused-b292:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.smooth_3178 { font-size: 3rem; margin-bottom: 1rem; }
.article-focused-b292 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.article-focused-b292 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.photo-1735 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.photo-1735 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.motion_01c4 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.frame-black-1ccd { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.shadow_6633 { text-align: center; }
.border_active_ea03 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.grid-37c1 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.large_21cb { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.search-dynamic-8817 { margin: 2rem 0; }
.table-down-8891 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.table-down-8891 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.table-down-8891 p, .table-down-8891 ul { line-height: 1.7; }
.table-down-8891 ul { list-style: none; padding-left: 0; }
.table-down-8891 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.table-down-8891 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.primary_0744 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.sort-south-997e { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.badge_static_7cf2 { text-align: center; }
.up-8605 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.bottom_6350 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.out-46f2 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.narrow-c2b2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.hidden_4998 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.hidden_4998:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.hidden_4998 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.hidden_4998 p, .hidden_4998 ul { line-height: 1.7; }
.hidden_4998 ul { list-style: none; padding-left: 0; }
.hidden_4998 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.hidden_4998 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: bd35 */
.shadow-element-i0 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
