/* ============================================
   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 */
.row-e25d p,
.nav-black-3d1c,
.layout-focused-1ab8,
.next_bbba,
.photo_stone_5a85,
.container-paper-27bd,
.carousel-2a56,
.media-clean-df0a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.frame_action_3562 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.frame_action_3562 > *,
.accent-8db2,
.row-e25d,
.right_9ecb {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .frame_action_3562 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .frame_action_3562 {
    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 === */
.stale-4d26 {
  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 */
.stale-4d26.video-f9ce {
  box-shadow: var(--shadow-md);
}

.in_0c4b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.short_298f img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.filter-gold-6d8d {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.fresh-59a6 {
  display: none;
}

/* Hide mobile actions on desktop */
.link-first-98c1 {
  display: none;
}

.element-39de a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.element-39de a:hover,
.element-39de a.fn-active-4075 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.module_stone_65b9 {
  margin-left: 1rem;
}

.icon-lower-e8c7 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.black-ebab,
.photo_51bf {
  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;
}

.black-ebab {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.black-ebab: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;
}

.photo_51bf {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.photo_51bf: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;
}

.black-ebab svg,
.photo_51bf svg {
  flex-shrink: 0;
}

.accent_bf31 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.pattern_3c14 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.pattern_3c14::before,
.pattern_3c14::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.pattern_3c14::before {
  top: -7px;
}

.pattern_3c14::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.tag-041c {
  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 === */
.active-paper-5af3 {
  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-a154 {
  margin: 0 0 2rem;
  text-align: center;
}

.tall-a101 {
  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;
}

.tall-a101:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.widget-fef6 {
  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);
}

.widget-fef6 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.notice_84d7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.logo-medium-4fc5 {
  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;
}

.logo-medium-4fc5:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.middle-fd72 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.cool-d488 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.complex_a85f {
  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);
}

.complex_a85f .active-2fcd {
  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;
}

.complex_a85f .active-2fcd svg {
  flex-shrink: 0;
}

.complex_a85f .disabled-5310 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.complex_a85f .disabled-5310: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);
}

.complex_a85f .left-ecb7 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.complex_a85f .left-ecb7: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) {
  .active-paper-5af3 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .tall-a101 {
    max-width: 100%;
  }

  .notice_84d7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .logo-medium-4fc5 {
    padding: 1rem;
  }

  .middle-fd72 {
    font-size: 1.5rem;
  }

  .cool-d488 {
    font-size: 0.75rem;
  }

  .widget-fef6 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .complex_a85f {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .complex_a85f .active-2fcd {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .notice_84d7 {
    grid-template-columns: 1fr;
  }
}

.hard-23c0 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.disabled-wood-6880 {
  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 === */
.current-7263 {
  margin-bottom: 2.5rem;
}

.glass-c8f6 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.hard-23c0 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.paragraph_simple_8754 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.backdrop_4144 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.out_35c6 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.iron_270d {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.header_b3ac {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.shade-tall-b146 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.new-2e88 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.new-2e88 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.top_c2b8 {
  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);
}

.filter_c803 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.dynamic_ee3c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.pattern_d1a4 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.section-3a7c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.pattern-last-a3ac {
  display: grid;
  gap: 1rem;
}

.plasma-7c0d {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.row-iron-2b6a {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.label_dceb {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.pressed-a369 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.fresh-71a1 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.large_652e {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.large_652e p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.nav-black-3d1c {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.outline_cc32 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.focus_slow_7b77 {
  display: grid;
  gap: 2rem;
}

.panel-5c49 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.backdrop_4144 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.paragraph_simple_8754 {
  flex: 1;
}

.iron_270d {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.iron_270d a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.focused-6183 {
  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;
}

.header_b3ac {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.primary-566f {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.primary-566f span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.notice_0010 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.notice_0010 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.heading_5561 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.heading_5561 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.heading_5561 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.heading_5561 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.basic_35ee {
  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 === */
.progress-pressed-f2f7 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.detail-first-e495 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.main_1454 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.medium_1b1f h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.medium_1b1f ol {
  list-style: none;
  counter-reset: toc-counter;
}

.medium_1b1f ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.medium_1b1f ol li a {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  color: var(--text-secondary);
  font-weight: 500;
  transition: color 0.2s ease, transform 0.2s ease;
}

.medium_1b1f ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.medium_1b1f ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.row-e25d {
  padding: 3rem 0 5rem;
}

.right_9ecb {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.right_9ecb.over_e355 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.layout-focused-1ab8 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.shadow_small_12a1 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.info-b67d {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.info-b67d h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.main_bd65 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.upper_e20e {
  text-align: center;
}

.active_5584 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.border-f99e {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.link_stale_5e2a {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.container-paper-27bd {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.next_bbba {
  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;
}

.next_bbba * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.next_bbba:hover {
  box-shadow: var(--shadow-lg);
}

.next_bbba.tabs-3118 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.next_bbba h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.next_bbba ul {
  margin: 1rem 0;
}

.next_bbba li {
  margin-bottom: 0.75rem;
}

.element-90b7 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.soft_c326 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.soft_c326 a {
  font-weight: 600;
}

/* === Data Tables === */
.narrow_0dcc {
  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;
}

.narrow_0dcc table {
  width: 100%;
  min-width: 600px;
}

.narrow_0dcc thead {
  background-color: var(--primary-color);
  color: white;
}

.narrow_0dcc th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.narrow_0dcc td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.narrow_0dcc tbody tr:hover {
  background-color: var(--bg-secondary);
}

.narrow_0dcc tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.mask-last-e7c3 {
  list-style: none;
  margin: 1.5rem 0;
}

.mask-last-e7c3 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.mask-last-e7c3 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.paragraph-5e97::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-4075::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 === */
.cold_4f17 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.aside-a12d {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.aside-a12d img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.aside-a12d strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.aside-a12d span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.cold_4f17 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.carousel-2a56 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.carousel-2a56::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.center-28d3 {
  position: relative;
  margin-bottom: 3rem;
}

.icon_fast_fafa {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.icon_fast_fafa .heading_c5f5 {
  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;
}

.accordion-c877 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.accordion-c877 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.accordion-c877 ul {
  margin: 1rem 0;
}

.accordion-c877 li {
  margin-bottom: 0.75rem;
}

.orange_d19c {
  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 === */
.search-d89a {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.search-d89a h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.block-short-55b5 {
  list-style: none;
  margin: 1.5rem 0;
}

.block-short-55b5 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.block-short-55b5 a {
  font-weight: 600;
}

.preview-glass-2199 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.media-clean-df0a {
  margin: 2.5rem 0;
}

.outline_green_10ab {
  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;
}

.outline_green_10ab:hover {
  box-shadow: var(--shadow-lg);
}

.outline_green_10ab.list_new_cb69 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.slider-large-b62c {
  flex-shrink: 0;
}

.slider-large-b62c 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);
}

.focus_next_fa8d h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.glass_1e37,
.aside-new-959b,
.active-281b {
  width: 100%;
  margin: 1.5rem 0;
}

.frame-7845 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.frame-7845 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.media-500c {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.media-500c strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.lower_8b01 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.lower_8b01 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.tabs-short-054f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.background_next_f6f6 {
  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;
}

.background_next_f6f6:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.background_next_f6f6.avatar_west_4f05 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.background_next_f6f6 .short_70db {
  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;
}

.background_next_f6f6 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.rough-47f5 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.progress_clean_c215 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.progress_clean_c215 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.filter_9586 {
  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 === */
.active-2fcd {
  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;
}

.disabled-5310 {
  background-color: var(--primary-color);
  color: white;
}

.disabled-5310:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.left-ecb7 {
  background-color: var(--text-secondary);
  color: white;
}

.left-ecb7:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.brown_7a3d {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.brown_7a3d:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.left_1bc6 {
  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;
}

.left_1bc6:hover {
  background-color: var(--primary-dark);
}

.paragraph-middle-8bbb {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.title-3b12 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.silver_fa89 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.item-c910 {
  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 === */
.pagination_out_defc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.black-b4ce {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.black-b4ce h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.detail_inner_91a2 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.row_silver_1c25 {
  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;
}

.text-blue-1343 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.orange_5cf3 {
  list-style: none;
  counter-reset: rank-counter;
}

.orange_5cf3 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.orange_5cf3 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;
}

.east-20f2 {
  list-style: none;
}

.east-20f2 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.description-9fd5 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.card_1b9c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.card_1b9c .border-bc90 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.card_1b9c .sidebar-25bc {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.tag-6156 {
  margin-top: 3rem;
}

.carousel-1e3e {
  width: 100%;
}

.layout-yellow-860b {
  background-color: #fef3c7;
}

.link_west_01d4 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.primary-2af7 {
  margin: 3rem 0;
}

.container-green-03d8 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.white_48fc {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.white_48fc:hover {
  box-shadow: var(--shadow-lg);
}

.white_48fc.label-b4d5 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.large-3fc1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.title-fluid-2c5f strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.title-fluid-2c5f span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.old_41dc {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.white_48fc blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.gallery_east_8961 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.progress_7e3e {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.block-d411 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.notification_f2e4 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.grid_under_2643 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.nav_selected_87f5 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.accent_short_6b89 {
  max-width: 900px;
  margin: 0 auto;
}

.item-lower-1b02 {
  margin: 2rem 0;
}

.upper_2c60 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.upper_2c60 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.upper_2c60 summary::-webkit-details-marker {
  display: none;
}

.upper_2c60 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.grid_0ea6 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.upper_2c60[open] .grid_0ea6 {
  transform: rotate(45deg);
}

.fluid_89bc {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.fluid_89bc p:last-child {
  margin-bottom: 0;
}

.shadow_ebc2 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.current-91e0 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.hot-7924 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.hot-7924 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.hot-7924 .active-2fcd {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.dirty-fd2d {
  max-width: 900px;
  margin: 0 auto;
}

.plasma_9d85 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.panel-hard-b46d {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.panel-hard-b46d.fn-success-4075 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.info_fast_d3c3 {
  font-size: 3rem;
  line-height: 1;
}

.summary_motion_94c3 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.frame-simple-7041 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.logo_472c,
.shadow-black-41d7 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.logo_472c h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.shadow-black-41d7 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.logo_iron_2ca3,
.slider-8fdb {
  margin: 1.5rem 0;
}

.logo_iron_2ca3 li,
.slider-8fdb li {
  margin-bottom: 1rem;
}

.status-easy-121d {
  margin: 3rem 0;
}

.progress_7573 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.progress_7573 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.progress_7573 ol {
  margin: 1rem 0;
}

.progress_7573 li {
  margin-bottom: 0.75rem;
}

.detail_upper_27bb {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.tabs-mini-930e {
  margin: 2rem 0;
}

.banner-middle-548f {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.old_a730 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.footer-3739 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.short-f1d0 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.fast-50d8 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.out_3b66 {
  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;
}

.out_3b66 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.out_35c6 {
  flex: 1;
}

.out_35c6 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.hovered_2e1c {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.active_gas_93df p {
  margin-bottom: 1rem;
}

.outline-96f2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.module-ec72 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.south_85aa {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.south_85aa a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.preview_liquid_4f42 h3 {
  margin-bottom: 1.5rem;
}

.hover_a9a6 {
  display: grid;
  gap: 2rem;
}

.component-4234 {
  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;
}

.component-4234 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.component-4234 h4 {
  margin: 0 0 0.25rem;
}

.component-4234 p {
  margin: 0;
  font-size: 0.9375rem;
}

.container-bright-692a {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.pagination_full_27a1 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.pagination_full_27a1 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.pagination_full_27a1 ul {
  margin: 1.5rem 0;
}

.pagination_full_27a1 li {
  margin-bottom: 0.75rem;
}

.form_left_687c {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.backdrop_2140 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.cold-b935 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.tag_soft_5eb2 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.tag_soft_5eb2 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.shadow-soft-92f5 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.shadow-soft-92f5 a {
  color: rgba(255, 255, 255, 0.8);
}

.title_cool_a9c0 {
  list-style: none;
}

.title_cool_a9c0 li {
  margin-bottom: 0.75rem;
}

.title_cool_a9c0 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.title_cool_a9c0 a:hover {
  color: white;
}

.article-center-aee3 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.tall_79e3 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.popup_530c {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.header-fixed-da22 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.up_a59e {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .frame_action_3562 {
    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;
  }

  .summary_f72b {
    font-size: 1.5rem !important;
  }

  .glass-c8f6 {
    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 */
  .next_bbba,
  .photo_stone_5a85,
  .accordion-c877,
  .focus_next_fa8d,
  .large-3fc1,
  .white_48fc,
  .fluid_89bc,
  .widget-fef6,
  .nav-black-3d1c,
  .layout-focused-1ab8 {
    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 */
  .hard-23c0 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .paragraph_simple_8754 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .backdrop_4144 {
    flex-shrink: 0;
  }

  .out_35c6 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .iron_270d,
  .header_b3ac {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .header_b3ac {
    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-gold-6d8d {
    display: none;
  }

  /* Show mobile actions */
  .link-first-98c1 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .layout_full_56ec {
    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;
  }

  .layout_full_56ec svg {
    flex-shrink: 0;
  }

  .layout_full_56ec .modal-f0fe {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .layout_full_56ec .card_79b6 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .slider-f492 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .module_bottom_f1c4 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .layout_full_56ec:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .fresh-59a6 {
    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;
  }

  .fresh-59a6.fn-active-4075 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .fresh-59a6 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .fresh-59a6 li:last-child {
    border-bottom: none;
  }

  .fresh-59a6 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .element-39de {
    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;
  }

  .element-39de li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .element-39de li:last-child {
    border-bottom: none;
  }

  .element-39de a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .module_stone_65b9 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .icon-lower-e8c7 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .black-ebab,
  .photo_51bf {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .black-ebab {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .photo_51bf {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .element-39de.fn-active-4075 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .accent_bf31 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .stale-4d26 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .in_0c4b {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .tag-041c {
    margin-top: 0;
  }

  /* Hero section */
  .tag-041c {
    padding: 2rem 0 1.5rem;
  }

  .glass-c8f6 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .nav-black-3d1c {
    font-size: 1rem;
  }

  /* Hero brand image */
  .active-paper-5af3 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .tall-a101 {
    max-width: 100%;
    border-radius: 8px;
  }

  .notice_84d7 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .logo-medium-4fc5 {
    padding: 1rem;
  }

  .middle-fd72 {
    font-size: 1.5rem;
  }

  .cool-d488 {
    font-size: 0.75rem;
  }

  .widget-fef6 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .complex_a85f {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .complex_a85f .active-2fcd {
    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 */
  .main_1454 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .outline_green_10ab {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .slider-large-b62c {
    margin-bottom: 1rem;
  }

  /* Author */
  .panel-5c49 {
    flex-direction: column;
  }

  .out_3b66 {
    flex-direction: column;
  }

  /* Quotes */
  .large-3fc1 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .frame-simple-7041 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .short-f1d0 {
    flex-direction: column;
  }

  .short-f1d0 .active-2fcd {
    width: 100%;
  }

  /* Version comparison */
  .tabs-short-054f {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .pagination_out_defc {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .cold-b935 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .popup_530c {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .narrow_0dcc,
  .aside-new-959b,
  .carousel_60b9,
  .carousel-1e3e,
  .glass_1e37,
  .active-281b {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .narrow_0dcc table,
  .aside-new-959b table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .filter_9586 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .frame_action_3562 {
    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;
  }

  .summary_f72b {
    font-size: 1.25rem !important;
  }

  .glass-c8f6 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .stale-4d26 {
    position: fixed;
  }

  .in_0c4b {
    padding: 0.625rem 0;
  }

  .short_298f img {
    height: 26px;
  }

  .element-39de {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .fresh-59a6 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .layout_full_56ec {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .layout_full_56ec svg {
    width: 18px;
    height: 18px;
  }

  .layout_full_56ec .modal-f0fe {
    font-size: 0.7rem;
  }

  .layout_full_56ec .card_79b6 {
    font-size: 0.65rem;
  }

  .black-ebab,
  .photo_51bf {
    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, .frame_action_3562, .accent-8db2, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .active-paper-5af3 {
    padding: 1rem;
  }

  .notice_84d7 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .logo-medium-4fc5 {
    padding: 0.875rem;
  }

  .middle-fd72 {
    font-size: 1.25rem;
  }

  .complex_a85f .active-2fcd {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .glass-c8f6 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .active-2fcd {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .paragraph-middle-8bbb {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .outline_green_10ab {
    padding: 1rem;
  }

  .slider-large-b62c span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .next_bbba,
  .menu-73df,
  .banner_fa5b,
  .clean-854c {
    padding: 1rem;
  }
}

@media print {
  .stale-4d26,
  .progress-pressed-f2f7,
  .accent_bf31,
  .active-2fcd,
  .backdrop_2140 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .frame_action_3562 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.mask-1c70 {
  margin-bottom: 3rem;
  text-align: center;
}

.summary_f72b {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.message_8c2e {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.text_541e,
.texture_last_9e51 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.pagination-glass-b220 {
  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;
}

.pagination-glass-b220:hover {
  transform: translateY(-5px);
}

.pagination-glass-b220 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.pagination-glass-b220 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.container-bc5a {
  margin: 3rem 0;
}

.secondary_1c22 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.focus-4bff {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.focus-4bff:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.hidden-soft-d983 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.next-45f8 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.copper_ca87 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.hard-3a30 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.frame-fc41 {
  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;
}

.frame-fc41:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.frame-fc41.hovered-fbd8 {
  border-left: 4px solid var(--primary-color);
}

.link-small-0c16 {
  flex-shrink: 0;
}

.link-small-0c16 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.bronze-7dec {
  flex: 1;
}

.bronze-7dec h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.selected_8fb2 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.button-upper-31ea,
.out-7513,
.west_e769 {
  margin-bottom: 1.5rem;
}

.button-upper-31ea h4,
.out-7513 h4,
.west_e769 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.button-upper-31ea ul,
.out-7513 ul,
.west_e769 ul {
  list-style: none;
  padding: 0;
}

.button-upper-31ea li,
.out-7513 li,
.west_e769 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.button-upper-31ea li:before,
.out-7513 li:before,
.west_e769 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.progress-huge-57be {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.progress-huge-57be 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;
}

.progress-huge-57be a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.title_bronze_317a { margin: 2rem 0; }
.info_north_97c7 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.info_north_97c7 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.dark_2c5e p { margin-bottom: 1rem; line-height: 1.7; }
.dark_2c5e strong { color: var(--text-primary); }
.dark_2c5e ul { list-style: none; padding-left: 0; }
.dark_2c5e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.dark_2c5e ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.border-81a3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.pagination-north-58d2 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.pagination-north-58d2:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.gallery_new_b73e { font-size: 3rem; margin-bottom: 1rem; }
.pagination-north-58d2 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.pagination-north-58d2 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.item-1c51 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.item-1c51 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.down-688f { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.plasma-6945 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.thumbnail_9776 { text-align: center; }
.pattern-462a { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.banner_down_843e { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.sort-warm-c21b { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.avatar-18c7 { margin: 2rem 0; }
.media-d7d3 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.media-d7d3 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.media-d7d3 p, .media-d7d3 ul { line-height: 1.7; }
.media-d7d3 ul { list-style: none; padding-left: 0; }
.media-d7d3 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.media-d7d3 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.label_paper_3320 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.prev-504a { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.menu_cold_d03c { text-align: center; }
.tabs_0e68 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.badge-a473 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.panel-dim-cb11 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.sort-2206 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.article_3dbd { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.article_3dbd:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.article_3dbd h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.article_3dbd p, .article_3dbd ul { line-height: 1.7; }
.article_3dbd ul { list-style: none; padding-left: 0; }
.article_3dbd ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.article_3dbd ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 0d39 */
.widget-item-w9 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.3;
}
