/* ============================================
   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 */
.fast_581a p,
.feature-hard-dde3,
.fresh_1952,
.short_4a8b,
.red-ae43,
.east_ce7c,
.photo_df1f,
.border-first-39ec {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.text_c3d9 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.text_c3d9 > *,
.column-82ba,
.fast_581a,
.popup-a379 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .text_c3d9 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .text_c3d9 {
    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 === */
.container_south_bf88 {
  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 */
.container_south_bf88.heading-ec48 {
  box-shadow: var(--shadow-md);
}

.layout-1597 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.hero-solid-4197 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.item_05f2 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.video_1048 {
  display: none;
}

/* Hide mobile actions on desktop */
.list-medium-7e0c {
  display: none;
}

.hover-2601 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.hover-2601 a:hover,
.hover-2601 a.fn-active-fdde {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.narrow-ad60 {
  margin-left: 1rem;
}

.summary-1122 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.chip-ab87,
.tertiary_4923 {
  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;
}

.chip-ab87 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.chip-ab87: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;
}

.tertiary_4923 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.tertiary_4923: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;
}

.chip-ab87 svg,
.tertiary_4923 svg {
  flex-shrink: 0;
}

.highlight-c8cc {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.list_full_8328 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.list_full_8328::before,
.list_full_8328::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.list_full_8328::before {
  top: -7px;
}

.list_full_8328::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.accordion-41e8 {
  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 === */
.backdrop_d5a3 {
  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);
}

.right_0554 {
  margin: 0 0 2rem;
  text-align: center;
}

.notification-fff2 {
  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;
}

.notification-fff2:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.modal-fixed-56b3 {
  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);
}

.modal-fixed-56b3 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.badge_981a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.column-simple-8a9a {
  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;
}

.column-simple-8a9a:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.hot-8784 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.silver-7fe5 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.tag_7163 {
  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);
}

.tag_7163 .texture_first_ee2a {
  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;
}

.tag_7163 .texture_first_ee2a svg {
  flex-shrink: 0;
}

.tag_7163 .sidebar_80ff {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.tag_7163 .sidebar_80ff: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);
}

