/* ============================================
   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 */
.status_green_aed2 p,
.tooltip-917a,
.article_selected_5679,
.dynamic-49fe,
.card-pink-e159,
.preview-fc75,
.wood_865c,
.wrapper-wood-7cea {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.grid_dark_362f {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.grid_dark_362f > *,
.caption-smooth-fa40,
.status_green_aed2,
.modal_glass_7dbc {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .grid_dark_362f {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .grid_dark_362f {
    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 === */
.stale_3415 {
  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 */
.stale_3415.block-gas-0e2e {
  box-shadow: var(--shadow-md);
}

.footer-new-9c21 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.hard_4ea9 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.action_5078 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.pattern-copper-7da1 {
  display: none;
}

/* Hide mobile actions on desktop */
.status_c30a {
  display: none;
}

.red-9769 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.red-9769 a:hover,
.red-9769 a.fn-active-81c1 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.pagination_hard_3fe5 {
  margin-left: 1rem;
}

.logo_hovered_a331 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.modal-3385,
.detail-45b1 {
  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;
}

.modal-3385 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.modal-3385: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;
}

.detail-45b1 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.detail-45b1: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;
}

.modal-3385 svg,
.detail-45b1 svg {
  flex-shrink: 0;
}

.summary-e299 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.form-orange-11fc {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.form-orange-11fc::before,
.form-orange-11fc::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.form-orange-11fc::before {
  top: -7px;
}

.form-orange-11fc::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.column_7d09 {
  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 === */
.small-eeba {
  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);
}

.detail_1de8 {
  margin: 0 0 2rem;
  text-align: center;
}

.popup_1824 {
  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;
}

.popup_1824:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.aside-3cb9 {
  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);
}

.aside-3cb9 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.logo-ac62 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.warm-18a4 {
  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;
}

.warm-18a4:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.paragraph-ef9b {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.liquid-8ddb {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.modal-easy-ff83 {
  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);
}

.modal-easy-ff83 .focus_4620 {
  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;
}

.modal-easy-ff83 .focus_4620 svg {
  flex-shrink: 0;
}

.modal-easy-ff83 .accent-under-6a14 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.modal-easy-ff83 .accent-under-6a14: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);
}

.modal-easy-ff83 .light_1b23 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.modal-easy-ff83 .light_1b23: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) {
  .small-eeba {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .popup_1824 {
    max-width: 100%;
  }

  .logo-ac62 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .warm-18a4 {
    padding: 1rem;
  }

  .paragraph-ef9b {
    font-size: 1.5rem;
  }

  .liquid-8ddb {
    font-size: 0.75rem;
  }

  .aside-3cb9 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .modal-easy-ff83 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .modal-easy-ff83 .focus_4620 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .logo-ac62 {
    grid-template-columns: 1fr;
  }
}

.picture_hot_07ef {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.item_prev_4d7d {
  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 === */
.pressed-32dd {
  margin-bottom: 2.5rem;
}

.black_8468 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.picture_hot_07ef {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.current-f1dc {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.icon_first_f5da {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.secondary_stale_2170 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.large-8867 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.article_left_8574 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.tag-4656 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.fast_c4d0 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.fast_c4d0 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.tabs-6ffb {
  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);
}

.accordion-b761 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.copper-8ad7 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.popup-bf02 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.preview_17b2 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.sort-prev-c49c {
  display: grid;
  gap: 1rem;
}

.clean_8fdd {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.popup_b514 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.tag-clean-5871 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.hidden_last_9a9f {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.bronze_5ab3 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.module-blue-1b6c {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.module-blue-1b6c p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.tooltip-917a {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.modal_dynamic_ab68 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.background_cde6 {
  display: grid;
  gap: 2rem;
}

.avatar-3a0f {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.icon_first_f5da {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.current-f1dc {
  flex: 1;
}

.large-8867 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.large-8867 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.footer-bronze-4fd5 {
  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;
}

.article_left_8574 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.footer-236a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.footer-236a span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.element_action_7ba4 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.element_action_7ba4 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.link_solid_474e {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.link_solid_474e strong {
  display: block;
  margin-bottom: 0.75rem;
}

.link_solid_474e ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.link_solid_474e li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.notice-baa9 {
  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 === */
.search_center_28af {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.modal-light-3c93 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.next_0ba9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.copper-d334 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.copper-d334 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.copper-d334 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.copper-d334 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;
}

.copper-d334 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.copper-d334 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.status_green_aed2 {
  padding: 3rem 0 5rem;
}

.modal_glass_7dbc {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.modal_glass_7dbc.upper-9ffe {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.article_selected_5679 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.next_d423 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.media-motion-f387 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.media-motion-f387 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.gold_ae80 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.smooth-ae6e {
  text-align: center;
}

.gallery-tiny-e7cb {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.purple-d0c4 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.silver-a005 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.preview-fc75 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.dynamic-49fe {
  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;
}

.dynamic-49fe * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.dynamic-49fe:hover {
  box-shadow: var(--shadow-lg);
}

.dynamic-49fe.tall_addf {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.dynamic-49fe h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.dynamic-49fe ul {
  margin: 1rem 0;
}

.dynamic-49fe li {
  margin-bottom: 0.75rem;
}

.hot_9d2b {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.simple-02ff {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.simple-02ff a {
  font-weight: 600;
}

/* === Data Tables === */
.frame-new-b2d5 {
  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;
}

.frame-new-b2d5 table {
  width: 100%;
  min-width: 600px;
}

.frame-new-b2d5 thead {
  background-color: var(--primary-color);
  color: white;
}

.frame-new-b2d5 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.frame-new-b2d5 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.frame-new-b2d5 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.frame-new-b2d5 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.mask_71ee {
  list-style: none;
  margin: 1.5rem 0;
}

.mask_71ee li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.mask_71ee li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.pagination_9228::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-81c1::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 === */
.dark_9e3a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.paragraph_first_0e6b {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.paragraph_first_0e6b img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.paragraph_first_0e6b strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.paragraph_first_0e6b span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.dark_9e3a blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.wood_865c {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.wood_865c::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.title-f4e2 {
  position: relative;
  margin-bottom: 3rem;
}

.frame-f31c {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.frame-f31c .left_99f3 {
  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;
}

.search-advanced-dcfc {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.search-advanced-dcfc h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.search-advanced-dcfc ul {
  margin: 1rem 0;
}

.search-advanced-dcfc li {
  margin-bottom: 0.75rem;
}

.main-short-52c4 {
  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 === */
.basic-0198 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.basic-0198 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.old_78cd {
  list-style: none;
  margin: 1.5rem 0;
}

.old_78cd li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.old_78cd a {
  font-weight: 600;
}

.chip_6bc7 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.wrapper-wood-7cea {
  margin: 2.5rem 0;
}

.summary_blue_16c9 {
  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;
}

.summary_blue_16c9:hover {
  box-shadow: var(--shadow-lg);
}

.summary_blue_16c9.tertiary-1739 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.hidden_wood_24cc {
  flex-shrink: 0;
}

.hidden_wood_24cc 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);
}

.bottom-4508 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.south_1104,
.column-73bc,
.action-06c8 {
  width: 100%;
  margin: 1.5rem 0;
}

.modal_6bca {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.modal_6bca strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.frame-small-c01a {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.frame-small-c01a strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.main_7177 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.main_7177 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.glass-febf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.prev-b319 {
  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;
}

.prev-b319:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.prev-b319.overlay-cold-d822 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.prev-b319 .tall-3ced {
  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;
}

.prev-b319 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bronze_67e9 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.top-5466 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.top-5466 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.full-28c6 {
  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 === */
.focus_4620 {
  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;
}

.accent-under-6a14 {
  background-color: var(--primary-color);
  color: white;
}

.accent-under-6a14:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.light_1b23 {
  background-color: var(--text-secondary);
  color: white;
}

.light_1b23:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.menu_c382 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.menu_c382:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.gradient_a65e {
  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;
}

.gradient_a65e:hover {
  background-color: var(--primary-dark);
}

.center-fed0 {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.clean_8f90 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.texture_be54 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.south-9ae6 {
  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 === */
.sidebar-orange-9735 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.input_e61e {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.input_e61e h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.video_1a1f {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.header_simple_e00c {
  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;
}

.hard_425c {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.block-north-f112 {
  list-style: none;
  counter-reset: rank-counter;
}

.block-north-f112 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.block-north-f112 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;
}

.liquid_4699 {
  list-style: none;
}

.liquid_4699 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.info_old_071b {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.block_right_725f {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.block_right_725f .widget_2e50 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.block_right_725f .sidebar-cold-f8ec {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.grid-up-c2dc {
  margin-top: 3rem;
}

.primary-f287 {
  width: 100%;
}

.article-a453 {
  background-color: #fef3c7;
}

.fluid-4d6b {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.accent_85ce {
  margin: 3rem 0;
}

.dark_c2a2 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.detail_8cd8 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.detail_8cd8:hover {
  box-shadow: var(--shadow-lg);
}

.detail_8cd8.banner-9a4b {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.focus-dfae {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.middle_f7db strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.middle_f7db span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.small_21d9 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.detail_8cd8 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.info_fe06 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.status_narrow_b1aa {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.sidebar_3430 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.dirty_6c3c {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.disabled-36e6 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.menu-wood-738d {
  margin-top: 1rem;
}

/* === FAQ Section === */
.media-outer-d2c1 {
  max-width: 900px;
  margin: 0 auto;
}

.main-425d {
  margin: 2rem 0;
}

.background-first-2fba {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.background-first-2fba summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.background-first-2fba summary::-webkit-details-marker {
  display: none;
}

.background-first-2fba summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.chip-e815 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.background-first-2fba[open] .chip-e815 {
  transform: rotate(45deg);
}

.under-5e5f {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.under-5e5f p:last-child {
  margin-bottom: 0;
}

.outline-0523 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.nav_3474 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.input_8e38 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.input_8e38 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.input_8e38 .focus_4620 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.surface_146e {
  max-width: 900px;
  margin: 0 auto;
}

.pattern_fixed_6c1e {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.module_lite_a743 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.module_lite_a743.fn-success-81c1 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.description-up-bd73 {
  font-size: 3rem;
  line-height: 1;
}

.up_f691 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.clean-a25c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.card-2f2d,
.purple_72dc {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.card-2f2d h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.purple_72dc h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.thick_97f5,
.background-ebc2 {
  margin: 1.5rem 0;
}

.thick_97f5 li,
.background-ebc2 li {
  margin-bottom: 1rem;
}

.highlight-hovered-9770 {
  margin: 3rem 0;
}

.container-out-8a09 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.container-out-8a09 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.container-out-8a09 ol {
  margin: 1rem 0;
}

.container-out-8a09 li {
  margin-bottom: 0.75rem;
}

.list-light-430b {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.solid-3a3d {
  margin: 2rem 0;
}

.paragraph_next_6ba4 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.card_2d36 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.tooltip-lite-f9bd {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.short-68ac {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.wood-073d {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.north-ade5 {
  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;
}

.north-ade5 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.secondary_stale_2170 {
  flex: 1;
}

.secondary_stale_2170 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.hover_8d63 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.tabs-wood-76c2 p {
  margin-bottom: 1rem;
}

.message-f101 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.yellow-70d3 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.gas-607c {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.gas-607c a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.up-7da9 h3 {
  margin-bottom: 1.5rem;
}

.status_cool_271a {
  display: grid;
  gap: 2rem;
}

.plasma-d78a {
  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;
}

.plasma-d78a img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.plasma-d78a h4 {
  margin: 0 0 0.25rem;
}

.plasma-d78a p {
  margin: 0;
  font-size: 0.9375rem;
}

.widget_static_a133 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.gold-c0a8 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.gold-c0a8 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.gold-c0a8 ul {
  margin: 1.5rem 0;
}

.gold-c0a8 li {
  margin-bottom: 0.75rem;
}

.notification_9ad5 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.icon_static_96e3 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.first_525c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.logo-orange-93c2 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.logo-orange-93c2 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.column_6838 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.column_6838 a {
  color: rgba(255, 255, 255, 0.8);
}

.alert_a9e1 {
  list-style: none;
}

.alert_a9e1 li {
  margin-bottom: 0.75rem;
}

.alert_a9e1 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.alert_a9e1 a:hover {
  color: white;
}

.prev_f8fa {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.plasma_88af {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.dark_af17 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.footer_purple_aa3e {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.description_0ef8 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .grid_dark_362f {
    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;
  }

  .frame-b047 {
    font-size: 1.5rem !important;
  }

  .black_8468 {
    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 */
  .dynamic-49fe,
  .card-pink-e159,
  .search-advanced-dcfc,
  .bottom-4508,
  .focus-dfae,
  .detail_8cd8,
  .under-5e5f,
  .aside-3cb9,
  .tooltip-917a,
  .article_selected_5679 {
    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 */
  .picture_hot_07ef {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .current-f1dc {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .icon_first_f5da {
    flex-shrink: 0;
  }

  .secondary_stale_2170 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .large-8867,
  .article_left_8574 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .article_left_8574 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .action_5078 {
    display: none;
  }

  /* Show mobile actions */
  .status_c30a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .box-ffd3 {
    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;
  }

  .box-ffd3 svg {
    flex-shrink: 0;
  }

  .box-ffd3 .modal_342f {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .box-ffd3 .filter-tiny-d8dd {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .notice_3151 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .breadcrumb-1d6c {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .box-ffd3:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .pattern-copper-7da1 {
    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;
  }

  .pattern-copper-7da1.fn-active-81c1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .pattern-copper-7da1 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .pattern-copper-7da1 li:last-child {
    border-bottom: none;
  }

  .pattern-copper-7da1 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .red-9769 {
    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;
  }

  .red-9769 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .red-9769 li:last-child {
    border-bottom: none;
  }

  .red-9769 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .pagination_hard_3fe5 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .logo_hovered_a331 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .modal-3385,
  .detail-45b1 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .modal-3385 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .detail-45b1 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .red-9769.fn-active-81c1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .summary-e299 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .stale_3415 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .footer-new-9c21 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .column_7d09 {
    margin-top: 0;
  }

  /* Hero section */
  .column_7d09 {
    padding: 2rem 0 1.5rem;
  }

  .black_8468 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .tooltip-917a {
    font-size: 1rem;
  }

  /* Hero brand image */
  .small-eeba {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .popup_1824 {
    max-width: 100%;
    border-radius: 8px;
  }

  .logo-ac62 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .warm-18a4 {
    padding: 1rem;
  }

  .paragraph-ef9b {
    font-size: 1.5rem;
  }

  .liquid-8ddb {
    font-size: 0.75rem;
  }

  .aside-3cb9 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .modal-easy-ff83 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .modal-easy-ff83 .focus_4620 {
    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 */
  .next_0ba9 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .summary_blue_16c9 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .hidden_wood_24cc {
    margin-bottom: 1rem;
  }

  /* Author */
  .avatar-3a0f {
    flex-direction: column;
  }

  .north-ade5 {
    flex-direction: column;
  }

  /* Quotes */
  .focus-dfae {
    flex-direction: column;
  }

  /* Pros/Cons */
  .clean-a25c {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .short-68ac {
    flex-direction: column;
  }

  .short-68ac .focus_4620 {
    width: 100%;
  }

  /* Version comparison */
  .glass-febf {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .sidebar-orange-9735 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .first_525c {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .dark_af17 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .frame-new-b2d5,
  .column-73bc,
  .hero_stone_aa1e,
  .primary-f287,
  .south_1104,
  .action-06c8 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .frame-new-b2d5 table,
  .column-73bc table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .full-28c6 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .grid_dark_362f {
    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;
  }

  .frame-b047 {
    font-size: 1.25rem !important;
  }

  .black_8468 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .stale_3415 {
    position: fixed;
  }

  .footer-new-9c21 {
    padding: 0.625rem 0;
  }

  .hard_4ea9 img {
    height: 26px;
  }

  .red-9769 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .pattern-copper-7da1 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .box-ffd3 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .box-ffd3 svg {
    width: 18px;
    height: 18px;
  }

  .box-ffd3 .modal_342f {
    font-size: 0.7rem;
  }

  .box-ffd3 .filter-tiny-d8dd {
    font-size: 0.65rem;
  }

  .modal-3385,
  .detail-45b1 {
    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, .grid_dark_362f, .caption-smooth-fa40, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .small-eeba {
    padding: 1rem;
  }

  .logo-ac62 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .warm-18a4 {
    padding: 0.875rem;
  }

  .paragraph-ef9b {
    font-size: 1.25rem;
  }

  .modal-easy-ff83 .focus_4620 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .black_8468 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .focus_4620 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .center-fed0 {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .summary_blue_16c9 {
    padding: 1rem;
  }

  .hidden_wood_24cc span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .dynamic-49fe,
  .yellow_2929,
  .backdrop-dirty-b286,
  .plasma_29e7 {
    padding: 1rem;
  }
}

@media print {
  .stale_3415,
  .search_center_28af,
  .summary-e299,
  .focus_4620,
  .icon_static_96e3 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .grid_dark_362f {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.highlight-paper-6d62 {
  margin-bottom: 3rem;
  text-align: center;
}

.frame-b047 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.dropdown-c189 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.thick_0760,
.left-15c9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.box_1ec4 {
  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;
}

.box_1ec4:hover {
  transform: translateY(-5px);
}

.box_1ec4 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.box_1ec4 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.gold-e855 {
  margin: 3rem 0;
}

.medium_cd66 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.tertiary-down-9de2 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.tertiary-down-9de2:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.large_c190 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.new-3942 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.tag-static-2a98 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.caption_acf1 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.disabled_2268 {
  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;
}

.disabled_2268:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.disabled_2268.hovered_bc86 {
  border-left: 4px solid var(--primary-color);
}

.wide_85dd {
  flex-shrink: 0;
}

.wide_85dd svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.thumbnail-inner-d131 {
  flex: 1;
}

.thumbnail-inner-d131 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.thick-5c7c {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.hidden-active-0e22,
.nav-c609,
.pressed_14ce {
  margin-bottom: 1.5rem;
}

.hidden-active-0e22 h4,
.nav-c609 h4,
.pressed_14ce h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hidden-active-0e22 ul,
.nav-c609 ul,
.pressed_14ce ul {
  list-style: none;
  padding: 0;
}

.hidden-active-0e22 li,
.nav-c609 li,
.pressed_14ce li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.hidden-active-0e22 li:before,
.nav-c609 li:before,
.pressed_14ce li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.row-54f1 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.row-54f1 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;
}

.row-54f1 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.iron_209b { margin: 2rem 0; }
.form-96eb { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.form-96eb h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.selected-1261 p { margin-bottom: 1rem; line-height: 1.7; }
.selected-1261 strong { color: var(--text-primary); }
.selected-1261 ul { list-style: none; padding-left: 0; }
.selected-1261 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.selected-1261 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.card_hard_a350 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.aside-bbbe { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.aside-bbbe:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.basic-6b68 { font-size: 3rem; margin-bottom: 1rem; }
.aside-bbbe h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.aside-bbbe p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.short_6a95 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.short_6a95 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.small_6d75 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.detail-0b42 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.wrapper-8df8 { text-align: center; }
.paragraph-old-90c2 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.summary-ce71 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.mask-small-1c5b { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.overlay-hovered-a72c { margin: 2rem 0; }
.static-3db9 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.static-3db9 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.static-3db9 p, .static-3db9 ul { line-height: 1.7; }
.static-3db9 ul { list-style: none; padding-left: 0; }
.static-3db9 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.static-3db9 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.tooltip-5bba { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.hidden-63ec { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.full-4858 { text-align: center; }
.gradient_north_1d0b { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.south-8d11 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.video_iron_6931 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.card-fc3e { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.pink_eff9 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.pink_eff9:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.pink_eff9 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.pink_eff9 p, .pink_eff9 ul { line-height: 1.7; }
.pink_eff9 ul { list-style: none; padding-left: 0; }
.pink_eff9 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.pink_eff9 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 31da */
.promo-block-k5 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.0;
}
