/* ============================================
   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 */
.breadcrumb_old_d30d p,
.main_e014,
.warm_a358,
.tooltip-6ee1,
.avatar-531e,
.secondary-white-3f83,
.hidden-dcec,
.primary_cce8 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.title_basic_8d98 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.title_basic_8d98 > *,
.shadow-a91f,
.breadcrumb_old_d30d,
.media_warm_6782 {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .title_basic_8d98 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .title_basic_8d98 {
    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 === */
.highlight_blue_4269 {
  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 */
.highlight_blue_4269.soft_f4e1 {
  box-shadow: var(--shadow-md);
}

.image_motion_65c9 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.wood_229f img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.link-8930 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.rough-a5c2 {
  display: none;
}

/* Hide mobile actions on desktop */
.input_plasma_d3fb {
  display: none;
}

.paragraph_stone_1cf7 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.paragraph_stone_1cf7 a:hover,
.paragraph_stone_1cf7 a.fn-active-cd61 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.badge_pink_d027 {
  margin-left: 1rem;
}

.north_cdc3 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.plasma_6d5d,
.top_0d0a {
  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;
}

.plasma_6d5d {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.plasma_6d5d: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;
}

.top_0d0a {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.top_0d0a: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;
}

.plasma_6d5d svg,
.top_0d0a svg {
  flex-shrink: 0;
}

.nav_a4ee {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.narrow-c459 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.narrow-c459::before,
.narrow-c459::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.narrow-c459::before {
  top: -7px;
}

.narrow-c459::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.action_2599 {
  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 === */
.row_white_5633 {
  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);
}

.paragraph_hard_d00f {
  margin: 0 0 2rem;
  text-align: center;
}

.under_70ee {
  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;
}

.under_70ee:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.label-eae5 {
  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);
}

.label-eae5 strong {
  color: var(--primary-color);
  font-weight: 700;
}

.modal-7ddf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.aside-top-45e3 {
  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;
}

.aside-top-45e3:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.text-6b7f {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.tooltip-over-8976 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.pattern-5e52 {
  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);
}

.pattern-5e52 .gradient_fce0 {
  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;
}

.pattern-5e52 .gradient_fce0 svg {
  flex-shrink: 0;
}

.pattern-5e52 .left-168d {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.pattern-5e52 .left-168d: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);
}

.pattern-5e52 .notice_simple_f769 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.pattern-5e52 .notice_simple_f769: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) {
  .row_white_5633 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .under_70ee {
    max-width: 100%;
  }

  .modal-7ddf {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .aside-top-45e3 {
    padding: 1rem;
  }

  .text-6b7f {
    font-size: 1.5rem;
  }

  .tooltip-over-8976 {
    font-size: 0.75rem;
  }

  .label-eae5 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .pattern-5e52 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .pattern-5e52 .gradient_fce0 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .modal-7ddf {
    grid-template-columns: 1fr;
  }
}

.layout_5fff {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.large-9d4a {
  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 === */
.outline-iron-c2ae {
  margin-bottom: 2.5rem;
}

.row_glass_7bca {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.layout_5fff {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.footer_1c52 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.hot_05ad {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.tag_slow_e7c7 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.slow-2c4c {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.avatar_4434 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.input-994c {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.link_c820 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.link_c820 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.logo_3edb {
  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);
}

.chip_5f53 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.secondary-e8ca {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.simple_f5ab {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.wood-8bbf {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.text_4ec3 {
  display: grid;
  gap: 1rem;
}

.content-focused-5cae {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.static-3036 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.old-b310 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.easy-84df {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.text_plasma_c9e5 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.detail-next-7f68 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.detail-next-7f68 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.main_e014 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.pagination_old_70a8 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.popup-middle-0b38 {
  display: grid;
  gap: 2rem;
}

.background-448f {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.hot_05ad {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.footer_1c52 {
  flex: 1;
}

.slow-2c4c {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.slow-2c4c a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.media-soft-de0e {
  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;
}

.avatar_4434 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.east-c101 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.east-c101 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.button-easy-a1b1 {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.button-easy-a1b1 a {
  font-size: 0.875rem;
  font-weight: 500;
}

.warm-b66a {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.warm-b66a strong {
  display: block;
  margin-bottom: 0.75rem;
}

.warm-b66a ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.warm-b66a li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.element_blue_6797 {
  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 === */
.rough-3c7c {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.shadow-west-8f8c {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.frame-west-d123 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.tertiary-cc65 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.tertiary-cc65 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.tertiary-cc65 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.tertiary-cc65 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;
}

.tertiary-cc65 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.tertiary-cc65 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.breadcrumb_old_d30d {
  padding: 3rem 0 5rem;
}

.media_warm_6782 {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.media_warm_6782.disabled_warm_a845 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.warm_a358 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.image-509a {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.pink-765d {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.pink-765d h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.tooltip_north_64de {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.info_west_4be3 {
  text-align: center;
}

.current-c100 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.container_daca {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.section_green_6738 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.secondary-white-3f83 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.tooltip-6ee1 {
  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;
}

.tooltip-6ee1 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.tooltip-6ee1:hover {
  box-shadow: var(--shadow-lg);
}

.tooltip-6ee1.green_682d {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.tooltip-6ee1 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.tooltip-6ee1 ul {
  margin: 1rem 0;
}

.tooltip-6ee1 li {
  margin-bottom: 0.75rem;
}

.narrow_2c4d {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.frame_7c2f {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.frame_7c2f a {
  font-weight: 600;
}

/* === Data Tables === */
.content_red_da7a {
  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;
}

.content_red_da7a table {
  width: 100%;
  min-width: 600px;
}

.content_red_da7a thead {
  background-color: var(--primary-color);
  color: white;
}

.content_red_da7a th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.content_red_da7a td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.content_red_da7a tbody tr:hover {
  background-color: var(--bg-secondary);
}

.content_red_da7a tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.hover-clean-e0fa {
  list-style: none;
  margin: 1.5rem 0;
}

.hover-clean-e0fa li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.hover-clean-e0fa li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.status-da5e::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-cd61::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 === */
.gold_c752 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.easy_b408 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.easy_b408 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.easy_b408 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.easy_b408 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.gold_c752 blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.hidden-dcec {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.hidden-dcec::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.heading-a03d {
  position: relative;
  margin-bottom: 3rem;
}

.accordion-392a {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.accordion-392a .block-large-8717 {
  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;
}

.down-cfe5 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.down-cfe5 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.down-cfe5 ul {
  margin: 1rem 0;
}

.down-cfe5 li {
  margin-bottom: 0.75rem;
}

.search_last_6303 {
  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 === */
.active_5078 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.active_5078 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.notice_narrow_a1a3 {
  list-style: none;
  margin: 1.5rem 0;
}

.notice_narrow_a1a3 li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.notice_narrow_a1a3 a {
  font-weight: 600;
}

.box_3e3a {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.primary_cce8 {
  margin: 2.5rem 0;
}

.notice_hovered_8a80 {
  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;
}

.notice_hovered_8a80:hover {
  box-shadow: var(--shadow-lg);
}

.notice_hovered_8a80.input_right_d9b7 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.in_3a6f {
  flex-shrink: 0;
}

.in_3a6f 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);
}

.breadcrumb-5750 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.sort-old-5f8b,
.north_a5b5,
.active-copper-eb2d {
  width: 100%;
  margin: 1.5rem 0;
}

.footer_static_d5f3 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.footer_static_d5f3 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.aside_078e {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.aside_078e strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.tall-0d79 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.tall-0d79 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.slider_smooth_66f4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.hidden_fluid_9e71 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hidden_fluid_9e71:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.hidden_fluid_9e71.card_50fe {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.hidden_fluid_9e71 .paper_3e65 {
  display: inline-block;
  background-color: var(--secondary-color);
  color: white;
  padding: 0.375rem 0.875rem;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.hidden_fluid_9e71 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.tiny_d6e1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.heading-32e4 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.heading-32e4 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.wide-7ef0 {
  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 === */
.gradient_fce0 {
  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;
}

.left-168d {
  background-color: var(--primary-color);
  color: white;
}

.left-168d:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.notice_simple_f769 {
  background-color: var(--text-secondary);
  color: white;
}

.notice_simple_f769:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.outer-a1ea {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.outer-a1ea:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.wood_a47f {
  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;
}

.wood_a47f:hover {
  background-color: var(--primary-dark);
}

.paragraph_292b {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.accent-4d8b {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.dim_80e0 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.disabled_4957 {
  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 === */
.image_pressed_9e2a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.avatar_caa5 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.avatar_caa5 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.info-ff6e {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.dark_0ba0 {
  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;
}

.message-93ac {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.current-7c89 {
  list-style: none;
  counter-reset: rank-counter;
}

.current-7c89 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.current-7c89 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;
}

.focus-92f4 {
  list-style: none;
}

.focus-92f4 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.basic-d757 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.warm-d941 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.warm-d941 .box-paper-be35 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.warm-d941 .caption-7afd {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.input-motion-4dd1 {
  margin-top: 3rem;
}

.warm-eca3 {
  width: 100%;
}

.steel_69c7 {
  background-color: #fef3c7;
}

.notice_2c7e {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.tag_d044 {
  margin: 3rem 0;
}

.feature_aa63 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.over_cef4 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.over_cef4:hover {
  box-shadow: var(--shadow-lg);
}

.over_cef4.motion_4971 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.notice_1b40 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.primary-stale-b2e6 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.primary-stale-b2e6 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.background_glass_901a {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.over_cef4 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.input_hovered_653d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.tabs_a2dd {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.surface-stone-25b4 {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.module-d3a0 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.orange-a94b {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.alert_liquid_0066 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.pagination-next-45c9 {
  max-width: 900px;
  margin: 0 auto;
}

.fresh-3a14 {
  margin: 2rem 0;
}

.bronze_7085 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.bronze_7085 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.bronze_7085 summary::-webkit-details-marker {
  display: none;
}

.bronze_7085 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.tooltip_a4c5 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.bronze_7085[open] .tooltip_a4c5 {
  transform: rotate(45deg);
}

.form-89be {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.form-89be p:last-child {
  margin-bottom: 0;
}

.content_9cc0 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.detail-195d {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.layout_ff73 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.layout_ff73 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.layout_ff73 .gradient_fce0 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.header-460d {
  max-width: 900px;
  margin: 0 auto;
}

.glass_9f5c {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.tooltip_static_6c9d {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.tooltip_static_6c9d.fn-success-cd61 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.disabled-e5a4 {
  font-size: 3rem;
  line-height: 1;
}

.right_3a06 h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.selected-cee4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.notification-action-5862,
.center-1c6c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.notification-action-5862 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.center-1c6c h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.container-0aaf,
.lower_b67c {
  margin: 1.5rem 0;
}

.container-0aaf li,
.lower_b67c li {
  margin-bottom: 1rem;
}

.up-8832 {
  margin: 3rem 0;
}

.backdrop_out_27cd {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.backdrop_out_27cd h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.backdrop_out_27cd ol {
  margin: 1rem 0;
}

.backdrop_out_27cd li {
  margin-bottom: 0.75rem;
}

.small-6c8c {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.status_1e78 {
  margin: 2rem 0;
}

.breadcrumb_bright_ec04 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.bottom_91fc {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.status_fast_56f5 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.cold-fd4b {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.border-a8c4 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.border-lower-aec1 {
  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;
}

.border-lower-aec1 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.tag_slow_e7c7 {
  flex: 1;
}

.tag_slow_e7c7 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.header_8ab0 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.hard_41d7 p {
  margin-bottom: 1rem;
}

.paragraph-west-71f5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.column_short_4780 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.border-fixed-f0ee {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.border-fixed-f0ee a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.pink_ad32 h3 {
  margin-bottom: 1.5rem;
}

.focused_0dc9 {
  display: grid;
  gap: 2rem;
}

.frame-mini-eef9 {
  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;
}

.frame-mini-eef9 img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.frame-mini-eef9 h4 {
  margin: 0 0 0.25rem;
}

.frame-mini-eef9 p {
  margin: 0;
  font-size: 0.9375rem;
}

.link-rough-14d9 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.gallery-steel-fc26 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.gallery-steel-fc26 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.gallery-steel-fc26 ul {
  margin: 1.5rem 0;
}

.gallery-steel-fc26 li {
  margin-bottom: 0.75rem;
}

.first_099e {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.layout_solid_df05 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.hero-7d0a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.element-0bfd h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.element-0bfd p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.picture-soft-10a5 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.picture-soft-10a5 a {
  color: rgba(255, 255, 255, 0.8);
}

.brown_1fe3 {
  list-style: none;
}

.brown_1fe3 li {
  margin-bottom: 0.75rem;
}

.brown_1fe3 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.brown_1fe3 a:hover {
  color: white;
}

.gallery_inner_de56 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.progress_first_f8d5 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.photo-8ff3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.pressed-b380 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.column_590b {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .title_basic_8d98 {
    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;
  }

  .thick-01b6 {
    font-size: 1.5rem !important;
  }

  .row_glass_7bca {
    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 */
  .tooltip-6ee1,
  .avatar-531e,
  .down-cfe5,
  .breadcrumb-5750,
  .notice_1b40,
  .over_cef4,
  .form-89be,
  .label-eae5,
  .main_e014,
  .warm_a358 {
    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 */
  .layout_5fff {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .footer_1c52 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .hot_05ad {
    flex-shrink: 0;
  }

  .tag_slow_e7c7 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .slow-2c4c,
  .avatar_4434 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .avatar_4434 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .link-8930 {
    display: none;
  }

  /* Show mobile actions */
  .input_plasma_d3fb {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .current_d7fa {
    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;
  }

  .current_d7fa svg {
    flex-shrink: 0;
  }

  .current_d7fa .outline_first_632f {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .current_d7fa .hero_be18 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .overlay-out-50ad {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .breadcrumb_ae97 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .current_d7fa:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .rough-a5c2 {
    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;
  }

  .rough-a5c2.fn-active-cd61 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .rough-a5c2 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .rough-a5c2 li:last-child {
    border-bottom: none;
  }

  .rough-a5c2 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .paragraph_stone_1cf7 {
    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;
  }

  .paragraph_stone_1cf7 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .paragraph_stone_1cf7 li:last-child {
    border-bottom: none;
  }

  .paragraph_stone_1cf7 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .badge_pink_d027 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .north_cdc3 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .plasma_6d5d,
  .top_0d0a {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .plasma_6d5d {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .top_0d0a {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .paragraph_stone_1cf7.fn-active-cd61 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .nav_a4ee {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .highlight_blue_4269 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .image_motion_65c9 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .action_2599 {
    margin-top: 0;
  }

  /* Hero section */
  .action_2599 {
    padding: 2rem 0 1.5rem;
  }

  .row_glass_7bca {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .main_e014 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .row_white_5633 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .under_70ee {
    max-width: 100%;
    border-radius: 8px;
  }

  .modal-7ddf {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .aside-top-45e3 {
    padding: 1rem;
  }

  .text-6b7f {
    font-size: 1.5rem;
  }

  .tooltip-over-8976 {
    font-size: 0.75rem;
  }

  .label-eae5 {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .pattern-5e52 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .pattern-5e52 .gradient_fce0 {
    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 */
  .frame-west-d123 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .notice_hovered_8a80 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .in_3a6f {
    margin-bottom: 1rem;
  }

  /* Author */
  .background-448f {
    flex-direction: column;
  }

  .border-lower-aec1 {
    flex-direction: column;
  }

  /* Quotes */
  .notice_1b40 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .selected-cee4 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .cold-fd4b {
    flex-direction: column;
  }

  .cold-fd4b .gradient_fce0 {
    width: 100%;
  }

  /* Version comparison */
  .slider_smooth_66f4 {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .image_pressed_9e2a {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .hero-7d0a {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .photo-8ff3 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .content_red_da7a,
  .north_a5b5,
  .glass_c582,
  .warm-eca3,
  .sort-old-5f8b,
  .active-copper-eb2d {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .content_red_da7a table,
  .north_a5b5 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .wide-7ef0 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .title_basic_8d98 {
    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;
  }

  .thick-01b6 {
    font-size: 1.25rem !important;
  }

  .row_glass_7bca {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .highlight_blue_4269 {
    position: fixed;
  }

  .image_motion_65c9 {
    padding: 0.625rem 0;
  }

  .wood_229f img {
    height: 26px;
  }

  .paragraph_stone_1cf7 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .rough-a5c2 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .current_d7fa {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .current_d7fa svg {
    width: 18px;
    height: 18px;
  }

  .current_d7fa .outline_first_632f {
    font-size: 0.7rem;
  }

  .current_d7fa .hero_be18 {
    font-size: 0.65rem;
  }

  .plasma_6d5d,
  .top_0d0a {
    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, .title_basic_8d98, .shadow-a91f, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .row_white_5633 {
    padding: 1rem;
  }

  .modal-7ddf {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .aside-top-45e3 {
    padding: 0.875rem;
  }

  .text-6b7f {
    font-size: 1.25rem;
  }

  .pattern-5e52 .gradient_fce0 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .row_glass_7bca {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .gradient_fce0 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .paragraph_292b {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .notice_hovered_8a80 {
    padding: 1rem;
  }

  .in_3a6f span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .tooltip-6ee1,
  .message_fluid_a194,
  .dark-7020,
  .pattern-purple-4b84 {
    padding: 1rem;
  }
}

@media print {
  .highlight_blue_4269,
  .rough-3c7c,
  .nav_a4ee,
  .gradient_fce0,
  .layout_solid_df05 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .title_basic_8d98 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.badge-easy-b0b0 {
  margin-bottom: 3rem;
  text-align: center;
}

.thick-01b6 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.element-4f5e {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.tertiary-0634,
.plasma-c10f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.prev-c65c {
  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;
}

.prev-c65c:hover {
  transform: translateY(-5px);
}

.prev-c65c strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.prev-c65c span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.pattern-tall-9e57 {
  margin: 3rem 0;
}

.column_blue_7513 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.article-yellow-a69b {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.article-yellow-a69b:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.column-5275 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.block_basic_9a2e {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.slow_9658 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.component-a51b {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.link-east-2571 {
  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;
}

.link-east-2571:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.link-east-2571.disabled-orange-6ddb {
  border-left: 4px solid var(--primary-color);
}

.stone-7477 {
  flex-shrink: 0;
}

.stone-7477 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.tiny-1993 {
  flex: 1;
}

.tiny-1993 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.secondary_89a8 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.alert-09d2,
.tall-9c74,
.shadow-hot-041c {
  margin-bottom: 1.5rem;
}

.alert-09d2 h4,
.tall-9c74 h4,
.shadow-hot-041c h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.alert-09d2 ul,
.tall-9c74 ul,
.shadow-hot-041c ul {
  list-style: none;
  padding: 0;
}

.alert-09d2 li,
.tall-9c74 li,
.shadow-hot-041c li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.alert-09d2 li:before,
.tall-9c74 li:before,
.shadow-hot-041c li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.right-53a0 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.right-53a0 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;
}

.right-53a0 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.nav_glass_1804 { margin: 2rem 0; }
.tiny_615b { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.tiny_615b h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.wrapper-7c9a p { margin-bottom: 1rem; line-height: 1.7; }
.wrapper-7c9a strong { color: var(--text-primary); }
.wrapper-7c9a ul { list-style: none; padding-left: 0; }
.wrapper-7c9a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.wrapper-7c9a ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.label_7370 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.summary_pressed_d7f8 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.summary_pressed_d7f8:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.content-south-b3d1 { font-size: 3rem; margin-bottom: 1rem; }
.summary_pressed_d7f8 h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.summary_pressed_d7f8 p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.highlight-c0e9 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.highlight-c0e9 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.filter_685b { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.orange_286b { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.list_purple_815b { text-align: center; }
.fast-bf92 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.easy-7d96 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.hard_ed75 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.container-d0dd { margin: 2rem 0; }
.nav_hot_ac5a { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.nav_hot_ac5a h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.nav_hot_ac5a p, .nav_hot_ac5a ul { line-height: 1.7; }
.nav_hot_ac5a ul { list-style: none; padding-left: 0; }
.nav_hot_ac5a ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.nav_hot_ac5a ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.complex_ea35 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.breadcrumb_lower_2114 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.solid_743b { text-align: center; }
.form-33b1 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.content_e4b1 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.header-29ea { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.overlay_8598 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.content_white_6d40 { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.content_white_6d40:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.content_white_6d40 h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.content_white_6d40 p, .content_white_6d40 ul { line-height: 1.7; }
.content_white_6d40 ul { list-style: none; padding-left: 0; }
.content_white_6d40 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.content_white_6d40 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: f2b6 */
.phantom-card-a7 {
  padding: 0.1rem;
  font-size: 10px;
  line-height: 1.0;
}
