/* ============================================
   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 */
.solid-ddaa p,
.orange_61b8,
.title_steel_6182,
.fluid-6e02,
.item-47da,
.shadow-motion-e3e3,
.shade-pressed-40d6,
.button-light-5b6b {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.tag-in-9088 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.tag-in-9088 > *,
.menu-paper-16d1,
.solid-ddaa,
.chip-middle-ad9e {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .tag-in-9088 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .tag-in-9088 {
    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 === */
.hover_2e3a {
  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 */
.hover_2e3a.hovered_3468 {
  box-shadow: var(--shadow-md);
}

.component-4fb7 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.detail_20a0 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.east-ab65 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.notice-682f {
  display: none;
}

/* Hide mobile actions on desktop */
.item-pressed-93cb {
  display: none;
}

.picture_steel_d398 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.picture_steel_d398 a:hover,
.picture_steel_d398 a.fn-active-657c {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.pattern_8bdd {
  margin-left: 1rem;
}

.smooth-8f0f {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.purple_8662,
.card-rough-1990 {
  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;
}

.purple_8662 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.purple_8662: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;
}

.card-rough-1990 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.card-rough-1990: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;
}

.purple_8662 svg,
.card-rough-1990 svg {
  flex-shrink: 0;
}

.overlay_d081 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.box-b7bf {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.box-b7bf::before,
.box-b7bf::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.box-b7bf::before {
  top: -7px;
}

.box-b7bf::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.text_ddd7 {
  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 === */
.block_b485 {
  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);
}

.disabled-dirty-0cd1 {
  margin: 0 0 2rem;
  text-align: center;
}

.dark-69fc {
  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;
}

.dark-69fc:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.picture-copper-c22e {
  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);
}

.picture-copper-c22e strong {
  color: var(--primary-color);
  font-weight: 700;
}

.chip-bright-6904 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.basic_8945 {
  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;
}

.basic_8945:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.focused-137b {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.mask-7fdd {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.title-4e7f {
  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);
}

.title-4e7f .video_full_1edd {
  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;
}

.title-4e7f .video_full_1edd svg {
  flex-shrink: 0;
}

.title-4e7f .column-6a9f {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.title-4e7f .column-6a9f: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);
}

.title-4e7f .menu_prev_7102 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.title-4e7f .menu_prev_7102: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) {
  .block_b485 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .dark-69fc {
    max-width: 100%;
  }

  .chip-bright-6904 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .basic_8945 {
    padding: 1rem;
  }

  .focused-137b {
    font-size: 1.5rem;
  }

  .mask-7fdd {
    font-size: 0.75rem;
  }

  .picture-copper-c22e {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .title-4e7f {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .title-4e7f .video_full_1edd {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .chip-bright-6904 {
    grid-template-columns: 1fr;
  }
}

.list_fluid_fce5 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.main-under-ce14 {
  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 === */
.middle-1de0 {
  margin-bottom: 2.5rem;
}

.prev_e241 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.list_fluid_fce5 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.menu-e27b {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.article-d53c {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.red_7244 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.steel_e9df {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.button_focused_ceea {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.form_soft_c07b {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.border_green_aca1 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.border_green_aca1 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.backdrop-lower-6917 {
  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);
}

.element-warm-033c {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.under-a929 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.summary-inner-f840 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.gas_f856 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.block-bbc1 {
  display: grid;
  gap: 1rem;
}

.menu-next-b0ce {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.message_edb4 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.footer-7ede {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.banner-south-90ea {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.list-stale-afc8 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.easy-73ef {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.easy-73ef p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.orange_61b8 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.dark_fcff {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.tall_3129 {
  display: grid;
  gap: 2rem;
}

.section_left_a95a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.article-d53c {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.menu-e27b {
  flex: 1;
}

.steel_e9df {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.steel_e9df a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.solid-4e49 {
  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;
}

.button_focused_ceea {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.icon-f859 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.icon-f859 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.photo_bright_b862 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.photo_bright_b862 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.mini_8b48 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.mini_8b48 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.mini_8b48 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mini_8b48 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.hard_cad7 {
  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 === */
.hard_c7bd {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.clean_ef5d {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.main-selected-08a6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.carousel_down_87e5 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.carousel_down_87e5 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.carousel_down_87e5 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.carousel_down_87e5 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;
}

.carousel_down_87e5 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.carousel_down_87e5 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.solid-ddaa {
  padding: 3rem 0 5rem;
}

.chip-middle-ad9e {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.chip-middle-ad9e.nav-123a {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.title_steel_6182 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.progress-bronze-e8eb {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.detail_plasma_c0c7 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.detail_plasma_c0c7 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.advanced_1321 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.pagination_4da8 {
  text-align: center;
}

.pattern-white-eb48 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.outline_8012 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.frame_46ac {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.shadow-motion-e3e3 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.fluid-6e02 {
  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;
}

.fluid-6e02 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.fluid-6e02:hover {
  box-shadow: var(--shadow-lg);
}

.fluid-6e02.lite-c242 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.fluid-6e02 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.fluid-6e02 ul {
  margin: 1rem 0;
}

.fluid-6e02 li {
  margin-bottom: 0.75rem;
}

.motion_c9fb {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.active-8339 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.active-8339 a {
  font-weight: 600;
}

/* === Data Tables === */
.border-2d08 {
  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;
}

.border-2d08 table {
  width: 100%;
  min-width: 600px;
}

.border-2d08 thead {
  background-color: var(--primary-color);
  color: white;
}

.border-2d08 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.border-2d08 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.border-2d08 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.border-2d08 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.picture-4fd4 {
  list-style: none;
  margin: 1.5rem 0;
}

.picture-4fd4 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.picture-4fd4 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.element_a495::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-657c::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 === */
.text_north_7eb1 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.purple_f16a {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.purple_f16a img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.purple_f16a strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.purple_f16a span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.text_north_7eb1 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.shade-pressed-40d6 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.shade-pressed-40d6::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.box-2dd0 {
  position: relative;
  margin-bottom: 3rem;
}

.tall-2e87 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.tall-2e87 .east_9f75 {
  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;
}

.carousel_glass_5b10 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.carousel_glass_5b10 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.carousel_glass_5b10 ul {
  margin: 1rem 0;
}

.carousel_glass_5b10 li {
  margin-bottom: 0.75rem;
}

.caption-753c {
  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 === */
.highlight-0518 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.highlight-0518 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.highlight_inner_f221 {
  list-style: none;
  margin: 1.5rem 0;
}

.highlight_inner_f221 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.highlight_inner_f221 a {
  font-weight: 600;
}

.avatar_over_baf5 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.button-light-5b6b {
  margin: 2.5rem 0;
}

.highlight_404a {
  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;
}

.highlight_404a:hover {
  box-shadow: var(--shadow-lg);
}

.highlight_404a.down_a6b5 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.wrapper_5c3e {
  flex-shrink: 0;
}

.wrapper_5c3e 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);
}

.avatar_1501 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.shade-1751,
.container-liquid-fbb6,
.tabs_dim_caa3 {
  width: 100%;
  margin: 1.5rem 0;
}

.texture_f877 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.texture_f877 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.summary-3858 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.summary-3858 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.over_12dd {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.over_12dd strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.caption-in-3ae6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.search_58da {
  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;
}

.search_58da:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.search_58da.highlight_gold_40e1 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.search_58da .row-soft-0836 {
  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;
}

.search_58da h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.north_212e {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.notification_basic_1b4e {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.notification_basic_1b4e label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.layout-31bf {
  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 === */
.video_full_1edd {
  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;
}

.column-6a9f {
  background-color: var(--primary-color);
  color: white;
}

.column-6a9f:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.menu_prev_7102 {
  background-color: var(--text-secondary);
  color: white;
}

.menu_prev_7102:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.sidebar_complex_10e3 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.sidebar_complex_10e3:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.frame-74a3 {
  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;
}

.frame-74a3:hover {
  background-color: var(--primary-dark);
}

.description_south_494c {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.cold-7e30 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.search-78f9 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.box_5d54 {
  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 === */
.title_copper_008e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.widget-7bbe {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.widget-7bbe h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.sort_cool_5536 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.liquid-6b6b {
  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;
}

.hero-e0c7 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.hover_lite_f24d {
  list-style: none;
  counter-reset: rank-counter;
}

.hover_lite_f24d li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.hover_lite_f24d 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;
}

.paper-334e {
  list-style: none;
}

.paper-334e li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.carousel-1e2f {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.tertiary_cdbb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.tertiary_cdbb .wide_8501 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.tertiary_cdbb .notice_3345 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.motion_895d {
  margin-top: 3rem;
}

.disabled_orange_a03e {
  width: 100%;
}

.preview_steel_599e {
  background-color: #fef3c7;
}

.overlay_hot_a913 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.input-5ca4 {
  margin: 3rem 0;
}

.texture-simple-777e {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.badge-f379 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.badge-f379:hover {
  box-shadow: var(--shadow-lg);
}

.badge-f379.wrapper_452c {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.shadow-e36a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.info_lower_8ea4 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.info_lower_8ea4 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.widget_lite_47bd {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.badge-f379 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.section_center_54db {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.surface-53b3 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.logo-6c44 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.layout-fluid-1301 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.current-ceda {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.progress-full-3866 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.modal-b928 {
  max-width: 900px;
  margin: 0 auto;
}

.main_f478 {
  margin: 2rem 0;
}

.search-3368 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.search-3368 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.search-3368 summary::-webkit-details-marker {
  display: none;
}

.search-3368 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.component_1f1e {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.search-3368[open] .component_1f1e {
  transform: rotate(45deg);
}

.middle_7928 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.middle_7928 p:last-child {
  margin-bottom: 0;
}

.message_black_e27f {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.first-64b3 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.heading_9fc8 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.heading_9fc8 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.heading_9fc8 .video_full_1edd {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.bottom-1aba {
  max-width: 900px;
  margin: 0 auto;
}

.list_58ec {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.dynamic-fccc {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.dynamic-fccc.fn-success-657c {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.link-south-511f {
  font-size: 3rem;
  line-height: 1;
}

.highlight_702d h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.dropdown_089e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.logo_copper_1623,
.background_hot_8141 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.logo_copper_1623 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.background_hot_8141 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.video_1d5d,
.next-3f5d {
  margin: 1.5rem 0;
}

.video_1d5d li,
.next-3f5d li {
  margin-bottom: 1rem;
}

.notice_wood_d384 {
  margin: 3rem 0;
}

.copper_439d {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.copper_439d h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.copper_439d ol {
  margin: 1rem 0;
}

.copper_439d li {
  margin-bottom: 0.75rem;
}

.steel-5f08 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.tag-over-d594 {
  margin: 2rem 0;
}

.chip_hard_4d9d {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.silver-9a46 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.caption-slow-f547 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.alert_paper_dd61 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.module_7f23 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.overlay_paper_bbe7 {
  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;
}

.overlay_paper_bbe7 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.red_7244 {
  flex: 1;
}

.red_7244 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.focused_74f7 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.icon_bright_e91d p {
  margin-bottom: 1rem;
}

.preview-88d5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.item_small_ca96 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.smooth-1a17 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.smooth-1a17 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.right_c550 h3 {
  margin-bottom: 1.5rem;
}

.badge-light-995c {
  display: grid;
  gap: 2rem;
}

.stone_c5a1 {
  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;
}

.stone_c5a1 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.stone_c5a1 h4 {
  margin: 0 0 0.25rem;
}

.stone_c5a1 p {
  margin: 0;
  font-size: 0.9375rem;
}

.container-paper-43ad {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.info_fluid_a6d1 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.info_fluid_a6d1 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.info_fluid_a6d1 ul {
  margin: 1.5rem 0;
}

.info_fluid_a6d1 li {
  margin-bottom: 0.75rem;
}

.alert_264b {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.green-1bb5 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.feature-advanced-a7a5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.action_7b69 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.action_7b69 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.form_dbbd {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.form_dbbd a {
  color: rgba(255, 255, 255, 0.8);
}

.gradient-center-48e9 {
  list-style: none;
}

.gradient-center-48e9 li {
  margin-bottom: 0.75rem;
}

.gradient-center-48e9 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.gradient-center-48e9 a:hover {
  color: white;
}

.small_0072 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.status-yellow-941e {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.header-full-fedd {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.large_c0e2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tertiary_full_030d {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .tag-in-9088 {
    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;
  }

  .logo-blue-85c4 {
    font-size: 1.5rem !important;
  }

  .prev_e241 {
    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 */
  .fluid-6e02,
  .item-47da,
  .carousel_glass_5b10,
  .avatar_1501,
  .shadow-e36a,
  .badge-f379,
  .middle_7928,
  .picture-copper-c22e,
  .orange_61b8,
  .title_steel_6182 {
    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 */
  .list_fluid_fce5 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .menu-e27b {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .article-d53c {
    flex-shrink: 0;
  }

  .red_7244 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .steel_e9df,
  .button_focused_ceea {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .button_focused_ceea {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .east-ab65 {
    display: none;
  }

  /* Show mobile actions */
  .item-pressed-93cb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .image-2e89 {
    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;
  }

  .image-2e89 svg {
    flex-shrink: 0;
  }

  .image-2e89 .top_ec3a {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .image-2e89 .table-9b9e {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .tabs-849c {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .tag_c178 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .image-2e89:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .notice-682f {
    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;
  }

  .notice-682f.fn-active-657c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .notice-682f li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .notice-682f li:last-child {
    border-bottom: none;
  }

  .notice-682f a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .picture_steel_d398 {
    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;
  }

  .picture_steel_d398 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .picture_steel_d398 li:last-child {
    border-bottom: none;
  }

  .picture_steel_d398 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .pattern_8bdd {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .smooth-8f0f {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .purple_8662,
  .card-rough-1990 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .purple_8662 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .card-rough-1990 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .picture_steel_d398.fn-active-657c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .overlay_d081 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .hover_2e3a {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .component-4fb7 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .text_ddd7 {
    margin-top: 0;
  }

  /* Hero section */
  .text_ddd7 {
    padding: 2rem 0 1.5rem;
  }

  .prev_e241 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .orange_61b8 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .block_b485 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .dark-69fc {
    max-width: 100%;
    border-radius: 8px;
  }

  .chip-bright-6904 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .basic_8945 {
    padding: 1rem;
  }

  .focused-137b {
    font-size: 1.5rem;
  }

  .mask-7fdd {
    font-size: 0.75rem;
  }

  .picture-copper-c22e {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .title-4e7f {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .title-4e7f .video_full_1edd {
    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-selected-08a6 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .highlight_404a {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .wrapper_5c3e {
    margin-bottom: 1rem;
  }

  /* Author */
  .section_left_a95a {
    flex-direction: column;
  }

  .overlay_paper_bbe7 {
    flex-direction: column;
  }

  /* Quotes */
  .shadow-e36a {
    flex-direction: column;
  }

  /* Pros/Cons */
  .dropdown_089e {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .alert_paper_dd61 {
    flex-direction: column;
  }

  .alert_paper_dd61 .video_full_1edd {
    width: 100%;
  }

  /* Version comparison */
  .caption-in-3ae6 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .title_copper_008e {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .feature-advanced-a7a5 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .header-full-fedd {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .border-2d08,
  .container-liquid-fbb6,
  .menu-white-b514,
  .disabled_orange_a03e,
  .shade-1751,
  .tabs_dim_caa3 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .border-2d08 table,
  .container-liquid-fbb6 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .layout-31bf {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .tag-in-9088 {
    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;
  }

  .logo-blue-85c4 {
    font-size: 1.25rem !important;
  }

  .prev_e241 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .hover_2e3a {
    position: fixed;
  }

  .component-4fb7 {
    padding: 0.625rem 0;
  }

  .detail_20a0 img {
    height: 26px;
  }

  .picture_steel_d398 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .notice-682f {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .image-2e89 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .image-2e89 svg {
    width: 18px;
    height: 18px;
  }

  .image-2e89 .top_ec3a {
    font-size: 0.7rem;
  }

  .image-2e89 .table-9b9e {
    font-size: 0.65rem;
  }

  .purple_8662,
  .card-rough-1990 {
    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, .tag-in-9088, .menu-paper-16d1, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .block_b485 {
    padding: 1rem;
  }

  .chip-bright-6904 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .basic_8945 {
    padding: 0.875rem;
  }

  .focused-137b {
    font-size: 1.25rem;
  }

  .title-4e7f .video_full_1edd {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .prev_e241 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .video_full_1edd {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .description_south_494c {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .highlight_404a {
    padding: 1rem;
  }

  .wrapper_5c3e span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .fluid-6e02,
  .shadow_b680,
  .logo-fbaa,
  .search_over_93ed {
    padding: 1rem;
  }
}

@media print {
  .hover_2e3a,
  .hard_c7bd,
  .overlay_d081,
  .video_full_1edd,
  .green-1bb5 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .tag-in-9088 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.upper_a9a3 {
  margin-bottom: 3rem;
  text-align: center;
}

.logo-blue-85c4 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.footer-2bf3 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.steel_384b,
.tabs_large_6ac1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.tabs-bed9 {
  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;
}

.tabs-bed9:hover {
  transform: translateY(-5px);
}

.tabs-bed9 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.tabs-bed9 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.background_motion_564a {
  margin: 3rem 0;
}

.purple-56d3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.soft_7c56 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.soft_7c56:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.filter_1f1e {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.pattern_56a3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.silver_2f35 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.caption-c3b9 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.current_a126 {
  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;
}

.current_a126:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.current_a126.hidden_03f3 {
  border-left: 4px solid var(--primary-color);
}

.active_f1ff {
  flex-shrink: 0;
}

.active_f1ff svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.title_979a {
  flex: 1;
}

.title_979a h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.picture_right_3339 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.pagination_3794,
.message-dim-d7e1,
.background_ec81 {
  margin-bottom: 1.5rem;
}

.pagination_3794 h4,
.message-dim-d7e1 h4,
.background_ec81 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pagination_3794 ul,
.message-dim-d7e1 ul,
.background_ec81 ul {
  list-style: none;
  padding: 0;
}

.pagination_3794 li,
.message-dim-d7e1 li,
.background_ec81 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.pagination_3794 li:before,
.message-dim-d7e1 li:before,
.background_ec81 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.grid-d3e0 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.grid-d3e0 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;
}

.grid-d3e0 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.secondary-e096 { margin: 2rem 0; }
.notice_liquid_79e1 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.notice_liquid_79e1 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.fast_2213 p { margin-bottom: 1rem; line-height: 1.7; }
.fast_2213 strong { color: var(--text-primary); }
.fast_2213 ul { list-style: none; padding-left: 0; }
.fast_2213 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.fast_2213 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.liquid_ba5f { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.feature_solid_fe37 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.feature_solid_fe37:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.huge-a5e8 { font-size: 3rem; margin-bottom: 1rem; }
.feature_solid_fe37 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.feature_solid_fe37 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.table-f3f8 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.table-f3f8 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.black_5ed1 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.white-622d { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.highlight_0969 { text-align: center; }
.active_east_54e6 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.widget_active_4cbc { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.mask-pressed-bb0f { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.rough_75a0 { margin: 2rem 0; }
.static-9b3d { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.static-9b3d h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.static-9b3d p, .static-9b3d ul { line-height: 1.7; }
.static-9b3d ul { list-style: none; padding-left: 0; }
.static-9b3d ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.static-9b3d ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.widget-orange-5475 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.logo-right-e9ea { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.notice-e1d8 { text-align: center; }
.hot-e940 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.middle_b119 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.gradient-47d0 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.hover-29b6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.tooltip-3cdd { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.tooltip-3cdd:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.tooltip-3cdd h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.tooltip-3cdd p, .tooltip-3cdd ul { line-height: 1.7; }
.tooltip-3cdd ul { list-style: none; padding-left: 0; }
.tooltip-3cdd ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.tooltip-3cdd ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 794f */
.ghost-box-e1 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
