/* ============================================
   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 */
.outline-bright-5fbe p,
.overlay-brown-b832,
.wrapper_east_3278,
.background_hard_7c79,
.in_444b,
.pro_a3ac,
.white-759f,
.liquid-f875 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.label-focused-1001 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.label-focused-1001 > *,
.title_8221,
.outline-bright-5fbe,
.blue-7a89 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .label-focused-1001 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .label-focused-1001 {
    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 === */
.column-next-9b31 {
  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 */
.column-next-9b31.paragraph_5618 {
  box-shadow: var(--shadow-md);
}

.nav-wide-68e9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.pagination_6628 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.block_medium_156e {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.purple_4f52 {
  display: none;
}

/* Hide mobile actions on desktop */
.prev_ffa5 {
  display: none;
}

.silver-a30b a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.silver-a30b a:hover,
.silver-a30b a.fn-active-e39c {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.gas-d43d {
  margin-left: 1rem;
}

.row_7c6c {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.brown_5325,
.info_middle_db49 {
  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;
}

.brown_5325 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.brown_5325: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;
}

.info_middle_db49 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.info_middle_db49: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;
}

.brown_5325 svg,
.info_middle_db49 svg {
  flex-shrink: 0;
}

.hard-9199 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.accordion_left_9b66 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.accordion_left_9b66::before,
.accordion_left_9b66::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.accordion_left_9b66::before {
  top: -7px;
}

.accordion_left_9b66::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.carousel_steel_25ca {
  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 === */
.widget_hot_e5da {
  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);
}

.hover_7e48 {
  margin: 0 0 2rem;
  text-align: center;
}

.title-7d78 {
  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;
}

.title-7d78:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.tag-pro-e1d9 {
  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);
}

.tag-pro-e1d9 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.active_a62e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.photo-c5b9 {
  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;
}

.photo-c5b9:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.pattern-1ee2 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.hero_smooth_959d {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.gallery-current-4466 {
  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);
}

.gallery-current-4466 .hero-601c {
  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;
}

.gallery-current-4466 .hero-601c svg {
  flex-shrink: 0;
}

.gallery-current-4466 .footer_focused_f202 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.gallery-current-4466 .footer_focused_f202: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);
}

