/* ============================================
   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 */
.yellow_4b31 p,
.surface-a0b6,
.cold_543c,
.wood-2560,
.liquid-9c62,
.surface_1b0e,
.gold_1584,
.message-full-2b8a {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.text_adda {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.text_adda > *,
.slider_0bd1,
.yellow_4b31,
.paragraph_warm_1455 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .text_adda {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .text_adda {
    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 === */
.pagination-ff91 {
  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 */
.pagination-ff91.north_8170 {
  box-shadow: var(--shadow-md);
}

.east_949f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.status-42ca img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.section_in_4586 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.preview-small-feba {
  display: none;
}

/* Hide mobile actions on desktop */
.active_small_0ee0 {
  display: none;
}

.button_hot_0932 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.button_hot_0932 a:hover,
.button_hot_0932 a.fn-active-0eeb {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.main_49f3 {
  margin-left: 1rem;
}

.media-1ecd {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.gallery_new_14e3,
.element_right_9734 {
  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;
}

.gallery_new_14e3 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.gallery_new_14e3: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_right_9734 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.element_right_9734: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;
}

.gallery_new_14e3 svg,
.element_right_9734 svg {
  flex-shrink: 0;
}

.next_4683 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.summary_action_037f {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.summary_action_037f::before,
.summary_action_037f::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.summary_action_037f::before {
  top: -7px;
}

.summary_action_037f::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.cold-3129 {
  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 === */
.carousel_mini_7e9c {
  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);
}

.iron_407f {
  margin: 0 0 2rem;
  text-align: center;
}

.status_last_0354 {
  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;
}

.status_last_0354:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.active_4556 {
  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);
}

.active_4556 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.pattern-new-40f8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.popup-dynamic-2a35 {
  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;
}

.popup-dynamic-2a35:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.pagination-e478 {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.input_4a37 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.element-ddf9 {
  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);
}

.element-ddf9 .shade-48a0 {
  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;
}

.element-ddf9 .shade-48a0 svg {
  flex-shrink: 0;
}

.element-ddf9 .filter-easy-a360 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.element-ddf9 .filter-easy-a360: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);
}

.element-ddf9 .paragraph_cold_59dd {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.element-ddf9 .paragraph_cold_59dd: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) {
  .carousel_mini_7e9c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .status_last_0354 {
    max-width: 100%;
  }

  .pattern-new-40f8 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .popup-dynamic-2a35 {
    padding: 1rem;
  }

  .pagination-e478 {
    font-size: 1.5rem;
  }

  .input_4a37 {
    font-size: 0.75rem;
  }

  .active_4556 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .element-ddf9 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .element-ddf9 .shade-48a0 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .pattern-new-40f8 {
    grid-template-columns: 1fr;
  }
}

.column-4116 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.disabled-hot-4858 {
  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 === */
.card_3d18 {
  margin-bottom: 2.5rem;
}

.primary-f9f5 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.column-4116 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.center-8661 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.image-9b50 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.main_fluid_acd3 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.filter-tiny-b3b7 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.panel-3940 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.hidden-994a {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.orange_900f {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.orange_900f svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.background_1395 {
  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);
}

.box-b15c {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.aside-medium-8ab8 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.footer-afe9 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.brown-987e {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.frame-yellow-6da9 {
  display: grid;
  gap: 1rem;
}

.tall_2122 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.mini-1100 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.preview_thick_13a3 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.outline_motion_8c33 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.popup-2af2 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.modal-next-4801 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.modal-next-4801 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.surface-a0b6 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.wide_d4c3 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.slider_f995 {
  display: grid;
  gap: 2rem;
}

.liquid_7146 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.image-9b50 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.center-8661 {
  flex: 1;
}

.filter-tiny-b3b7 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.filter-tiny-b3b7 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.search-left-e3b7 {
  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;
}

.panel-3940 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.hidden_f446 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.hidden_f446 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.gallery_old_18d9 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.gallery_old_18d9 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.sort_fast_7f8e {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.sort_fast_7f8e strong {
  display: block;
  margin-bottom: 0.75rem;
}

.sort_fast_7f8e ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.sort_fast_7f8e li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.backdrop-0bc7 {
  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 === */
.grid_51ca {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.grid_glass_a629 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.border-bronze-a425 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.alert-thick-8547 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.alert-thick-8547 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.alert-thick-8547 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.alert-thick-8547 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;
}

.alert-thick-8547 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.alert-thick-8547 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.yellow_4b31 {
  padding: 3rem 0 5rem;
}

.paragraph_warm_1455 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.paragraph_warm_1455.info-4da7 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.cold_543c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.photo-4cf7 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.thick-7823 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.thick-7823 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.item_north_9038 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.bright_98e8 {
  text-align: center;
}

.container_f3db {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.sort-prev-3f7d {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.grid-tall-42a9 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.surface_1b0e {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.wood-2560 {
  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;
}

.wood-2560 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.wood-2560:hover {
  box-shadow: var(--shadow-lg);
}

.wood-2560.dropdown-action-3a87 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.wood-2560 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.wood-2560 ul {
  margin: 1rem 0;
}

.wood-2560 li {
  margin-bottom: 0.75rem;
}

.image-ab04 {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.hero_6660 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.hero_6660 a {
  font-weight: 600;
}

/* === Data Tables === */
.accent-green-cf01 {
  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;
}

.accent-green-cf01 table {
  width: 100%;
  min-width: 600px;
}

.accent-green-cf01 thead {
  background-color: var(--primary-color);
  color: white;
}

.accent-green-cf01 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.accent-green-cf01 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.accent-green-cf01 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.accent-green-cf01 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.label_paper_a1ad {
  list-style: none;
  margin: 1.5rem 0;
}

.label_paper_a1ad li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.label_paper_a1ad li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.border_30db::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-0eeb::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 === */
.blue_1d68 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.west_64be {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.west_64be img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.west_64be strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.west_64be span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.blue_1d68 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.gold_1584 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.gold_1584::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.heading_smooth_79d9 {
  position: relative;
  margin-bottom: 3rem;
}

.border_bright_3cad {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.border_bright_3cad .pagination_dynamic_984e {
  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;
}

.thumbnail-hovered-f2f9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.thumbnail-hovered-f2f9 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.thumbnail-hovered-f2f9 ul {
  margin: 1rem 0;
}

.thumbnail-hovered-f2f9 li {
  margin-bottom: 0.75rem;
}

.status-smooth-23ef {
  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 === */
.next-e3c6 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.next-e3c6 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.summary_huge_03af {
  list-style: none;
  margin: 1.5rem 0;
}

.summary_huge_03af li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.summary_huge_03af a {
  font-weight: 600;
}

.right-c615 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.message-full-2b8a {
  margin: 2.5rem 0;
}

.fresh-2588 {
  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;
}

.fresh-2588:hover {
  box-shadow: var(--shadow-lg);
}

.fresh-2588.pro_8a24 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.simple_bef7 {
  flex-shrink: 0;
}

.simple_bef7 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);
}

.badge-huge-37d2 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.surface-fixed-33a2,
.box-6b50,
.rough-028f {
  width: 100%;
  margin: 1.5rem 0;
}

.info-91c6 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.info-91c6 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.active-3b97 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.active-3b97 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.purple-d2cd {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.purple-d2cd strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.texture-9cce {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.bright-6459 {
  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;
}

.bright-6459:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.bright-6459.overlay-dirty-4c85 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.bright-6459 .fast-083f {
  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;
}

.bright-6459 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.white_e54c {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.grid_narrow_99d8 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.grid_narrow_99d8 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.search_narrow_27bb {
  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 === */
.shade-48a0 {
  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;
}

.filter-easy-a360 {
  background-color: var(--primary-color);
  color: white;
}

.filter-easy-a360:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.paragraph_cold_59dd {
  background-color: var(--text-secondary);
  color: white;
}

.paragraph_cold_59dd:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.menu_f8c8 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.menu_f8c8:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.grid_slow_f847 {
  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;
}

.grid_slow_f847:hover {
  background-color: var(--primary-dark);
}

.form_middle_1649 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.breadcrumb_6e93 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.notice_8470 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.large-6c97 {
  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 === */
.mini_f808 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.primary_new_20e3 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.primary_new_20e3 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.notice_fresh_93e1 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.text_b6d2 {
  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;
}

.south_6197 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.texture-wood-fcf3 {
  list-style: none;
  counter-reset: rank-counter;
}

.texture-wood-fcf3 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.texture-wood-fcf3 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;
}

.form-a650 {
  list-style: none;
}

.form-a650 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.new-99df {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.accordion-551f {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.accordion-551f .description_fixed_b008 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.accordion-551f .nav-stone-51a1 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.gradient_bronze_43d5 {
  margin-top: 3rem;
}

.over-df81 {
  width: 100%;
}

.sidebar-b517 {
  background-color: #fef3c7;
}

.dark-32e5 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.nav_ea73 {
  margin: 3rem 0;
}

.steel_89c6 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.header_3ba2 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.header_3ba2:hover {
  box-shadow: var(--shadow-lg);
}

.header_3ba2.top_153d {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.table-dc54 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.progress_silver_8f6e strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.progress_silver_8f6e span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.purple_1f58 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.header_3ba2 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.nav_2506 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.progress_paper_9d38 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.tag_6646 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.widget_thick_1499 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.message-wide-56c7 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.title_45aa {
  margin-top: 1rem;
}

/* === FAQ Section === */
.container_4e82 {
  max-width: 900px;
  margin: 0 auto;
}

.sort-purple-023c {
  margin: 2rem 0;
}

.label-8e2f {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.label-8e2f summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.label-8e2f summary::-webkit-details-marker {
  display: none;
}

.label-8e2f summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.large-19d0 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.label-8e2f[open] .large-19d0 {
  transform: rotate(45deg);
}

.button-tiny-bac5 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.button-tiny-bac5 p:last-child {
  margin-bottom: 0;
}

.table_fast_37b5 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.outline-aabf {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.feature-next-7a6e {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.feature-next-7a6e p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.feature-next-7a6e .shade-48a0 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.shade_iron_d1c7 {
  max-width: 900px;
  margin: 0 auto;
}

.hard_8910 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.focus_top_17bf {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.focus_top_17bf.fn-success-0eeb {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.notification_dbc9 {
  font-size: 3rem;
  line-height: 1;
}

.panel-5171 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.next-bc7d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.new_6e83,
.new_4d9a {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.new_6e83 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.new_4d9a h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.cool-9e9b,
.bright-a745 {
  margin: 1.5rem 0;
}

.cool-9e9b li,
.bright-a745 li {
  margin-bottom: 1rem;
}

.title_12a7 {
  margin: 3rem 0;
}

.button-4748 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.button-4748 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.button-4748 ol {
  margin: 1rem 0;
}

.button-4748 li {
  margin-bottom: 0.75rem;
}

.thumbnail_f0b4 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.header-iron-9831 {
  margin: 2rem 0;
}

.banner-2246 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.feature_c152 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.down-b199 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.alert-6282 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.popup-5d5f {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.link_d161 {
  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;
}

.link_d161 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.main_fluid_acd3 {
  flex: 1;
}

.main_fluid_acd3 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.title_650a {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.row_1f60 p {
  margin-bottom: 1rem;
}

.badge_0266 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.surface-cold-eefd {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.alert-stone-851a {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.alert-stone-851a a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.image-2f23 h3 {
  margin-bottom: 1.5rem;
}

.backdrop_liquid_203b {
  display: grid;
  gap: 2rem;
}

.feature-thick-7eb7 {
  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;
}

.feature-thick-7eb7 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.feature-thick-7eb7 h4 {
  margin: 0 0 0.25rem;
}

.feature-thick-7eb7 p {
  margin: 0;
  font-size: 0.9375rem;
}

.form_e771 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.east-47c1 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.east-47c1 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.east-47c1 ul {
  margin: 1.5rem 0;
}

.east-47c1 li {
  margin-bottom: 0.75rem;
}

.logo-dim-32a1 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.info_iron_8806 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.stone_267d {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.disabled_2fad h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.disabled_2fad p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.glass-a078 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.glass-a078 a {
  color: rgba(255, 255, 255, 0.8);
}

.icon-dirty-fe0e {
  list-style: none;
}

.icon-dirty-fe0e li {
  margin-bottom: 0.75rem;
}

.icon-dirty-fe0e a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.icon-dirty-fe0e a:hover {
  color: white;
}

.simple_09cb {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.background_motion_fd9b {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.selected_428b {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.modal-in-21d2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.media_7b7b {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .text_adda {
    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;
  }

  .link_bright_7946 {
    font-size: 1.5rem !important;
  }

  .primary-f9f5 {
    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 */
  .wood-2560,
  .liquid-9c62,
  .thumbnail-hovered-f2f9,
  .badge-huge-37d2,
  .table-dc54,
  .header_3ba2,
  .button-tiny-bac5,
  .active_4556,
  .surface-a0b6,
  .cold_543c {
    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 */
  .column-4116 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .center-8661 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .image-9b50 {
    flex-shrink: 0;
  }

  .main_fluid_acd3 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .filter-tiny-b3b7,
  .panel-3940 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .panel-3940 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .section_in_4586 {
    display: none;
  }

  /* Show mobile actions */
  .active_small_0ee0 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .disabled_steel_d677 {
    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;
  }

  .disabled_steel_d677 svg {
    flex-shrink: 0;
  }

  .disabled_steel_d677 .fast_70a6 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .disabled_steel_d677 .bottom_4bdd {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .input_b401 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .hot-4603 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .disabled_steel_d677:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .preview-small-feba {
    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;
  }

  .preview-small-feba.fn-active-0eeb {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .preview-small-feba li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .preview-small-feba li:last-child {
    border-bottom: none;
  }

  .preview-small-feba a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .button_hot_0932 {
    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;
  }

  .button_hot_0932 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .button_hot_0932 li:last-child {
    border-bottom: none;
  }

  .button_hot_0932 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .main_49f3 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .media-1ecd {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .gallery_new_14e3,
  .element_right_9734 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .gallery_new_14e3 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .element_right_9734 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .button_hot_0932.fn-active-0eeb {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .next_4683 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .pagination-ff91 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .east_949f {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .cold-3129 {
    margin-top: 0;
  }

  /* Hero section */
  .cold-3129 {
    padding: 2rem 0 1.5rem;
  }

  .primary-f9f5 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .surface-a0b6 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .carousel_mini_7e9c {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .status_last_0354 {
    max-width: 100%;
    border-radius: 8px;
  }

  .pattern-new-40f8 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .popup-dynamic-2a35 {
    padding: 1rem;
  }

  .pagination-e478 {
    font-size: 1.5rem;
  }

  .input_4a37 {
    font-size: 0.75rem;
  }

  .active_4556 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .element-ddf9 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .element-ddf9 .shade-48a0 {
    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 */
  .border-bronze-a425 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .fresh-2588 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .simple_bef7 {
    margin-bottom: 1rem;
  }

  /* Author */
  .liquid_7146 {
    flex-direction: column;
  }

  .link_d161 {
    flex-direction: column;
  }

  /* Quotes */
  .table-dc54 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .next-bc7d {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .alert-6282 {
    flex-direction: column;
  }

  .alert-6282 .shade-48a0 {
    width: 100%;
  }

  /* Version comparison */
  .texture-9cce {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .mini_f808 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .stone_267d {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .selected_428b {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .accent-green-cf01,
  .box-6b50,
  .hovered-0d88,
  .over-df81,
  .surface-fixed-33a2,
  .rough-028f {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .accent-green-cf01 table,
  .box-6b50 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_narrow_27bb {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .text_adda {
    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;
  }

  .link_bright_7946 {
    font-size: 1.25rem !important;
  }

  .primary-f9f5 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .pagination-ff91 {
    position: fixed;
  }

  .east_949f {
    padding: 0.625rem 0;
  }

  .status-42ca img {
    height: 26px;
  }

  .button_hot_0932 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .preview-small-feba {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .disabled_steel_d677 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .disabled_steel_d677 svg {
    width: 18px;
    height: 18px;
  }

  .disabled_steel_d677 .fast_70a6 {
    font-size: 0.7rem;
  }

  .disabled_steel_d677 .bottom_4bdd {
    font-size: 0.65rem;
  }

  .gallery_new_14e3,
  .element_right_9734 {
    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_adda, .slider_0bd1, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .carousel_mini_7e9c {
    padding: 1rem;
  }

  .pattern-new-40f8 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .popup-dynamic-2a35 {
    padding: 0.875rem;
  }

  .pagination-e478 {
    font-size: 1.25rem;
  }

  .element-ddf9 .shade-48a0 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .primary-f9f5 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .shade-48a0 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .form_middle_1649 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .fresh-2588 {
    padding: 1rem;
  }

  .simple_bef7 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .wood-2560,
  .description_yellow_b52b,
  .backdrop_silver_ce39,
  .primary_easy_8076 {
    padding: 1rem;
  }
}

@media print {
  .pagination-ff91,
  .grid_51ca,
  .next_4683,
  .shade-48a0,
  .info_iron_8806 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .text_adda {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.dynamic-fac8 {
  margin-bottom: 3rem;
  text-align: center;
}

.link_bright_7946 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.overlay-58b4 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.active_top_afc1,
.active-5772 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.border-fd84 {
  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;
}

.border-fd84:hover {
  transform: translateY(-5px);
}

.border-fd84 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.border-fd84 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.caption_cd34 {
  margin: 3rem 0;
}

.tertiary_glass_28ed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.button_88e9 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.button_88e9:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.thumbnail-ff18 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.banner_black_4ee2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.shadow_lite_c9e0 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.list-a28a {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.feature_27fd {
  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;
}

.feature_27fd:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.feature_27fd.element-9ff6 {
  border-left: 4px solid var(--primary-color);
}

.current_b1c4 {
  flex-shrink: 0;
}

.current_b1c4 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.bottom-2d20 {
  flex: 1;
}

.bottom-2d20 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.media-up-dfdf {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.mask-6028,
.active-e62a,
.tiny-e48e {
  margin-bottom: 1.5rem;
}

.mask-6028 h4,
.active-e62a h4,
.tiny-e48e h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mask-6028 ul,
.active-e62a ul,
.tiny-e48e ul {
  list-style: none;
  padding: 0;
}

.mask-6028 li,
.active-e62a li,
.tiny-e48e li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.mask-6028 li:before,
.active-e62a li:before,
.tiny-e48e li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.caption-65a3 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.caption-65a3 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;
}

.caption-65a3 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.solid_f6ff { margin: 2rem 0; }
.large_bb26 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.large_bb26 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.outline-eee3 p { margin-bottom: 1rem; line-height: 1.7; }
.outline-eee3 strong { color: var(--text-primary); }
.outline-eee3 ul { list-style: none; padding-left: 0; }
.outline-eee3 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.outline-eee3 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.hidden_aaa5 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.photo-8c06 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.photo-8c06:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.content-red-0467 { font-size: 3rem; margin-bottom: 1rem; }
.photo-8c06 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.photo-8c06 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.panel_prev_d121 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.panel_prev_d121 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.gradient-dim-4451 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.layout_3718 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.gradient-out-a437 { text-align: center; }
.motion_3ebb { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.active_eedc { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.light_92de { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.detail_first_4362 { margin: 2rem 0; }
.top-9631 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.top-9631 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.top-9631 p, .top-9631 ul { line-height: 1.7; }
.top-9631 ul { list-style: none; padding-left: 0; }
.top-9631 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.top-9631 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.message-bd30 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.left_a2ec { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.text_f8f8 { text-align: center; }
.icon-20d1 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.tag-focused-8660 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.header-d36a { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.outer-bda1 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.box_glass_1b39 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.box_glass_1b39:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.box_glass_1b39 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.box_glass_1b39 p, .box_glass_1b39 ul { line-height: 1.7; }
.box_glass_1b39 ul { list-style: none; padding-left: 0; }
.box_glass_1b39 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.box_glass_1b39 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 08e4 */
.widget-item-t3 {
  padding: 0.3rem;
  font-size: 13px;
  line-height: 1.3;
}