.tag_7163 .popup_large_be99 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.tag_7163 .popup_large_be99: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) {
  .backdrop_d5a3 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .notification-fff2 {
    max-width: 100%;
  }

  .badge_981a {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .column-simple-8a9a {
    padding: 1rem;
  }

  .hot-8784 {
    font-size: 1.5rem;
  }

  .silver-7fe5 {
    font-size: 0.75rem;
  }

  .modal-fixed-56b3 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .tag_7163 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .tag_7163 .texture_first_ee2a {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .badge_981a {
    grid-template-columns: 1fr;
  }
}

.east-ca6b {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.medium-c8ea {
  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 === */
.input_dabd {
  margin-bottom: 2.5rem;
}

.dirty_191a {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.east-ca6b {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.current-32b4 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.element_cool_e568 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.search_fluid_a1c9 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.layout-center-e828 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.summary_7478 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.title-1464 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.middle-ca0f {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.middle-ca0f svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.text-e9f7 {
  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);
}

.medium_83ac {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.texture-a75b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.full_7c54 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.picture-outer-36cd {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.shade-south-503c {
  display: grid;
  gap: 1rem;
}

.sidebar-06f5 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.menu_a7b2 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.caption-60a0 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.section_next_ef0b {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.active_tall_889c {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.description_301a {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.description_301a p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.feature-hard-dde3 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.out_97ac {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.link-green-5ff9 {
  display: grid;
  gap: 2rem;
}

.huge_6a8d {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.element_cool_e568 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.current-32b4 {
  flex: 1;
}

.layout-center-e828 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.layout-center-e828 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.tooltip-large-97c2 {
  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;
}

.summary_7478 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.orange_6185 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.orange_6185 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.next-8521 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.next-8521 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.component_89ee {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.component_89ee strong {
  display: block;
  margin-bottom: 0.75rem;
}

.component_89ee ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.component_89ee li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.panel-1e6a {
  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 === */
.notification_b631 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.hover-a39c {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.prev-cac3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.input-full-e8b6 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.input-full-e8b6 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.input-full-e8b6 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.input-full-e8b6 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;
}

.input-full-e8b6 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.input-full-e8b6 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.fast_581a {
  padding: 3rem 0 5rem;
}

.popup-a379 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.popup-a379.thumbnail_purple_25b9 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.fresh_1952 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.grid-0680 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.content_996f {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.content_996f h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.easy_2cf2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.link_selected_bf79 {
  text-align: center;
}

.banner-focused-3b73 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.huge-5c5f {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.gold_f39d {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.east_ce7c {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.short_4a8b {
  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;
}

.short_4a8b * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.short_4a8b:hover {
  box-shadow: var(--shadow-lg);
}

.short_4a8b.thick-b220 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.short_4a8b h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.short_4a8b ul {
  margin: 1rem 0;
}

.short_4a8b li {
  margin-bottom: 0.75rem;
}

.picture_bronze_07b9 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.summary-current-f721 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.summary-current-f721 a {
  font-weight: 600;
}

/* === Data Tables === */
.liquid-52d0 {
  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;
}

.liquid-52d0 table {
  width: 100%;
  min-width: 600px;
}

.liquid-52d0 thead {
  background-color: var(--primary-color);
  color: white;
}

.liquid-52d0 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.liquid-52d0 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.liquid-52d0 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.liquid-52d0 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.orange_d9fe {
  list-style: none;
  margin: 1.5rem 0;
}

.orange_d9fe li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.orange_d9fe li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.footer_upper_d6e5::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-fdde::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 === */
.media-e1ce {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.detail-a6c9 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.detail-a6c9 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.detail-a6c9 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.detail-a6c9 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.media-e1ce blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.photo_df1f {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.photo_df1f::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.message-0e82 {
  position: relative;
  margin-bottom: 3rem;
}

.message_orange_60f0 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.message_orange_60f0 .outer-8186 {
  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;
}

.element-5eea {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.element-5eea h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.element-5eea ul {
  margin: 1rem 0;
}

.element-5eea li {
  margin-bottom: 0.75rem;
}

.secondary_679c {
  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 === */
.avatar-2ab9 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.avatar-2ab9 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.dynamic_ebd1 {
  list-style: none;
  margin: 1.5rem 0;
}

.dynamic_ebd1 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.dynamic_ebd1 a {
  font-weight: 600;
}

.highlight-d37a {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.border-first-39ec {
  margin: 2.5rem 0;
}

.status-black-0508 {
  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;
}

.status-black-0508:hover {
  box-shadow: var(--shadow-lg);
}

.status-black-0508.liquid_39ea {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.purple_7e42 {
  flex-shrink: 0;
}

.purple_7e42 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);
}

.background-fab3 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.status_top_10a3,
.notice_6cbe,
.content-8386 {
  width: 100%;
  margin: 1.5rem 0;
}

.card_north_5471 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.card_north_5471 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.button_a3fa {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.button_a3fa strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.media_south_9de3 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.media_south_9de3 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.breadcrumb-south-3bb8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.hidden-a105 {
  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;
}

.hidden-a105:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.hidden-a105.blue-1116 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.hidden-a105 .focus_easy_3500 {
  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;
}

.hidden-a105 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.wrapper_black_4d8e {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.stale_6b7d {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.stale_6b7d label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.search_solid_d6fb {
  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 === */
.texture_first_ee2a {
  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;
}

.sidebar_80ff {
  background-color: var(--primary-color);
  color: white;
}

.sidebar_80ff:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.popup_large_be99 {
  background-color: var(--text-secondary);
  color: white;
}

.popup_large_be99:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.active-8163 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.active-8163:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.thumbnail_cold_a7b9 {
  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;
}

.thumbnail_cold_a7b9:hover {
  background-color: var(--primary-dark);
}

.dim_ffee {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.modal_6dab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.container_93ca {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.basic-4df0 {
  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 === */
.text-south-21c5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.backdrop_paper_835b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.backdrop_paper_835b h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.badge_2121 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.slider_58cb {
  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;
}

.focused_f3be {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.tooltip-upper-1002 {
  list-style: none;
  counter-reset: rank-counter;
}

.tooltip-upper-1002 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.tooltip-upper-1002 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;
}

.bottom_9027 {
  list-style: none;
}

.bottom_9027 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.detail-451c {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.right_6e2f {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.right_6e2f .box-orange-4941 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.right_6e2f .border-cf83 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.advanced_23f9 {
  margin-top: 3rem;
}

.secondary_narrow_a3f0 {
  width: 100%;
}

.sort-63ac {
  background-color: #fef3c7;
}

.focus_8f3f {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.overlay_7728 {
  margin: 3rem 0;
}

.chip_fast_e66a {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.grid_79e3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.grid_79e3:hover {
  box-shadow: var(--shadow-lg);
}

.grid_79e3.card-ccfd {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.bright-9ea3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.primary-fresh-0ccd strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.primary-fresh-0ccd span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.tag_rough_b0df {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.grid_79e3 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.thumbnail-tall-b121 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.pattern_169c {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.popup_ef65 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.notice-ea95 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.hovered_667c {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.widget-6dd6 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.module_f208 {
  max-width: 900px;
  margin: 0 auto;
}

.steel-c4f3 {
  margin: 2rem 0;
}

.card-7257 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.card-7257 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.card-7257 summary::-webkit-details-marker {
  display: none;
}

.card-7257 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.banner-top-35e9 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.card-7257[open] .banner-top-35e9 {
  transform: rotate(45deg);
}

.hero_362d {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.hero_362d p:last-child {
  margin-bottom: 0;
}

.accordion-iron-d9b5 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.pink-e908 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.thumbnail_5c0e {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.thumbnail_5c0e p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.thumbnail_5c0e .texture_first_ee2a {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.narrow-efef {
  max-width: 900px;
  margin: 0 auto;
}

.texture_pressed_cac9 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.main_silver_833a {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.main_silver_833a.fn-success-fdde {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.image-a006 {
  font-size: 3rem;
  line-height: 1;
}

.logo-f65d h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.north-cf76 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.caption-orange-95d0,
.video_3897 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.caption-orange-95d0 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.video_3897 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.center-10ad,
.warm-012d {
  margin: 1.5rem 0;
}

.center-10ad li,
.warm-012d li {
  margin-bottom: 1rem;
}

.list-warm-6d18 {
  margin: 3rem 0;
}

.tag_a528 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.tag_a528 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.tag_a528 ol {
  margin: 1rem 0;
}

.tag_a528 li {
  margin-bottom: 0.75rem;
}

.tall-388d {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.feature_c4e8 {
  margin: 2rem 0;
}

.row-1d53 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.carousel-d8b3 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.alert-6c2d {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.primary_next_8cb1 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.dim-e41a {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.progress-2d42 {
  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;
}

.progress-2d42 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.search_fluid_a1c9 {
  flex: 1;
}

.search_fluid_a1c9 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.detail_b1fc {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.pagination-copper-421c p {
  margin-bottom: 1rem;
}

.purple-e9d8 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.message-paper-36cc {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.breadcrumb_a480 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.breadcrumb_a480 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.small-959c h3 {
  margin-bottom: 1.5rem;
}

.description_1ddb {
  display: grid;
  gap: 2rem;
}

.under_8848 {
  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;
}

.under_8848 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.under_8848 h4 {
  margin: 0 0 0.25rem;
}

.under_8848 p {
  margin: 0;
  font-size: 0.9375rem;
}

.dropdown_9699 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.background-9297 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.background-9297 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.background-9297 ul {
  margin: 1.5rem 0;
}

.background-9297 li {
  margin-bottom: 0.75rem;
}

.hero_hovered_03fb {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.background_motion_c98e {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.filter_green_2ef7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.texture-solid-7b86 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.texture-solid-7b86 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.mini-b5b0 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.mini-b5b0 a {
  color: rgba(255, 255, 255, 0.8);
}

.container-a505 {
  list-style: none;
}

.container-a505 li {
  margin-bottom: 0.75rem;
}

.container-a505 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.container-a505 a:hover {
  color: white;
}

.fluid_cc8b {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.item-eeb2 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.hidden-eba1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.shadow_5087 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.solid-233a {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .text_c3d9 {
    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;
  }

  .pink_8172 {
    font-size: 1.5rem !important;
  }

  .dirty_191a {
    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 */
  .short_4a8b,
  .red-ae43,
  .element-5eea,
  .background-fab3,
  .bright-9ea3,
  .grid_79e3,
  .hero_362d,
  .modal-fixed-56b3,
  .feature-hard-dde3,
  .fresh_1952 {
    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 */
  .east-ca6b {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .current-32b4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .element_cool_e568 {
    flex-shrink: 0;
  }

  .search_fluid_a1c9 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .layout-center-e828,
  .summary_7478 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .summary_7478 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .item_05f2 {
    display: none;
  }

  /* Show mobile actions */
  .list-medium-7e0c {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .modal_west_5e7e {
    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;
  }

  .modal_west_5e7e svg {
    flex-shrink: 0;
  }

  .modal_west_5e7e .frame_old_1017 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .modal_west_5e7e .sidebar_advanced_2c1f {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .north_6a80 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .main-b287 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .modal_west_5e7e:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .video_1048 {
    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;
  }

  .video_1048.fn-active-fdde {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .video_1048 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .video_1048 li:last-child {
    border-bottom: none;
  }

  .video_1048 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .hover-2601 {
    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;
  }

  .hover-2601 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .hover-2601 li:last-child {
    border-bottom: none;
  }

  .hover-2601 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .narrow-ad60 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .summary-1122 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .chip-ab87,
  .tertiary_4923 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .chip-ab87 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .tertiary_4923 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .hover-2601.fn-active-fdde {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .highlight-c8cc {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .container_south_bf88 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .layout-1597 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .accordion-41e8 {
    margin-top: 0;
  }

  /* Hero section */
  .accordion-41e8 {
    padding: 2rem 0 1.5rem;
  }

  .dirty_191a {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .feature-hard-dde3 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .backdrop_d5a3 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .notification-fff2 {
    max-width: 100%;
    border-radius: 8px;
  }

  .badge_981a {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .column-simple-8a9a {
    padding: 1rem;
  }

  .hot-8784 {
    font-size: 1.5rem;
  }

  .silver-7fe5 {
    font-size: 0.75rem;
  }

  .modal-fixed-56b3 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .tag_7163 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .tag_7163 .texture_first_ee2a {
    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 */
  .prev-cac3 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .status-black-0508 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .purple_7e42 {
    margin-bottom: 1rem;
  }

  /* Author */
  .huge_6a8d {
    flex-direction: column;
  }

  .progress-2d42 {
    flex-direction: column;
  }

  /* Quotes */
  .bright-9ea3 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .north-cf76 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .primary_next_8cb1 {
    flex-direction: column;
  }

  .primary_next_8cb1 .texture_first_ee2a {
    width: 100%;
  }

  /* Version comparison */
  .breadcrumb-south-3bb8 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .text-south-21c5 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .filter_green_2ef7 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hidden-eba1 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .liquid-52d0,
  .notice_6cbe,
  .box-2551,
  .secondary_narrow_a3f0,
  .status_top_10a3,
  .content-8386 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .liquid-52d0 table,
  .notice_6cbe table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .search_solid_d6fb {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .text_c3d9 {
    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;
  }

  .pink_8172 {
    font-size: 1.25rem !important;
  }

  .dirty_191a {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .container_south_bf88 {
    position: fixed;
  }

  .layout-1597 {
    padding: 0.625rem 0;
  }

  .hero-solid-4197 img {
    height: 26px;
  }

  .hover-2601 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .video_1048 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .modal_west_5e7e {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .modal_west_5e7e svg {
    width: 18px;
    height: 18px;
  }

  .modal_west_5e7e .frame_old_1017 {
    font-size: 0.7rem;
  }

  .modal_west_5e7e .sidebar_advanced_2c1f {
    font-size: 0.65rem;
  }

  .chip-ab87,
  .tertiary_4923 {
    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, .text_c3d9, .column-82ba, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .backdrop_d5a3 {
    padding: 1rem;
  }

  .badge_981a {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .column-simple-8a9a {
    padding: 0.875rem;
  }

  .hot-8784 {
    font-size: 1.25rem;
  }

  .tag_7163 .texture_first_ee2a {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .dirty_191a {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .texture_first_ee2a {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .dim_ffee {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .status-black-0508 {
    padding: 1rem;
  }

  .purple_7e42 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .short_4a8b,
  .fresh-5722,
  .tall_4f9e,
  .info_f150 {
    padding: 1rem;
  }
}

@media print {
  .container_south_bf88,
  .notification_b631,
  .highlight-c8cc,
  .texture_first_ee2a,
  .background_motion_c98e {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .text_c3d9 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.pagination_5d89 {
  margin-bottom: 3rem;
  text-align: center;
}

.pink_8172 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.description-a0cb {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.row_cool_d192,
.bright-c75f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.feature_fast_4267 {
  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;
}

.feature_fast_4267:hover {
  transform: translateY(-5px);
}

.feature_fast_4267 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.feature_fast_4267 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.info_action_4cf0 {
  margin: 3rem 0;
}

.text_b410 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.red_b31c {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.red_b31c:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.thumbnail_7156 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hidden_16fe {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.over-3b28 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.focus_c1fa {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.tabs-6065 {
  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;
}

.tabs-6065:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.tabs-6065.filter_clean_ce5e {
  border-left: 4px solid var(--primary-color);
}

.highlight_f23b {
  flex-shrink: 0;
}

.highlight_f23b svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.copper-ce0b {
  flex: 1;
}

.copper-ce0b h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.brown-0a41 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.feature-active-bb56,
.nav-a3a0,
.west_3616 {
  margin-bottom: 1.5rem;
}

.feature-active-bb56 h4,
.nav-a3a0 h4,
.west_3616 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.feature-active-bb56 ul,
.nav-a3a0 ul,
.west_3616 ul {
  list-style: none;
  padding: 0;
}

.feature-active-bb56 li,
.nav-a3a0 li,
.west_3616 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.feature-active-bb56 li:before,
.nav-a3a0 li:before,
.west_3616 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.form-dim-c700 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.form-dim-c700 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;
}

.form-dim-c700 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.left_ec73 { margin: 2rem 0; }
.frame-a329 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.frame-a329 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.focus_ad9b p { margin-bottom: 1rem; line-height: 1.7; }
.focus_ad9b strong { color: var(--text-primary); }
.focus_ad9b ul { list-style: none; padding-left: 0; }
.focus_ad9b ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.focus_ad9b ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.button-e707 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.card-290c { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.card-290c:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.hover-light-718f { font-size: 3rem; margin-bottom: 1rem; }
.card-290c h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.card-290c p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.dark_3909 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.dark_3909 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.pressed_b46d { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.gradient_2898 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.rough-f885 { text-align: center; }
.large_0642 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.active-0b13 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.slow-662a { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.aside-blue-15f7 { margin: 2rem 0; }
.footer-6c76 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.footer-6c76 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.footer-6c76 p, .footer-6c76 ul { line-height: 1.7; }
.footer-6c76 ul { list-style: none; padding-left: 0; }
.footer-6c76 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.footer-6c76 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.backdrop_880e { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.paragraph-orange-2978 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.wood-dc68 { text-align: center; }
.carousel-lower-71be { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.text_first_33e8 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.main_fresh_8f9b { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.large_0eca { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.component-3c4e { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.component-3c4e:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.component-3c4e h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.component-3c4e p, .component-3c4e ul { line-height: 1.7; }
.component-3c4e ul { list-style: none; padding-left: 0; }
.component-3c4e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.component-3c4e ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 02fe */
.ghost-box-b1 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