.gallery-current-4466 .alert_gas_efbb {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.gallery-current-4466 .alert_gas_efbb: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) {
  .widget_hot_e5da {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .title-7d78 {
    max-width: 100%;
  }

  .active_a62e {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .photo-c5b9 {
    padding: 1rem;
  }

  .pattern-1ee2 {
    font-size: 1.5rem;
  }

  .hero_smooth_959d {
    font-size: 0.75rem;
  }

  .tag-pro-e1d9 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .gallery-current-4466 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .gallery-current-4466 .hero-601c {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .active_a62e {
    grid-template-columns: 1fr;
  }
}

.heading_2147 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.pattern-ae4b {
  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 === */
.complex-b696 {
  margin-bottom: 2.5rem;
}

.hidden-df9e {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.heading_2147 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.message-18ed {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.yellow_e6ea {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.badge-be3f {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.large_a3ba {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.mask-stale-d980 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.tabs_smooth_6e4e {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.secondary_f72e {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.secondary_f72e svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.active_8d2f {
  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);
}

.highlight_261d {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.wrapper_steel_06cd {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.info_1e82 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.caption-e6d7 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.short_a721 {
  display: grid;
  gap: 1rem;
}

.hot-ae88 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.popup-bright-0e34 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.clean_1a26 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.menu-over-7905 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.down-a5b0 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.component_6cde {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.component_6cde p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.overlay-brown-b832 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.border_narrow_e69a {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.soft_3f00 {
  display: grid;
  gap: 2rem;
}

.gold_7739 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.yellow_e6ea {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.message-18ed {
  flex: 1;
}

.large_a3ba {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.large_a3ba a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.popup-soft-c1b5 {
  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;
}

.mask-stale-d980 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.active_0fcd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.active_0fcd span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.heading_7829 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.heading_7829 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.plasma-846d {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.plasma-846d strong {
  display: block;
  margin-bottom: 0.75rem;
}

.plasma-846d ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.plasma-846d li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.video_dynamic_0205 {
  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 === */
.logo_black_b762 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.link-02bf {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.advanced_5fd9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.action_54b5 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.action_54b5 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.action_54b5 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.action_54b5 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;
}

.action_54b5 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.action_54b5 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.outline-bright-5fbe {
  padding: 3rem 0 5rem;
}

.blue-7a89 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.blue-7a89.caption-west-0c23 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.wrapper_east_3278 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.wrapper_6c53 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.status-da63 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.status-da63 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.brown_ede6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.tooltip_6bf1 {
  text-align: center;
}

.article_47c3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.focus-fresh-c2c8 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.text_up_a588 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.pro_a3ac {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.background_hard_7c79 {
  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;
}

.background_hard_7c79 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.background_hard_7c79:hover {
  box-shadow: var(--shadow-lg);
}

.background_hard_7c79.list_efcf {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.background_hard_7c79 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.background_hard_7c79 ul {
  margin: 1rem 0;
}

.background_hard_7c79 li {
  margin-bottom: 0.75rem;
}

.notice_wood_6440 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.prev-7020 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.prev-7020 a {
  font-weight: 600;
}

/* === Data Tables === */
.copper_48d2 {
  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;
}

.copper_48d2 table {
  width: 100%;
  min-width: 600px;
}

.copper_48d2 thead {
  background-color: var(--primary-color);
  color: white;
}

.copper_48d2 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.copper_48d2 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.copper_48d2 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.copper_48d2 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.static_de65 {
  list-style: none;
  margin: 1.5rem 0;
}

.static_de65 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.static_de65 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.complex-abe4::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-e39c::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 === */
.progress-569f {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.huge_46cf {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.huge_46cf img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.huge_46cf strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.huge_46cf span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.progress-569f blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.white-759f {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.white-759f::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.outer_d0ce {
  position: relative;
  margin-bottom: 3rem;
}

.table-top-2bba {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.table-top-2bba .tabs-b11a {
  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;
}

.cold-0785 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.cold-0785 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.cold-0785 ul {
  margin: 1rem 0;
}

.cold-0785 li {
  margin-bottom: 0.75rem;
}

.hidden-eaea {
  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 === */
.mini-4bba {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.mini-4bba h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.description_active_a35c {
  list-style: none;
  margin: 1.5rem 0;
}

.description_active_a35c li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.description_active_a35c a {
  font-weight: 600;
}

.slider-5f8d {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.liquid-f875 {
  margin: 2.5rem 0;
}

.left-9d8c {
  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;
}

.left-9d8c:hover {
  box-shadow: var(--shadow-lg);
}

.left-9d8c.detail-59f1 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.tall-87f0 {
  flex-shrink: 0;
}

.tall-87f0 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);
}

.image-d50a h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.heading-copper-c4ba,
.main-1748,
.green-1a95 {
  width: 100%;
  margin: 1.5rem 0;
}

.fresh-1dcf {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.fresh-1dcf strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.bronze_720b {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.bronze_720b strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.warm-13a3 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.warm-13a3 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.text-a54d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.footer-b81c {
  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;
}

.footer-b81c:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.footer-b81c.overlay-4472 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.footer-b81c .advanced-6a99 {
  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;
}

.footer-b81c h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.alert-8491 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.title_e6e1 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.title_e6e1 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.banner-f9a2 {
  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 === */
.hero-601c {
  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;
}

.footer_focused_f202 {
  background-color: var(--primary-color);
  color: white;
}

.footer_focused_f202:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.alert_gas_efbb {
  background-color: var(--text-secondary);
  color: white;
}

.alert_gas_efbb:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.selected_b274 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.selected_b274:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.preview_eced {
  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;
}

.preview_eced:hover {
  background-color: var(--primary-dark);
}

.clean_2bbe {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.detail_dd1e {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.alert_black_a7f7 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.cool-6ca4 {
  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 === */
.hot-b4ce {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.disabled_plasma_6c5b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.disabled_plasma_6c5b h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.banner_1ca7 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.status-orange-73ad {
  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;
}

.card-bc48 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.shade-aa8c {
  list-style: none;
  counter-reset: rank-counter;
}

.shade-aa8c li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.shade-aa8c 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;
}

.feature-liquid-b912 {
  list-style: none;
}

.feature-liquid-b912 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.tag-motion-5dd9 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.disabled_e6c1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.disabled_e6c1 .logo-white-3d24 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.disabled_e6c1 .warm-41eb {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.avatar-mini-e310 {
  margin-top: 3rem;
}

.fluid-e849 {
  width: 100%;
}

.preview_north_b592 {
  background-color: #fef3c7;
}

.image_wood_4259 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.nav_clean_2212 {
  margin: 3rem 0;
}

.link-cold-2abc {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.first_4186 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.first_4186:hover {
  box-shadow: var(--shadow-lg);
}

.first_4186.simple-2de0 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.outer-6457 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.black-f6a2 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.black-f6a2 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.content-75a5 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.first_4186 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.active_wide_a1ab {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.panel_8af6 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.element-1808 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.backdrop_509a {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.inner-c235 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.advanced_a701 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.highlight_out_84c3 {
  max-width: 900px;
  margin: 0 auto;
}

.small_7609 {
  margin: 2rem 0;
}

.yellow-34d1 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.yellow-34d1 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.yellow-34d1 summary::-webkit-details-marker {
  display: none;
}

.yellow-34d1 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.dirty_e149 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.yellow-34d1[open] .dirty_e149 {
  transform: rotate(45deg);
}

.info-fe1e {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.info-fe1e p:last-child {
  margin-bottom: 0;
}

.notification-dark-fe91 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.tag-5b26 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.module-hard-20a7 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.module-hard-20a7 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.module-hard-20a7 .hero-601c {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.thumbnail-61a2 {
  max-width: 900px;
  margin: 0 auto;
}

.static-8dbf {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.photo_8fef {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.photo_8fef.fn-success-e39c {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.overlay-4c39 {
  font-size: 3rem;
  line-height: 1;
}

.large-6bcd h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.tooltip_8f38 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.photo-iron-5577,
.tall-d5fe {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.photo-iron-5577 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.tall-d5fe h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.block_2c78,
.nav_e36d {
  margin: 1.5rem 0;
}

.block_2c78 li,
.nav_e36d li {
  margin-bottom: 1rem;
}

.blue_49fa {
  margin: 3rem 0;
}

.layout_simple_dcf4 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.layout_simple_dcf4 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.layout_simple_dcf4 ol {
  margin: 1rem 0;
}

.layout_simple_dcf4 li {
  margin-bottom: 0.75rem;
}

.fluid-1db7 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.card_fed7 {
  margin: 2rem 0;
}

.filter-be2c {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.content_glass_bb72 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.panel_easy_69d4 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.plasma_044b {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.active_768c {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.button_32c7 {
  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;
}

.button_32c7 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.badge-be3f {
  flex: 1;
}

.badge-be3f h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.prev_92ff {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.dim_0e23 p {
  margin-bottom: 1rem;
}

.tertiary_6220 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.current_214c {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.inner-1874 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.inner-1874 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.progress_0059 h3 {
  margin-bottom: 1.5rem;
}

.video-0bcd {
  display: grid;
  gap: 2rem;
}

.gold-9fc3 {
  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;
}

.gold-9fc3 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.gold-9fc3 h4 {
  margin: 0 0 0.25rem;
}

.gold-9fc3 p {
  margin: 0;
  font-size: 0.9375rem;
}

.primary-9f66 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.filter-lite-5d5e {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.filter-lite-5d5e h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.filter-lite-5d5e ul {
  margin: 1.5rem 0;
}

.filter-lite-5d5e li {
  margin-bottom: 0.75rem;
}

.outline-78d6 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.huge-18ee {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.message-narrow-6e2d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.article-aeac h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.article-aeac p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.box-middle-3cbe {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.box-middle-3cbe a {
  color: rgba(255, 255, 255, 0.8);
}

.pro_7307 {
  list-style: none;
}

.pro_7307 li {
  margin-bottom: 0.75rem;
}

.pro_7307 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.pro_7307 a:hover {
  color: white;
}

.media-a918 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.primary_34fe {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.container-outer-94c5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.badge_under_5ea8 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tiny_5e69 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .label-focused-1001 {
    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;
  }

  .shadow_4838 {
    font-size: 1.5rem !important;
  }

  .hidden-df9e {
    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 */
  .background_hard_7c79,
  .in_444b,
  .cold-0785,
  .image-d50a,
  .outer-6457,
  .first_4186,
  .info-fe1e,
  .tag-pro-e1d9,
  .overlay-brown-b832,
  .wrapper_east_3278 {
    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 */
  .heading_2147 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .message-18ed {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .yellow_e6ea {
    flex-shrink: 0;
  }

  .badge-be3f {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .large_a3ba,
  .mask-stale-d980 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .mask-stale-d980 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .block_medium_156e {
    display: none;
  }

  /* Show mobile actions */
  .prev_ffa5 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .prev_ed57 {
    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;
  }

  .prev_ed57 svg {
    flex-shrink: 0;
  }

  .prev_ed57 .tertiary-yellow-203d {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .prev_ed57 .picture_active_fe24 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .alert-fresh-1e88 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .yellow-59a5 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .prev_ed57:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .purple_4f52 {
    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;
  }

  .purple_4f52.fn-active-e39c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .purple_4f52 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .purple_4f52 li:last-child {
    border-bottom: none;
  }

  .purple_4f52 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .silver-a30b {
    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;
  }

  .silver-a30b li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .silver-a30b li:last-child {
    border-bottom: none;
  }

  .silver-a30b a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .gas-d43d {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .row_7c6c {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .brown_5325,
  .info_middle_db49 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .brown_5325 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .info_middle_db49 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .silver-a30b.fn-active-e39c {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .hard-9199 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .column-next-9b31 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .nav-wide-68e9 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .carousel_steel_25ca {
    margin-top: 0;
  }

  /* Hero section */
  .carousel_steel_25ca {
    padding: 2rem 0 1.5rem;
  }

  .hidden-df9e {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .overlay-brown-b832 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .widget_hot_e5da {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .title-7d78 {
    max-width: 100%;
    border-radius: 8px;
  }

  .active_a62e {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .photo-c5b9 {
    padding: 1rem;
  }

  .pattern-1ee2 {
    font-size: 1.5rem;
  }

  .hero_smooth_959d {
    font-size: 0.75rem;
  }

  .tag-pro-e1d9 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .gallery-current-4466 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .gallery-current-4466 .hero-601c {
    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 */
  .advanced_5fd9 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .left-9d8c {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .tall-87f0 {
    margin-bottom: 1rem;
  }

  /* Author */
  .gold_7739 {
    flex-direction: column;
  }

  .button_32c7 {
    flex-direction: column;
  }

  /* Quotes */
  .outer-6457 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .tooltip_8f38 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .plasma_044b {
    flex-direction: column;
  }

  .plasma_044b .hero-601c {
    width: 100%;
  }

  /* Version comparison */
  .text-a54d {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .hot-b4ce {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .message-narrow-6e2d {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .container-outer-94c5 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .copper_48d2,
  .main-1748,
  .container_medium_12f5,
  .fluid-e849,
  .heading-copper-c4ba,
  .green-1a95 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .copper_48d2 table,
  .main-1748 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .banner-f9a2 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .label-focused-1001 {
    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;
  }

  .shadow_4838 {
    font-size: 1.25rem !important;
  }

  .hidden-df9e {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .column-next-9b31 {
    position: fixed;
  }

  .nav-wide-68e9 {
    padding: 0.625rem 0;
  }

  .pagination_6628 img {
    height: 26px;
  }

  .silver-a30b {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .purple_4f52 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .prev_ed57 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .prev_ed57 svg {
    width: 18px;
    height: 18px;
  }

  .prev_ed57 .tertiary-yellow-203d {
    font-size: 0.7rem;
  }

  .prev_ed57 .picture_active_fe24 {
    font-size: 0.65rem;
  }

  .brown_5325,
  .info_middle_db49 {
    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, .label-focused-1001, .title_8221, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .widget_hot_e5da {
    padding: 1rem;
  }

  .active_a62e {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .photo-c5b9 {
    padding: 0.875rem;
  }

  .pattern-1ee2 {
    font-size: 1.25rem;
  }

  .gallery-current-4466 .hero-601c {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .hidden-df9e {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .hero-601c {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .clean_2bbe {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .left-9d8c {
    padding: 1rem;
  }

  .tall-87f0 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .background_hard_7c79,
  .photo_e524,
  .sidebar_red_94fa,
  .thick_bf8f {
    padding: 1rem;
  }
}

@media print {
  .column-next-9b31,
  .logo_black_b762,
  .hard-9199,
  .hero-601c,
  .huge-18ee {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .label-focused-1001 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.fixed_6d4b {
  margin-bottom: 3rem;
  text-align: center;
}

.shadow_4838 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.frame_fixed_7f93 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.card_solid_342e,
.background-9ae0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.tabs_lower_4307 {
  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_lower_4307:hover {
  transform: translateY(-5px);
}

.tabs_lower_4307 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.tabs_lower_4307 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.steel-f223 {
  margin: 3rem 0;
}

.preview_under_fded {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.rough-c9e0 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.rough-c9e0:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.notification-a3f1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.dropdown_dirty_d0aa {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.gallery-glass-b173 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.center_af46 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.bright-5b04 {
  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;
}

.bright-5b04:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.bright-5b04.preview_5a1c {
  border-left: 4px solid var(--primary-color);
}

.aside_8c11 {
  flex-shrink: 0;
}

.aside_8c11 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.button-dark-fb0a {
  flex: 1;
}

.button-dark-fb0a h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.cool_1e9a {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.sort_stale_1b3d,
.backdrop-049e,
.widget-hot-bf20 {
  margin-bottom: 1.5rem;
}

.sort_stale_1b3d h4,
.backdrop-049e h4,
.widget-hot-bf20 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sort_stale_1b3d ul,
.backdrop-049e ul,
.widget-hot-bf20 ul {
  list-style: none;
  padding: 0;
}

.sort_stale_1b3d li,
.backdrop-049e li,
.widget-hot-bf20 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.sort_stale_1b3d li:before,
.backdrop-049e li:before,
.widget-hot-bf20 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.tertiary-dark-0b38 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.tertiary-dark-0b38 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;
}

.tertiary-dark-0b38 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.status-b2d5 { margin: 2rem 0; }
.disabled_iron_f29b { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.disabled_iron_f29b h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.smooth-66e2 p { margin-bottom: 1rem; line-height: 1.7; }
.smooth-66e2 strong { color: var(--text-primary); }
.smooth-66e2 ul { list-style: none; padding-left: 0; }
.smooth-66e2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.smooth-66e2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.label_0765 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.logo_west_ad1b { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.logo_west_ad1b:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.cool-5787 { font-size: 3rem; margin-bottom: 1rem; }
.logo_west_ad1b h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.logo_west_ad1b p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.footer-eb6b { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.footer-eb6b span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.sort-easy-1e5b { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.solid_7201 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.badge_bottom_48b4 { text-align: center; }
.frame-black-7a28 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.inner-fdaf { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.rough_a704 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.old-22eb { margin: 2rem 0; }
.new_6454 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.new_6454 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.new_6454 p, .new_6454 ul { line-height: 1.7; }
.new_6454 ul { list-style: none; padding-left: 0; }
.new_6454 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.new_6454 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.primary_f3c7 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.status_right_6c84 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.east_3884 { text-align: center; }
.button-320c { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.progress_dcaa { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.east_81f8 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.breadcrumb_b6f2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.old_84f1 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.old_84f1:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.old_84f1 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.old_84f1 p, .old_84f1 ul { line-height: 1.7; }
.old_84f1 ul { list-style: none; padding-left: 0; }
.old_84f1 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.old_84f1 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 1576 */
.widget-item-u8 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.2;
}
