/* ============================================
   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 */
.caption-575b p,
.frame_6153,
.accordion-slow-e70f,
.hover-4328,
.shade-fc25,
.hovered_294c,
.aside-113f,
.notice-d9e8 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.photo_52ab {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.photo_52ab > *,
.backdrop_13b0,
.caption-575b,
.prev_c7a2 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .photo_52ab {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .photo_52ab {
    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 === */
.progress-fixed-464f {
  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 */
.progress-fixed-464f.old-3332 {
  box-shadow: var(--shadow-md);
}

.nav_a6be {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.box_top_0a8d img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.title-bottom-cc8e {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.grid-warm-998c {
  display: none;
}

/* Hide mobile actions on desktop */
.module_simple_397c {
  display: none;
}

.action-3c16 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.action-3c16 a:hover,
.action-3c16 a.fn-active-3613 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.filter_328e {
  margin-left: 1rem;
}

.header-hard-0a6f {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.tertiary-short-e1ca,
.outline_7b65 {
  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;
}

.tertiary-short-e1ca {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.tertiary-short-e1ca: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;
}

.outline_7b65 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.outline_7b65: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;
}

.tertiary-short-e1ca svg,
.outline_7b65 svg {
  flex-shrink: 0;
}

.title_a171 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.white_559f {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.white_559f::before,
.white_559f::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.white_559f::before {
  top: -7px;
}

.white_559f::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.south_4eb6 {
  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 === */
.action_32f4 {
  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);
}

.photo_hot_b19a {
  margin: 0 0 2rem;
  text-align: center;
}

.mask-8b16 {
  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;
}

.mask-8b16:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.input_solid_b309 {
  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);
}

.input_solid_b309 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.photo_hot_0405 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.fast-3a38 {
  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;
}

.fast-3a38:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.fast-5eda {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.summary-paper-66bd {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.outer-02f6 {
  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);
}

.outer-02f6 .notice_4dfc {
  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;
}

.outer-02f6 .notice_4dfc svg {
  flex-shrink: 0;
}

.outer-02f6 .photo-38b4 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.outer-02f6 .photo-38b4: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);
}

.outer-02f6 .stale-de86 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.outer-02f6 .stale-de86: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) {
  .action_32f4 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .mask-8b16 {
    max-width: 100%;
  }

  .photo_hot_0405 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .fast-3a38 {
    padding: 1rem;
  }

  .fast-5eda {
    font-size: 1.5rem;
  }

  .summary-paper-66bd {
    font-size: 0.75rem;
  }

  .input_solid_b309 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .outer-02f6 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .outer-02f6 .notice_4dfc {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .photo_hot_0405 {
    grid-template-columns: 1fr;
  }
}

.summary-short-a03a {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.widget-2169 {
  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 === */
.huge_6654 {
  margin-bottom: 2.5rem;
}

.hover-blue-7398 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.summary-short-a03a {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.widget-67d3 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.paper-13c8 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.fresh-ed11 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.avatar_full_f922 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.aside_6d5e {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.tag-green-ffce {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.border_51f2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.border_51f2 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.outline_02f8 {
  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);
}

.frame-right-7040 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.picture-d28d {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tiny-b905 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.paragraph-db58 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.hover_917f {
  display: grid;
  gap: 1rem;
}

.pink-8cb6 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.tall_bcf3 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.status_inner_9440 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.wrapper_9f88 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.module-over-bba9 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.summary-1539 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.summary-1539 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.frame_6153 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.inner-27fa {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.east_a804 {
  display: grid;
  gap: 2rem;
}

.link_d348 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.paper-13c8 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.widget-67d3 {
  flex: 1;
}

.avatar_full_f922 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.avatar_full_f922 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.content-deba {
  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;
}

.aside_6d5e {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.modal_7983 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.modal_7983 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.rough-bd90 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.rough-bd90 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.highlight-cold-b1e4 {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.highlight-cold-b1e4 strong {
  display: block;
  margin-bottom: 0.75rem;
}

.highlight-cold-b1e4 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.highlight-cold-b1e4 li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.gradient-action-4bbc {
  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 === */
.tag_pink_a95d {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.backdrop-1112 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.row_smooth_34f7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.fresh_163c h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.fresh_163c ol {
  list-style: none;
  counter-reset: toc-counter;
}

.fresh_163c ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.fresh_163c 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;
}

.fresh_163c ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.fresh_163c ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.caption-575b {
  padding: 3rem 0 5rem;
}

.prev_c7a2 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.prev_c7a2.footer-lower-9bb6 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.accordion-slow-e70f {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.paper_6431 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.tertiary_purple_c9d5 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.tertiary_purple_c9d5 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.out-8b7c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.button_69f7 {
  text-align: center;
}

.chip_lite_789c {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.frame-a361 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.component_down_607a {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.hovered_294c {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.hover-4328 {
  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;
}

.hover-4328 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.hover-4328:hover {
  box-shadow: var(--shadow-lg);
}

.hover-4328.sidebar_9c19 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.hover-4328 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.hover-4328 ul {
  margin: 1rem 0;
}

.hover-4328 li {
  margin-bottom: 0.75rem;
}

.notification-cold-fdba {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.feature_center_5722 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.feature_center_5722 a {
  font-weight: 600;
}

/* === Data Tables === */
.box-32dc {
  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;
}

.box-32dc table {
  width: 100%;
  min-width: 600px;
}

.box-32dc thead {
  background-color: var(--primary-color);
  color: white;
}

.box-32dc th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.box-32dc td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.box-32dc tbody tr:hover {
  background-color: var(--bg-secondary);
}

.box-32dc tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.blue_affc {
  list-style: none;
  margin: 1.5rem 0;
}

.blue_affc li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.blue_affc li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.narrow-3782::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-3613::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 === */
.column-south-b835 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.dynamic-f2f5 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.dynamic-f2f5 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.dynamic-f2f5 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.dynamic-f2f5 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.column-south-b835 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.aside-113f {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.aside-113f::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.active-95d1 {
  position: relative;
  margin-bottom: 3rem;
}

.light_9a73 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.light_9a73 .info_mini_5743 {
  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;
}

.first_af5d {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.first_af5d h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.first_af5d ul {
  margin: 1rem 0;
}

.first_af5d li {
  margin-bottom: 0.75rem;
}

.message_new_9c71 {
  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 === */
.advanced_0f8d {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.advanced_0f8d h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.rough-1c26 {
  list-style: none;
  margin: 1.5rem 0;
}

.rough-1c26 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.rough-1c26 a {
  font-weight: 600;
}

.overlay_f17a {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.notice-d9e8 {
  margin: 2.5rem 0;
}

.down-fb90 {
  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;
}

.down-fb90:hover {
  box-shadow: var(--shadow-lg);
}

.down-fb90.under-e3c0 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.preview-liquid-d44e {
  flex-shrink: 0;
}

.preview-liquid-d44e 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);
}

.photo-45b6 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.fresh-1c2b,
.tertiary-tiny-5677,
.basic_79cc {
  width: 100%;
  margin: 1.5rem 0;
}

.background_fc04 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.background_fc04 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.paragraph_complex_b61f {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.paragraph_complex_b61f strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.large_b6a0 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.large_b6a0 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.tiny_713b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.background_bright_2e2c {
  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;
}

.background_bright_2e2c:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.background_bright_2e2c.widget-d23f {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.background_bright_2e2c .backdrop_e7ef {
  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;
}

.background_bright_2e2c h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.aside_299c {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.chip_a9a2 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.chip_a9a2 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.texture_fresh_5d90 {
  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 === */
.notice_4dfc {
  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;
}

.photo-38b4 {
  background-color: var(--primary-color);
  color: white;
}

.photo-38b4:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.stale-de86 {
  background-color: var(--text-secondary);
  color: white;
}

.stale-de86:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.black_e8ba {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.black_e8ba:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.info-motion-1525 {
  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;
}

.info-motion-1525:hover {
  background-color: var(--primary-dark);
}

.slow_737c {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.simple-1cfa {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.surface_glass_e7c2 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.caption_liquid_4780 {
  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 === */
.component_e2cf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.up_3d59 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.up_3d59 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.backdrop-gas-0b88 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.element_solid_408d {
  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;
}

.article_e8a6 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.surface-7a36 {
  list-style: none;
  counter-reset: rank-counter;
}

.surface-7a36 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.surface-7a36 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;
}

.table-in-bb5c {
  list-style: none;
}

.table-in-bb5c li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.header_6ee5 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.popup-wide-b2a1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.popup-wide-b2a1 .picture-f771 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.popup-wide-b2a1 .column-selected-7b43 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.active-smooth-27af {
  margin-top: 3rem;
}

.photo-focused-9092 {
  width: 100%;
}

.secondary_249d {
  background-color: #fef3c7;
}

.layout-d9f0 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.lower_c82f {
  margin: 3rem 0;
}

.focused-aeae {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.status-9bb9 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.status-9bb9:hover {
  box-shadow: var(--shadow-lg);
}

.status-9bb9.wood_8493 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.full-3958 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.gradient-smooth-4450 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.gradient-smooth-4450 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.notification_a194 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.status-9bb9 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.box_copper_6be5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.hot-28a6 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.steel_c3fc {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.element_e184 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.dropdown_2b4e {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.carousel_gold_5b0c {
  margin-top: 1rem;
}

/* === FAQ Section === */
.brown_6cfe {
  max-width: 900px;
  margin: 0 auto;
}

.disabled_copper_42e6 {
  margin: 2rem 0;
}

.button-paper-3ce2 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.button-paper-3ce2 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.button-paper-3ce2 summary::-webkit-details-marker {
  display: none;
}

.button-paper-3ce2 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.notification_cold_d80b {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.button-paper-3ce2[open] .notification_cold_d80b {
  transform: rotate(45deg);
}

.logo_yellow_403e {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.logo_yellow_403e p:last-child {
  margin-bottom: 0;
}

.layout-top-609d {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.yellow_7776 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.info_smooth_989f {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.info_smooth_989f p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.info_smooth_989f .notice_4dfc {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.label_up_3edc {
  max-width: 900px;
  margin: 0 auto;
}

.wrapper-249a {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.popup-pressed-4ab5 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.popup-pressed-4ab5.fn-success-3613 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.hover_inner_313e {
  font-size: 3rem;
  line-height: 1;
}

.active_middle_c1d3 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.panel-4a19 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.media_497b,
.label_182a {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.media_497b h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.label_182a h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.tag-gas-cc46,
.logo-hovered-ccdd {
  margin: 1.5rem 0;
}

.tag-gas-cc46 li,
.logo-hovered-ccdd li {
  margin-bottom: 1rem;
}

.hero_124c {
  margin: 3rem 0;
}

.red_894f {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.red_894f h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.red_894f ol {
  margin: 1rem 0;
}

.red_894f li {
  margin-bottom: 0.75rem;
}

.cold_2845 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.secondary-ba23 {
  margin: 2rem 0;
}

.badge_322a {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.menu_outer_92d1 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.hero-2408 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.accent-7d36 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.menu_easy_c189 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.sort-376b {
  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;
}

.sort-376b img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.fresh-ed11 {
  flex: 1;
}

.fresh-ed11 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.pagination_south_ec74 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.modal_simple_7d42 p {
  margin-bottom: 1rem;
}

.tag_9ad4 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.dropdown-1369 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.gradient-8222 {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.gradient-8222 a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.south-703f h3 {
  margin-bottom: 1.5rem;
}

.caption-easy-174b {
  display: grid;
  gap: 2rem;
}

.card-672d {
  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;
}

.card-672d img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.card-672d h4 {
  margin: 0 0 0.25rem;
}

.card-672d p {
  margin: 0;
  font-size: 0.9375rem;
}

.tooltip_east_8533 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.summary-4de7 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.summary-4de7 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.summary-4de7 ul {
  margin: 1.5rem 0;
}

.summary-4de7 li {
  margin-bottom: 0.75rem;
}

.heading_dynamic_d396 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.summary_e0ba {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.bronze-1039 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.solid_2c62 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.solid_2c62 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.rough_aa16 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.rough_aa16 a {
  color: rgba(255, 255, 255, 0.8);
}

.info-0935 {
  list-style: none;
}

.info-0935 li {
  margin-bottom: 0.75rem;
}

.info-0935 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.info-0935 a:hover {
  color: white;
}

.header_003a {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.south_7796 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.header-selected-08a5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.static_70ba {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.aside_complex_05bd {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .photo_52ab {
    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;
  }

  .soft-298d {
    font-size: 1.5rem !important;
  }

  .hover-blue-7398 {
    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 */
  .hover-4328,
  .shade-fc25,
  .first_af5d,
  .photo-45b6,
  .full-3958,
  .status-9bb9,
  .logo_yellow_403e,
  .input_solid_b309,
  .frame_6153,
  .accordion-slow-e70f {
    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 */
  .summary-short-a03a {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .widget-67d3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .paper-13c8 {
    flex-shrink: 0;
  }

  .fresh-ed11 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .avatar_full_f922,
  .aside_6d5e {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .aside_6d5e {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .title-bottom-cc8e {
    display: none;
  }

  /* Show mobile actions */
  .module_simple_397c {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .notification-liquid-7e5b {
    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;
  }

  .notification-liquid-7e5b svg {
    flex-shrink: 0;
  }

  .notification-liquid-7e5b .active_df94 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .notification-liquid-7e5b .hot_9c6b {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .label-2228 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .info_1649 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .notification-liquid-7e5b:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .grid-warm-998c {
    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;
  }

  .grid-warm-998c.fn-active-3613 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .grid-warm-998c li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .grid-warm-998c li:last-child {
    border-bottom: none;
  }

  .grid-warm-998c a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .action-3c16 {
    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;
  }

  .action-3c16 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .action-3c16 li:last-child {
    border-bottom: none;
  }

  .action-3c16 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .filter_328e {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .header-hard-0a6f {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .tertiary-short-e1ca,
  .outline_7b65 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .tertiary-short-e1ca {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .outline_7b65 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .action-3c16.fn-active-3613 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .title_a171 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .progress-fixed-464f {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .nav_a6be {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .south_4eb6 {
    margin-top: 0;
  }

  /* Hero section */
  .south_4eb6 {
    padding: 2rem 0 1.5rem;
  }

  .hover-blue-7398 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .frame_6153 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .action_32f4 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .mask-8b16 {
    max-width: 100%;
    border-radius: 8px;
  }

  .photo_hot_0405 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .fast-3a38 {
    padding: 1rem;
  }

  .fast-5eda {
    font-size: 1.5rem;
  }

  .summary-paper-66bd {
    font-size: 0.75rem;
  }

  .input_solid_b309 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .outer-02f6 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .outer-02f6 .notice_4dfc {
    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 */
  .row_smooth_34f7 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .down-fb90 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .preview-liquid-d44e {
    margin-bottom: 1rem;
  }

  /* Author */
  .link_d348 {
    flex-direction: column;
  }

  .sort-376b {
    flex-direction: column;
  }

  /* Quotes */
  .full-3958 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .panel-4a19 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .accent-7d36 {
    flex-direction: column;
  }

  .accent-7d36 .notice_4dfc {
    width: 100%;
  }

  /* Version comparison */
  .tiny_713b {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .component_e2cf {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .bronze-1039 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .header-selected-08a5 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .box-32dc,
  .tertiary-tiny-5677,
  .image-f496,
  .photo-focused-9092,
  .fresh-1c2b,
  .basic_79cc {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .box-32dc table,
  .tertiary-tiny-5677 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .texture_fresh_5d90 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .photo_52ab {
    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;
  }

  .soft-298d {
    font-size: 1.25rem !important;
  }

  .hover-blue-7398 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .progress-fixed-464f {
    position: fixed;
  }

  .nav_a6be {
    padding: 0.625rem 0;
  }

  .box_top_0a8d img {
    height: 26px;
  }

  .action-3c16 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .grid-warm-998c {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .notification-liquid-7e5b {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .notification-liquid-7e5b svg {
    width: 18px;
    height: 18px;
  }

  .notification-liquid-7e5b .active_df94 {
    font-size: 0.7rem;
  }

  .notification-liquid-7e5b .hot_9c6b {
    font-size: 0.65rem;
  }

  .tertiary-short-e1ca,
  .outline_7b65 {
    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, .photo_52ab, .backdrop_13b0, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .action_32f4 {
    padding: 1rem;
  }

  .photo_hot_0405 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .fast-3a38 {
    padding: 0.875rem;
  }

  .fast-5eda {
    font-size: 1.25rem;
  }

  .outer-02f6 .notice_4dfc {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .hover-blue-7398 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .notice_4dfc {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .slow_737c {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .down-fb90 {
    padding: 1rem;
  }

  .preview-liquid-d44e span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .hover-4328,
  .texture-276a,
  .bottom-8b87,
  .inner_d252 {
    padding: 1rem;
  }
}

@media print {
  .progress-fixed-464f,
  .tag_pink_a95d,
  .title_a171,
  .notice_4dfc,
  .summary_e0ba {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .photo_52ab {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.liquid_0d92 {
  margin-bottom: 3rem;
  text-align: center;
}

.soft-298d {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.module_cbd9 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.dropdown-upper-04fa,
.next_2ab3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.glass_7dc9 {
  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;
}

.glass_7dc9:hover {
  transform: translateY(-5px);
}

.glass_7dc9 strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.glass_7dc9 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.disabled-5145 {
  margin: 3rem 0;
}

.content-east-c7e0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.content-76c4 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.content-76c4:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.summary_9528 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.content_old_2b25 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.current-0619 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.search-e57d {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.chip-82a2 {
  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;
}

.chip-82a2:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.chip-82a2.feature-cool-88b5 {
  border-left: 4px solid var(--primary-color);
}

.nav-east-77dc {
  flex-shrink: 0;
}

.nav-east-77dc svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.primary-679b {
  flex: 1;
}

.primary-679b h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.header_hot_32b9 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.form_green_44b6,
.tertiary-6b28,
.surface_1c4a {
  margin-bottom: 1.5rem;
}

.form_green_44b6 h4,
.tertiary-6b28 h4,
.surface_1c4a h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.form_green_44b6 ul,
.tertiary-6b28 ul,
.surface_1c4a ul {
  list-style: none;
  padding: 0;
}

.form_green_44b6 li,
.tertiary-6b28 li,
.surface_1c4a li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.form_green_44b6 li:before,
.tertiary-6b28 li:before,
.surface_1c4a li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.nav-liquid-5466 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.nav-liquid-5466 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;
}

.nav-liquid-5466 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.table_66cb { margin: 2rem 0; }
.header_6cfb { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.header_6cfb h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.disabled_9bbd p { margin-bottom: 1rem; line-height: 1.7; }
.disabled_9bbd strong { color: var(--text-primary); }
.disabled_9bbd ul { list-style: none; padding-left: 0; }
.disabled_9bbd ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.disabled_9bbd ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.shadow-basic-f485 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.sidebar_254c { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.sidebar_254c:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.header-c7d4 { font-size: 3rem; margin-bottom: 1rem; }
.sidebar_254c h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.sidebar_254c p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.inner-b1cb { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.inner-b1cb span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.middle_954b { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.icon_mini_1602 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.picture_right_2e8d { text-align: center; }
.form-hard-f39a { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.photo_6297 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.sidebar_wood_17ce { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.yellow-d369 { margin: 2rem 0; }
.form_cool_47be { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.form_cool_47be h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.form_cool_47be p, .form_cool_47be ul { line-height: 1.7; }
.form_cool_47be ul { list-style: none; padding-left: 0; }
.form_cool_47be ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.form_cool_47be ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.popup-3223 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.current-289d { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.form-869e { text-align: center; }
.glass-c8e2 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.texture_in_e6f1 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.summary-dim-2722 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.rough-e225 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.full-6fad { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.full-6fad:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.full-6fad h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.full-6fad p, .full-6fad ul { line-height: 1.7; }
.full-6fad ul { list-style: none; padding-left: 0; }
.full-6fad ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.full-6fad ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 0a42 */
.shadow-element-b0 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
