/* ============================================
   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 */
.wrapper-5cc4 p,
.wood_0bb4,
.image-c85f,
.component_768b,
.pressed_a3af,
.hero_6dc9,
.list_3352,
.item_c0c8 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.media-new-40d0 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.media-new-40d0 > *,
.bronze-5233,
.wrapper-5cc4,
.box_fresh_f411 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .media-new-40d0 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .media-new-40d0 {
    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 === */
.preview-4db7 {
  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 */
.preview-4db7.shadow-357e {
  box-shadow: var(--shadow-md);
}

.section_static_794f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.grid-gold-7077 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.filter-713e {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.wrapper_eb44 {
  display: none;
}

/* Hide mobile actions on desktop */
.sidebar-hovered-6fe5 {
  display: none;
}

.medium_9bb3 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.medium_9bb3 a:hover,
.medium_9bb3 a.fn-active-fded {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.gas-8712 {
  margin-left: 1rem;
}

.tertiary_tiny_e071 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.card-a05b,
.out_3e6d {
  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;
}

.card-a05b {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.card-a05b: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;
}

.out_3e6d {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.out_3e6d: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;
}

.card-a05b svg,
.out_3e6d svg {
  flex-shrink: 0;
}

.sidebar-tall-0c89 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.nav_hard_3a86 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.nav_hard_3a86::before,
.nav_hard_3a86::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.nav_hard_3a86::before {
  top: -7px;
}

.nav_hard_3a86::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.header_87a3 {
  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 === */
.yellow-f1bc {
  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);
}

.form_active_8922 {
  margin: 0 0 2rem;
  text-align: center;
}

.pattern-ba3f {
  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;
}

.pattern-ba3f:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.shadow-prev-016d {
  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);
}

.shadow-prev-016d strong {
  color: var(--primary-color);
  font-weight: 700;
}

.south-c1e1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.grid-iron-c46a {
  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;
}

.grid-iron-c46a:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.detail-7bfc {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.video_c93d {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.gold_6e2f {
  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);
}

.gold_6e2f .dirty_8601 {
  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;
}

.gold_6e2f .dirty_8601 svg {
  flex-shrink: 0;
}

.gold_6e2f .stale-b403 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.gold_6e2f .stale-b403: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);
}

.gold_6e2f .progress_fixed_414f {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.gold_6e2f .progress_fixed_414f: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) {
  .yellow-f1bc {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .pattern-ba3f {
    max-width: 100%;
  }

  .south-c1e1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .grid-iron-c46a {
    padding: 1rem;
  }

  .detail-7bfc {
    font-size: 1.5rem;
  }

  .video_c93d {
    font-size: 0.75rem;
  }

  .shadow-prev-016d {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .gold_6e2f {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .gold_6e2f .dirty_8601 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .south-c1e1 {
    grid-template-columns: 1fr;
  }
}

.under_eb38 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.pressed-3800 {
  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 === */
.soft-8d93 {
  margin-bottom: 2.5rem;
}

.outer_f00f {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.under_eb38 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.alert-fresh-17cd {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.blue_8653 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.element_east_53fd {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hidden_02c1 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.hard_66ae {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.wrapper-5a46 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.tooltip-98f1 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.tooltip-98f1 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.item-6100 {
  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);
}

.label_7fdd {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.overlay-pressed-ead4 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.left_2c19 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.summary-warm-542c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.notification_1639 {
  display: grid;
  gap: 1rem;
}

.alert_e6f3 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.dirty-511f {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.pink_7f12 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.banner_7102 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.column_paper_c109 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.heading_fc47 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.heading_fc47 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.wood_0bb4 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.caption_slow_7644 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.pattern_a603 {
  display: grid;
  gap: 2rem;
}

.picture-1a42 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.blue_8653 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.alert-fresh-17cd {
  flex: 1;
}

.hidden_02c1 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.hidden_02c1 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.heading-left-0670 {
  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_66ae {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.dropdown_easy_e0fb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.dropdown_easy_e0fb span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.module-ca5e {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.module-ca5e a {
  font-size: 0.875rem;
  font-weight: 500;
}

.media-e431 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.media-e431 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.media-e431 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.media-e431 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.element-5d83 {
  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 === */
.item_d755 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.medium_3ff4 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.stale-087c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.static_c27f h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.static_c27f ol {
  list-style: none;
  counter-reset: toc-counter;
}

.static_c27f ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.static_c27f 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;
}

.static_c27f ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.static_c27f ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.wrapper-5cc4 {
  padding: 3rem 0 5rem;
}

.box_fresh_f411 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.box_fresh_f411.logo-e750 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.image-c85f {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.motion_5a1a {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.label_3c70 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.label_3c70 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.aside-ac6c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.current_33d0 {
  text-align: center;
}

.soft-422e {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.small-abcd {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.gradient_1cbf {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.hero_6dc9 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.component_768b {
  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;
}

.component_768b * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.component_768b:hover {
  box-shadow: var(--shadow-lg);
}

.component_768b.card_4de8 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.component_768b h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.component_768b ul {
  margin: 1rem 0;
}

.component_768b li {
  margin-bottom: 0.75rem;
}

.thumbnail-297f {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.paragraph_e24f {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.paragraph_e24f a {
  font-weight: 600;
}

/* === Data Tables === */
.widget_over_305b {
  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;
}

.widget_over_305b table {
  width: 100%;
  min-width: 600px;
}

.widget_over_305b thead {
  background-color: var(--primary-color);
  color: white;
}

.widget_over_305b th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.widget_over_305b td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.widget_over_305b tbody tr:hover {
  background-color: var(--bg-secondary);
}

.widget_over_305b tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.pattern-13aa {
  list-style: none;
  margin: 1.5rem 0;
}

.pattern-13aa li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.pattern-13aa li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.tooltip-over-89ed::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-fded::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 === */
.sort_tall_cd34 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.table-ba35 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.table-ba35 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.table-ba35 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.table-ba35 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.sort_tall_cd34 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.list_3352 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.list_3352::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.breadcrumb-a744 {
  position: relative;
  margin-bottom: 3rem;
}

.yellow_9714 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.yellow_9714 .badge_hard_81a8 {
  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;
}

.advanced-b105 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.advanced-b105 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.advanced-b105 ul {
  margin: 1rem 0;
}

.advanced-b105 li {
  margin-bottom: 0.75rem;
}

.link_bright_8f8b {
  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 === */
.picture-cold-bfda {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.picture-cold-bfda h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.caption_last_f9eb {
  list-style: none;
  margin: 1.5rem 0;
}

.caption_last_f9eb li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.caption_last_f9eb a {
  font-weight: 600;
}

.pattern-eb15 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.item_c0c8 {
  margin: 2.5rem 0;
}

.action-de4c {
  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;
}

.action-de4c:hover {
  box-shadow: var(--shadow-lg);
}

.action-de4c.shade_red_ec2a {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.icon_solid_006e {
  flex-shrink: 0;
}

.icon_solid_006e 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);
}

.hidden_7bfe h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.simple_9ff9,
.background-a285,
.picture-purple-639e {
  width: 100%;
  margin: 1.5rem 0;
}

.heading-1bae {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.heading-1bae strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.module_af41 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.module_af41 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.mask-static-f178 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.mask-static-f178 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.pagination-focused-421c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.modal_9cc5 {
  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;
}

.modal_9cc5:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.modal_9cc5.pattern_292d {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.modal_9cc5 .text_c069 {
  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;
}

.modal_9cc5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.popup-8f68 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.light_28fe {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.light_28fe label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.description-6e51 {
  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 === */
.dirty_8601 {
  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;
}

.stale-b403 {
  background-color: var(--primary-color);
  color: white;
}

.stale-b403:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.progress_fixed_414f {
  background-color: var(--text-secondary);
  color: white;
}

.progress_fixed_414f:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.last-50e2 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.last-50e2:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.row_green_8798 {
  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;
}

.row_green_8798:hover {
  background-color: var(--primary-dark);
}

.thumbnail_warm_d512 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.pattern_f535 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.in_50e7 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.smooth-0258 {
  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 === */
.label_small_fdf1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.breadcrumb_east_8ef1 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.breadcrumb_east_8ef1 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.dark_ab07 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.title-slow-83f8 {
  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;
}

.container-7a10 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.caption-first-9502 {
  list-style: none;
  counter-reset: rank-counter;
}

.caption-first-9502 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.caption-first-9502 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;
}

.layout-a9cd {
  list-style: none;
}

.layout-a9cd li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.solid_1435 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.background-paper-324c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.background-paper-324c .panel_dynamic_98da {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.background-paper-324c .bright-ad08 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.gold_57e1 {
  margin-top: 3rem;
}

.layout-1a72 {
  width: 100%;
}

.slow_c029 {
  background-color: #fef3c7;
}

.active-wood-79f4 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.lite-4b3c {
  margin: 3rem 0;
}

.badge_4328 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.west_e041 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.west_e041:hover {
  box-shadow: var(--shadow-lg);
}

.west_e041.shade_solid_dda7 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.yellow_f289 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.mask_glass_4284 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.mask_glass_4284 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.dim_9291 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.west_e041 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.media-2b90 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.nav_cold_11ca {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.simple-0f91 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.label-d765 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.sort_hot_57a9 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.preview-silver-c10b {
  margin-top: 1rem;
}

/* === FAQ Section === */
.active-medium-ad94 {
  max-width: 900px;
  margin: 0 auto;
}

.slow-b0e0 {
  margin: 2rem 0;
}

.list_hot_a408 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.list_hot_a408 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.list_hot_a408 summary::-webkit-details-marker {
  display: none;
}

.list_hot_a408 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.main_fc76 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.list_hot_a408[open] .main_fc76 {
  transform: rotate(45deg);
}

.cold_99e6 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.cold_99e6 p:last-child {
  margin-bottom: 0;
}

.sidebar_active_06ce {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.avatar_7a92 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.panel_0b01 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.panel_0b01 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.panel_0b01 .dirty_8601 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.pagination-new-a3ae {
  max-width: 900px;
  margin: 0 auto;
}

.caption-77ba {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.chip-5a89 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.chip-5a89.fn-success-fded {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.carousel-brown-d8d3 {
  font-size: 3rem;
  line-height: 1;
}

.tag_dirty_a9f7 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.surface_7d67 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.middle_1e48,
.solid_252f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.middle_1e48 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.solid_252f h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.link-upper-6f27,
.photo-advanced-40a9 {
  margin: 1.5rem 0;
}

.link-upper-6f27 li,
.photo-advanced-40a9 li {
  margin-bottom: 1rem;
}

.progress_80eb {
  margin: 3rem 0;
}

.tooltip-new-3b78 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.tooltip-new-3b78 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.tooltip-new-3b78 ol {
  margin: 1rem 0;
}

.tooltip-new-3b78 li {
  margin-bottom: 0.75rem;
}

.action-7ea6 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.description-fresh-a7c9 {
  margin: 2rem 0;
}

.alert-d7bd {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.backdrop-fixed-621e {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.frame_c009 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.top_b9fb {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.popup_1db4 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.container_2690 {
  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;
}

.container_2690 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.element_east_53fd {
  flex: 1;
}

.element_east_53fd h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.outline-fixed-4063 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.notification-1eff p {
  margin-bottom: 1rem;
}

.dropdown-top-ca0b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.highlight_easy_4164 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.button-complex-85e1 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.button-complex-85e1 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.main_dim_4fad h3 {
  margin-bottom: 1.5rem;
}

.hover-f64b {
  display: grid;
  gap: 2rem;
}

.card-small-989b {
  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;
}

.card-small-989b img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.card-small-989b h4 {
  margin: 0 0 0.25rem;
}

.card-small-989b p {
  margin: 0;
  font-size: 0.9375rem;
}

.paper-2ab6 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.gallery-gas-52c2 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.gallery-gas-52c2 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.gallery-gas-52c2 ul {
  margin: 1.5rem 0;
}

.gallery-gas-52c2 li {
  margin-bottom: 0.75rem;
}

.logo_9889 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.article-bd5d {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.container-f853 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.preview-7e98 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.preview-7e98 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.gas-0651 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.gas-0651 a {
  color: rgba(255, 255, 255, 0.8);
}

.caption_acbf {
  list-style: none;
}

.caption_acbf li {
  margin-bottom: 0.75rem;
}

.caption_acbf a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.caption_acbf a:hover {
  color: white;
}

.card-ec56 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.panel_basic_9e11 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.aside-5154 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.copper-5576 {
  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-aa8d {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .media-new-40d0 {
    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;
  }

  .container-solid-84fa {
    font-size: 1.5rem !important;
  }

  .outer_f00f {
    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 */
  .component_768b,
  .pressed_a3af,
  .advanced-b105,
  .hidden_7bfe,
  .yellow_f289,
  .west_e041,
  .cold_99e6,
  .shadow-prev-016d,
  .wood_0bb4,
  .image-c85f {
    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 */
  .under_eb38 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .alert-fresh-17cd {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .blue_8653 {
    flex-shrink: 0;
  }

  .element_east_53fd {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .hidden_02c1,
  .hard_66ae {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .hard_66ae {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .filter-713e {
    display: none;
  }

  /* Show mobile actions */
  .sidebar-hovered-6fe5 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .shadow_light_072a {
    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;
  }

  .shadow_light_072a svg {
    flex-shrink: 0;
  }

  .shadow_light_072a .dropdown_pink_314b {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .shadow_light_072a .pink_1e85 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .middle-00b3 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .sidebar_solid_318b {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .shadow_light_072a:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .wrapper_eb44 {
    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;
  }

  .wrapper_eb44.fn-active-fded {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .wrapper_eb44 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .wrapper_eb44 li:last-child {
    border-bottom: none;
  }

  .wrapper_eb44 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .medium_9bb3 {
    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;
  }

  .medium_9bb3 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .medium_9bb3 li:last-child {
    border-bottom: none;
  }

  .medium_9bb3 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .gas-8712 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .tertiary_tiny_e071 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .card-a05b,
  .out_3e6d {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .card-a05b {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .out_3e6d {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .medium_9bb3.fn-active-fded {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .sidebar-tall-0c89 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .preview-4db7 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .section_static_794f {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .header_87a3 {
    margin-top: 0;
  }

  /* Hero section */
  .header_87a3 {
    padding: 2rem 0 1.5rem;
  }

  .outer_f00f {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .wood_0bb4 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .yellow-f1bc {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .pattern-ba3f {
    max-width: 100%;
    border-radius: 8px;
  }

  .south-c1e1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .grid-iron-c46a {
    padding: 1rem;
  }

  .detail-7bfc {
    font-size: 1.5rem;
  }

  .video_c93d {
    font-size: 0.75rem;
  }

  .shadow-prev-016d {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .gold_6e2f {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .gold_6e2f .dirty_8601 {
    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 */
  .stale-087c {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .action-de4c {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .icon_solid_006e {
    margin-bottom: 1rem;
  }

  /* Author */
  .picture-1a42 {
    flex-direction: column;
  }

  .container_2690 {
    flex-direction: column;
  }

  /* Quotes */
  .yellow_f289 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .surface_7d67 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .top_b9fb {
    flex-direction: column;
  }

  .top_b9fb .dirty_8601 {
    width: 100%;
  }

  /* Version comparison */
  .pagination-focused-421c {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .label_small_fdf1 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .container-f853 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .aside-5154 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .widget_over_305b,
  .background-a285,
  .box_yellow_d994,
  .layout-1a72,
  .simple_9ff9,
  .picture-purple-639e {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .widget_over_305b table,
  .background-a285 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .description-6e51 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .media-new-40d0 {
    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;
  }

  .container-solid-84fa {
    font-size: 1.25rem !important;
  }

  .outer_f00f {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .preview-4db7 {
    position: fixed;
  }

  .section_static_794f {
    padding: 0.625rem 0;
  }

  .grid-gold-7077 img {
    height: 26px;
  }

  .medium_9bb3 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .wrapper_eb44 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .shadow_light_072a {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .shadow_light_072a svg {
    width: 18px;
    height: 18px;
  }

  .shadow_light_072a .dropdown_pink_314b {
    font-size: 0.7rem;
  }

  .shadow_light_072a .pink_1e85 {
    font-size: 0.65rem;
  }

  .card-a05b,
  .out_3e6d {
    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, .media-new-40d0, .bronze-5233, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .yellow-f1bc {
    padding: 1rem;
  }

  .south-c1e1 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .grid-iron-c46a {
    padding: 0.875rem;
  }

  .detail-7bfc {
    font-size: 1.25rem;
  }

  .gold_6e2f .dirty_8601 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .outer_f00f {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .dirty_8601 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .thumbnail_warm_d512 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .action-de4c {
    padding: 1rem;
  }

  .icon_solid_006e span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .component_768b,
  .tall-a3f2,
  .dropdown_dark_216c,
  .dirty_b71c {
    padding: 1rem;
  }
}

@media print {
  .preview-4db7,
  .item_d755,
  .sidebar-tall-0c89,
  .dirty_8601,
  .article-bd5d {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .media-new-40d0 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.message_4ec9 {
  margin-bottom: 3rem;
  text-align: center;
}

.container-solid-84fa {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.border_right_2388 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.media-a70c,
.paper-7b92 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.motion_651f {
  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;
}

.motion_651f:hover {
  transform: translateY(-5px);
}

.motion_651f strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.motion_651f span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.heading-slow-08d8 {
  margin: 3rem 0;
}

.shade-4d29 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.accordion_9b64 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.accordion_9b64:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.secondary-23be {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.panel-light-444c {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.short_1d5f {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.fluid-1c8e {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.filter-full-8ee7 {
  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;
}

.filter-full-8ee7:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.filter-full-8ee7.texture_ea02 {
  border-left: 4px solid var(--primary-color);
}

.frame-d7d0 {
  flex-shrink: 0;
}

.frame-d7d0 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.list-down-c6f0 {
  flex: 1;
}

.list-down-c6f0 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.message-fluid-94d1 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.grid-purple-517e,
.motion-d596,
.aside_thick_43e4 {
  margin-bottom: 1.5rem;
}

.grid-purple-517e h4,
.motion-d596 h4,
.aside_thick_43e4 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.grid-purple-517e ul,
.motion-d596 ul,
.aside_thick_43e4 ul {
  list-style: none;
  padding: 0;
}

.grid-purple-517e li,
.motion-d596 li,
.aside_thick_43e4 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.grid-purple-517e li:before,
.motion-d596 li:before,
.aside_thick_43e4 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.hover-28ff {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.hover-28ff 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;
}

.hover-28ff a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.hard_8878 { margin: 2rem 0; }
.fixed_9edb { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.fixed_9edb h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.content-cebe p { margin-bottom: 1rem; line-height: 1.7; }
.content-cebe strong { color: var(--text-primary); }
.content-cebe ul { list-style: none; padding-left: 0; }
.content-cebe ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.content-cebe ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.block-1dc1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.surface_dynamic_2f1a { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.surface_dynamic_2f1a:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.red-6412 { font-size: 3rem; margin-bottom: 1rem; }
.surface_dynamic_2f1a h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.surface_dynamic_2f1a p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.media-a2c7 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.media-a2c7 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.plasma-8428 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.aside-red-9b23 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.popup_d733 { text-align: center; }
.shade-3b10 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.active_81ca { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.list_aa37 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.blue_1899 { margin: 2rem 0; }
.down-e2ec { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.down-e2ec h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.down-e2ec p, .down-e2ec ul { line-height: 1.7; }
.down-e2ec ul { list-style: none; padding-left: 0; }
.down-e2ec ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.down-e2ec ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.widget-tiny-35e2 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.under_8d29 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.large_7867 { text-align: center; }
.tabs_hot_e7bb { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.secondary_6b47 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.row-53b8 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.photo-ee04 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.warm_2e99 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.warm_2e99:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.warm_2e99 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.warm_2e99 p, .warm_2e99 ul { line-height: 1.7; }
.warm_2e99 ul { list-style: none; padding-left: 0; }
.warm_2e99 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.warm_2e99 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 09a1 */
.shadow-element-r9 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
