/* ============================================
   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 */
.silver_4cda p,
.dirty-cde3,
.box-slow-0c88,
.grid_simple_191f,
.tabs-north-a6ca,
.sort-wood-645a,
.simple_be83,
.wrapper-light-adad {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.message_b257 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.message_b257 > *,
.basic-a5e6,
.silver_4cda,
.column_small_979c {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .message_b257 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .message_b257 {
    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 === */
.prev-56f0 {
  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 */
.prev-56f0.hidden-slow-f111 {
  box-shadow: var(--shadow-md);
}

.carousel_bf8c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.iron-2a6f img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.backdrop_393a {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.up-6aa7 {
  display: none;
}

/* Hide mobile actions on desktop */
.yellow_d8c7 {
  display: none;
}

.layout_70e1 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.layout_70e1 a:hover,
.layout_70e1 a.fn-active-f208 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.tabs_b5d9 {
  margin-left: 1rem;
}

.main_73d1 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.active_8090,
.element-wood-fbd7 {
  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;
}

.active_8090 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.active_8090: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;
}

.element-wood-fbd7 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.element-wood-fbd7: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;
}

.active_8090 svg,
.element-wood-fbd7 svg {
  flex-shrink: 0;
}

.center_177f {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.gallery_green_d65f {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.gallery_green_d65f::before,
.gallery_green_d65f::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.gallery_green_d65f::before {
  top: -7px;
}

.gallery_green_d65f::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.warm_d61d {
  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 === */
.form_old_0c32 {
  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);
}

.easy-4fa4 {
  margin: 0 0 2rem;
  text-align: center;
}

.search-0972 {
  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;
}

.search-0972:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.message-b314 {
  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);
}

.message-b314 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.plasma-608a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.filter_491b {
  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;
}

.filter_491b:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.column_ca19 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.focus-white-20ad {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.light_8875 {
  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);
}

.light_8875 .highlight-334b {
  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;
}

.light_8875 .highlight-334b svg {
  flex-shrink: 0;
}

.light_8875 .progress_west_c739 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.light_8875 .progress_west_c739: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);
}

.light_8875 .detail_c091 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.light_8875 .detail_c091: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) {
  .form_old_0c32 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .search-0972 {
    max-width: 100%;
  }

  .plasma-608a {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .filter_491b {
    padding: 1rem;
  }

  .column_ca19 {
    font-size: 1.5rem;
  }

  .focus-white-20ad {
    font-size: 0.75rem;
  }

  .message-b314 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .light_8875 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .light_8875 .highlight-334b {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .plasma-608a {
    grid-template-columns: 1fr;
  }
}

.hidden-fixed-2117 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.border-f1b5 {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

time {
  color: var(--text-muted);
  font-size: 0.9375rem;
}

/* === Article Header & Meta === */
.current-7caf {
  margin-bottom: 2.5rem;
}

.hero-selected-4c73 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.hidden-fixed-2117 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.header_solid_8acd {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.info-out-526b {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.tiny_900e {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hover-e5ca {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.slider_0c66 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.table-south-0e42 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.small-2232 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.small-2232 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.outer-e865 {
  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);
}

.steel_d6e3 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.full_4ba8 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.new-ec4e {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.bronze_57e9 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.link-fixed-8876 {
  display: grid;
  gap: 1rem;
}

.motion_f427 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.mask-south-d1db {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.wrapper-cdf7 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.header_gold_056c {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.mask-south-6ea8 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.pro_d2c3 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.pro_d2c3 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.dirty-cde3 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.overlay-north-a327 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.last_4956 {
  display: grid;
  gap: 2rem;
}

.badge_down_4057 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.info-out-526b {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.header_solid_8acd {
  flex: 1;
}

.hover-e5ca {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.hover-e5ca a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.surface_550f {
  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;
}

.slider_0c66 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.layout-hot-7135 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.layout-hot-7135 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.list-dynamic-2057 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.list-dynamic-2057 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.prev-8816 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.prev-8816 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.prev-8816 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.prev-8816 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.solid_97b9 {
  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 === */
.fresh_0f4d {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.popup_in_ddd2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.container-bb96 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.frame-hovered-b143 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.frame-hovered-b143 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.frame-hovered-b143 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.frame-hovered-b143 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;
}

.frame-hovered-b143 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.frame-hovered-b143 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.silver_4cda {
  padding: 3rem 0 5rem;
}

.column_small_979c {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.column_small_979c.mini-2f91 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.box-slow-0c88 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.shade-03ff {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.main-b56c {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.main-b56c h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.smooth-1480 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.paragraph-bronze-8ebe {
  text-align: center;
}

.secondary-east-df9d {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.component_dark_f9f0 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.info_old_27e2 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.sort-wood-645a {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.grid_simple_191f {
  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;
}

.grid_simple_191f * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.grid_simple_191f:hover {
  box-shadow: var(--shadow-lg);
}

.grid_simple_191f.column_b7f4 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.grid_simple_191f h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.grid_simple_191f ul {
  margin: 1rem 0;
}

.grid_simple_191f li {
  margin-bottom: 0.75rem;
}

.outline-bbe5 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.in_13e4 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.in_13e4 a {
  font-weight: 600;
}

/* === Data Tables === */
.backdrop_415c {
  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;
}

.backdrop_415c table {
  width: 100%;
  min-width: 600px;
}

.backdrop_415c thead {
  background-color: var(--primary-color);
  color: white;
}

.backdrop_415c th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.backdrop_415c td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.backdrop_415c tbody tr:hover {
  background-color: var(--bg-secondary);
}

.backdrop_415c tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.tertiary-1e64 {
  list-style: none;
  margin: 1.5rem 0;
}

.tertiary-1e64 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.tertiary-1e64 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.shadow_6039::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-f208::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 === */
.info_rough_ed10 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.module_motion_be13 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.module_motion_be13 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.module_motion_be13 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.module_motion_be13 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.info_rough_ed10 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.simple_be83 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.simple_be83::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.gradient_630e {
  position: relative;
  margin-bottom: 3rem;
}

.item-4050 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.item-4050 .iron_e172 {
  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;
}

.layout_hot_b956 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.layout_hot_b956 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.layout_hot_b956 ul {
  margin: 1rem 0;
}

.layout_hot_b956 li {
  margin-bottom: 0.75rem;
}

.hero-mini-00b4 {
  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 === */
.secondary_clean_c45a {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.secondary_clean_c45a h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.active-solid-4cf3 {
  list-style: none;
  margin: 1.5rem 0;
}

.active-solid-4cf3 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.active-solid-4cf3 a {
  font-weight: 600;
}

.focus_paper_7cdb {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.wrapper-light-adad {
  margin: 2.5rem 0;
}

.feature-lower-908c {
  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;
}

.feature-lower-908c:hover {
  box-shadow: var(--shadow-lg);
}

.feature-lower-908c.breadcrumb-712f {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.purple-2863 {
  flex-shrink: 0;
}

.purple-2863 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);
}

.column_active_f2c2 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.yellow-0adc,
.gallery_27e8,
.summary_lite_6879 {
  width: 100%;
  margin: 1.5rem 0;
}

.notice_ebdc {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.notice_ebdc strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.popup-83cd {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.popup-83cd strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.border_yellow_3421 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.border_yellow_3421 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.breadcrumb-029a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.stale_d236 {
  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;
}

.stale_d236:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.stale_d236.out_d03e {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.stale_d236 .status-middle-67f4 {
  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;
}

.stale_d236 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.header_fc29 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.caption-solid-f377 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.caption-solid-f377 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.aside_basic_0968 {
  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 === */
.highlight-334b {
  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;
}

.progress_west_c739 {
  background-color: var(--primary-color);
  color: white;
}

.progress_west_c739:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.detail_c091 {
  background-color: var(--text-secondary);
  color: white;
}

.detail_c091:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.dynamic_9b96 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.dynamic_9b96:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.card_0523 {
  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;
}

.card_0523:hover {
  background-color: var(--primary-dark);
}

.description_new_8f4a {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.thumbnail-south-7feb {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.fresh-d952 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.chip-8224 {
  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 === */
.photo_dirty_9b8a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.primary_purple_6989 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.primary_purple_6989 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.middle_ec99 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.solid-bf02 {
  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;
}

.hidden-pressed-3cb1 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.steel_f88c {
  list-style: none;
  counter-reset: rank-counter;
}

.steel_f88c li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.steel_f88c 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;
}

.widget_9d36 {
  list-style: none;
}

.widget_9d36 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.old-69bc {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.top_f594 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.top_f594 .highlight-0485 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.top_f594 .summary-green-9299 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.slider-02f7 {
  margin-top: 3rem;
}

.shade-up-33c2 {
  width: 100%;
}

.black-39ba {
  background-color: #fef3c7;
}

.logo-f123 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.mask-91e7 {
  margin: 3rem 0;
}

.texture-0d40 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.input-wide-0cfb {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.input-wide-0cfb:hover {
  box-shadow: var(--shadow-lg);
}

.input-wide-0cfb.motion_6427 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.table_5198 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.mask-paper-18e9 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.mask-paper-18e9 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.mini_5b36 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.input-wide-0cfb blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.sort_9236 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.carousel-north-a6f9 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.overlay-5be2 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.tooltip-dynamic-9074 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.focus-simple-465e {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.old_3d48 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.iron_607a {
  max-width: 900px;
  margin: 0 auto;
}

.description-36c1 {
  margin: 2rem 0;
}

.modal-out-5030 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.modal-out-5030 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.modal-out-5030 summary::-webkit-details-marker {
  display: none;
}

.modal-out-5030 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.lower_3291 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.modal-out-5030[open] .lower_3291 {
  transform: rotate(45deg);
}

.hidden_01b0 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.hidden_01b0 p:last-child {
  margin-bottom: 0;
}

.rough-fdd0 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.background_selected_8464 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.photo-full-45ed {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.photo-full-45ed p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.photo-full-45ed .highlight-334b {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.layout-782e {
  max-width: 900px;
  margin: 0 auto;
}

.gradient_green_7d16 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.pagination-right-a52d {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.pagination-right-a52d.fn-success-f208 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.lite_868c {
  font-size: 3rem;
  line-height: 1;
}

.motion_c074 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.tooltip_3388 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.in-0b07,
.text-large-b5d3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.in-0b07 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.text-large-b5d3 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.content_b9ec,
.grid-action-99b8 {
  margin: 1.5rem 0;
}

.content_b9ec li,
.grid-action-99b8 li {
  margin-bottom: 1rem;
}

.link_768d {
  margin: 3rem 0;
}

.outline_purple_d833 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.outline_purple_d833 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.outline_purple_d833 ol {
  margin: 1rem 0;
}

.outline_purple_d833 li {
  margin-bottom: 0.75rem;
}

.module_stale_de06 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.under-fd6b {
  margin: 2rem 0;
}

.soft-776b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.main-e36a {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.progress-2797 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.thick_3017 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.section_iron_75da {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.easy_400f {
  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;
}

.easy_400f img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.tiny_900e {
  flex: 1;
}

.tiny_900e h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.orange_98be {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.mask-over-1be5 p {
  margin-bottom: 1rem;
}

.surface_dfd3 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.item-up-27a5 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.old_4593 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.old_4593 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.link_action_4c5d h3 {
  margin-bottom: 1.5rem;
}

.sort_6c0b {
  display: grid;
  gap: 2rem;
}

.tooltip-8064 {
  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;
}

.tooltip-8064 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.tooltip-8064 h4 {
  margin: 0 0 0.25rem;
}

.tooltip-8064 p {
  margin: 0;
  font-size: 0.9375rem;
}

.sort-aa10 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.text_north_ec1f {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.text_north_ec1f h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.text_north_ec1f ul {
  margin: 1.5rem 0;
}

.text_north_ec1f li {
  margin-bottom: 0.75rem;
}

.backdrop_prev_cec8 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.nav_f333 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.hard-6531 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.dim-ec7c h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.dim-ec7c p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.badge-up-2231 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.badge-up-2231 a {
  color: rgba(255, 255, 255, 0.8);
}

.progress-a117 {
  list-style: none;
}

.progress-a117 li {
  margin-bottom: 0.75rem;
}

.progress-a117 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.progress-a117 a:hover {
  color: white;
}

.active-red-ddd1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.picture-85fb {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.highlight_9560 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.tiny_6979 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tooltip-fd31 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .message_b257 {
    padding: 0 1.25rem;
  }

  /* Fix text overflow */
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
  }

  /* Reduce heading sizes for mobile */
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  .feature_pressed_a9cb {
    font-size: 1.5rem !important;
  }

  .hero-selected-4c73 {
    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 */
  .grid_simple_191f,
  .tabs-north-a6ca,
  .layout_hot_b956,
  .column_active_f2c2,
  .table_5198,
  .input-wide-0cfb,
  .hidden_01b0,
  .message-b314,
  .dirty-cde3,
  .box-slow-0c88 {
    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 */
  .hidden-fixed-2117 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .header_solid_8acd {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .info-out-526b {
    flex-shrink: 0;
  }

  .tiny_900e {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .hover-e5ca,
  .slider_0c66 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .slider_0c66 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .backdrop_393a {
    display: none;
  }

  /* Show mobile actions */
  .yellow_d8c7 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .out_7def {
    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;
  }

  .out_7def svg {
    flex-shrink: 0;
  }

  .out_7def .tag-right-ed50 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .out_7def .slider-c666 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .block_small_fcda {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .mask-bright-a44e {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .out_7def:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .up-6aa7 {
    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;
  }

  .up-6aa7.fn-active-f208 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .up-6aa7 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .up-6aa7 li:last-child {
    border-bottom: none;
  }

  .up-6aa7 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .layout_70e1 {
    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;
  }

  .layout_70e1 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .layout_70e1 li:last-child {
    border-bottom: none;
  }

  .layout_70e1 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .tabs_b5d9 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .main_73d1 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .active_8090,
  .element-wood-fbd7 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .active_8090 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .element-wood-fbd7 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .layout_70e1.fn-active-f208 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .center_177f {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .prev-56f0 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .carousel_bf8c {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .warm_d61d {
    margin-top: 0;
  }

  /* Hero section */
  .warm_d61d {
    padding: 2rem 0 1.5rem;
  }

  .hero-selected-4c73 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .dirty-cde3 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .form_old_0c32 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .search-0972 {
    max-width: 100%;
    border-radius: 8px;
  }

  .plasma-608a {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .filter_491b {
    padding: 1rem;
  }

  .column_ca19 {
    font-size: 1.5rem;
  }

  .focus-white-20ad {
    font-size: 0.75rem;
  }

  .message-b314 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .light_8875 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .light_8875 .highlight-334b {
    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 */
  .container-bb96 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .feature-lower-908c {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .purple-2863 {
    margin-bottom: 1rem;
  }

  /* Author */
  .badge_down_4057 {
    flex-direction: column;
  }

  .easy_400f {
    flex-direction: column;
  }

  /* Quotes */
  .table_5198 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .tooltip_3388 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .thick_3017 {
    flex-direction: column;
  }

  .thick_3017 .highlight-334b {
    width: 100%;
  }

  /* Version comparison */
  .breadcrumb-029a {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .photo_dirty_9b8a {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .hard-6531 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .highlight_9560 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .backdrop_415c,
  .gallery_27e8,
  .heading-fixed-3747,
  .shade-up-33c2,
  .yellow-0adc,
  .summary_lite_6879 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .backdrop_415c table,
  .gallery_27e8 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .aside_basic_0968 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .message_b257 {
    padding: 0 1rem;
  }

  /* Reduce heading sizes even more for very small screens */
  h1 {
    font-size: 1.25rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  h3 {
    font-size: 1rem;
  }

  .feature_pressed_a9cb {
    font-size: 1.25rem !important;
  }

  .hero-selected-4c73 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .prev-56f0 {
    position: fixed;
  }

  .carousel_bf8c {
    padding: 0.625rem 0;
  }

  .iron-2a6f img {
    height: 26px;
  }

  .layout_70e1 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .up-6aa7 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .out_7def {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .out_7def svg {
    width: 18px;
    height: 18px;
  }

  .out_7def .tag-right-ed50 {
    font-size: 0.7rem;
  }

  .out_7def .slider-c666 {
    font-size: 0.65rem;
  }

  .active_8090,
  .element-wood-fbd7 {
    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, .message_b257, .basic-a5e6, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .form_old_0c32 {
    padding: 1rem;
  }

  .plasma-608a {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .filter_491b {
    padding: 0.875rem;
  }

  .column_ca19 {
    font-size: 1.25rem;
  }

  .light_8875 .highlight-334b {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .hero-selected-4c73 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .highlight-334b {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .description_new_8f4a {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .feature-lower-908c {
    padding: 1rem;
  }

  .purple-2863 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .grid_simple_191f,
  .aside-thick-8c8e,
  .video-d79b,
  .upper_c234 {
    padding: 1rem;
  }
}

@media print {
  .prev-56f0,
  .fresh_0f4d,
  .center_177f,
  .highlight-334b,
  .nav_f333 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .message_b257 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.alert-a339 {
  margin-bottom: 3rem;
  text-align: center;
}

.feature_pressed_a9cb {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.avatar_bfc1 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.paragraph_5709,
.picture-3c4a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.pro_32bf {
  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;
}

.pro_32bf:hover {
  transform: translateY(-5px);
}

.pro_32bf strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.pro_32bf span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.iron_e416 {
  margin: 3rem 0;
}

.cold-9b8f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.wood_d809 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.wood_d809:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.gas-dbab {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.article-d6c1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.photo_complex_d75b {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.sidebar_last_a786 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.status-9ff2 {
  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;
}

.status-9ff2:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.status-9ff2.black_de0f {
  border-left: 4px solid var(--primary-color);
}

.slow-1aa6 {
  flex-shrink: 0;
}

.slow-1aa6 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.header_704e {
  flex: 1;
}

.header_704e h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.image_narrow_048a {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.bottom_167a,
.media-complex-54a5,
.red-fbcd {
  margin-bottom: 1.5rem;
}

.bottom_167a h4,
.media-complex-54a5 h4,
.red-fbcd h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.bottom_167a ul,
.media-complex-54a5 ul,
.red-fbcd ul {
  list-style: none;
  padding: 0;
}

.bottom_167a li,
.media-complex-54a5 li,
.red-fbcd li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.bottom_167a li:before,
.media-complex-54a5 li:before,
.red-fbcd li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.icon-brown-0475 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.icon-brown-0475 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;
}

.icon-brown-0475 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.container_stale_6471 { margin: 2rem 0; }
.menu_under_b2dc { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.menu_under_b2dc h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.down_8f0b p { margin-bottom: 1rem; line-height: 1.7; }
.down_8f0b strong { color: var(--text-primary); }
.down_8f0b ul { list-style: none; padding-left: 0; }
.down_8f0b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.down_8f0b ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.old-3145 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.pink-7969 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.pink-7969:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.table_next_33c4 { font-size: 3rem; margin-bottom: 1rem; }
.pink-7969 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.pink-7969 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.green_09d6 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.green_09d6 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.summary-out-3a54 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.card_1ffb { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.overlay_d1b6 { text-align: center; }
.tooltip_brown_67b6 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.tabs-up-2bc9 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.fast_fd16 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.pagination_simple_84a2 { margin: 2rem 0; }
.status_tall_ac21 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.status_tall_ac21 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.status_tall_ac21 p, .status_tall_ac21 ul { line-height: 1.7; }
.status_tall_ac21 ul { list-style: none; padding-left: 0; }
.status_tall_ac21 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.status_tall_ac21 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.west_990f { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.lite-ccb6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.outer-b6d1 { text-align: center; }
.carousel_44a6 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.fresh_4834 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.notice_6a3d { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.picture-fresh-9593 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.overlay_50d2 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.overlay_50d2:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.overlay_50d2 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.overlay_50d2 p, .overlay_50d2 ul { line-height: 1.7; }
.overlay_50d2 ul { list-style: none; padding-left: 0; }
.overlay_50d2 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.overlay_50d2 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 2028 */
.ghost-box-z4 {
  padding: 0.1rem;
  font-size: 11px;
  line-height: 1.2;
}
