/* ============================================
   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 */
.filter_4dd2 p,
.backdrop_left_1666,
.pressed-09b1,
.logo-inner-1edd,
.pink_4c50,
.column-glass-e5eb,
.secondary_current_9d38,
.tooltip_4f73 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.preview_56e0 {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.preview_56e0 > *,
.up-fc70,
.filter_4dd2,
.bright-827b {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .preview_56e0 {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .preview_56e0 {
    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 === */
.last_192c {
  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 */
.last_192c.plasma_f2ca {
  box-shadow: var(--shadow-md);
}

.hard_ce25 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.dim-3ae4 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.paper-d6e6 {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.glass_7385 {
  display: none;
}

/* Hide mobile actions on desktop */
.menu_focused_4a74 {
  display: none;
}

.motion_84bc a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.motion_84bc a:hover,
.motion_84bc a.fn-active-78e4 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.photo-outer-aba0 {
  margin-left: 1rem;
}

.header-7927 {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.content-paper-1e40,
.content_43ca {
  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;
}

.content-paper-1e40 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.content-paper-1e40: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;
}

.content_43ca {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.content_43ca: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;
}

.content-paper-1e40 svg,
.content_43ca svg {
  flex-shrink: 0;
}

.status-narrow-09d9 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.solid_fbda {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.solid_fbda::before,
.solid_fbda::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.solid_fbda::before {
  top: -7px;
}

.solid_fbda::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.dropdown-bottom-07ae {
  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 === */
.input-fe95 {
  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);
}

.center-3b50 {
  margin: 0 0 2rem;
  text-align: center;
}

.sort_plasma_18ae {
  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;
}

.sort_plasma_18ae:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.panel_tall_839f {
  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);
}

.panel_tall_839f strong {
  color: var(--primary-color);
  font-weight: 700;
}

.nav-left-74f1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.bronze_0ecc {
  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;
}

.bronze_0ecc:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.short-7c0d {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.module_silver_39a7 {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.image-079d {
  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);
}

.image-079d .narrow-15fd {
  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;
}

.image-079d .narrow-15fd svg {
  flex-shrink: 0;
}

.image-079d .content_e1cd {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.image-079d .content_e1cd: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);
}

.image-079d .hidden-stone-9194 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.image-079d .hidden-stone-9194: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) {
  .input-fe95 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .sort_plasma_18ae {
    max-width: 100%;
  }

  .nav-left-74f1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .bronze_0ecc {
    padding: 1rem;
  }

  .short-7c0d {
    font-size: 1.5rem;
  }

  .module_silver_39a7 {
    font-size: 0.75rem;
  }

  .panel_tall_839f {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .image-079d {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .image-079d .narrow-15fd {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .nav-left-74f1 {
    grid-template-columns: 1fr;
  }
}

.breadcrumb-cc04 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.logo_24f6 {
  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 === */
.notice_8f18 {
  margin-bottom: 2.5rem;
}

.basic-74c6 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.breadcrumb-cc04 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.status_d790 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.pattern_dbd8 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.shadow_white_229d {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.summary_1487 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.hidden_white_a5f4 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.column-out-06d0 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.orange_dacd {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.orange_dacd svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.block_9200 {
  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);
}

.widget_a568 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.module_228a {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.dropdown_fresh_06d3 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.texture_c887 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.chip_fast_84ed {
  display: grid;
  gap: 1rem;
}

.aside-copper-df59 {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.sort-hard-c06b {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.breadcrumb_bottom_7be2 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.sort-black-f652 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.list_active_52ea {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.button-4a73 {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.button-4a73 p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.backdrop_left_1666 {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.article-first-3e4f {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.wide-e485 {
  display: grid;
  gap: 2rem;
}

.element_yellow_95e4 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.pattern_dbd8 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.status_d790 {
  flex: 1;
}

.summary_1487 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.summary_1487 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.hot-20d5 {
  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;
}

.hidden_white_a5f4 {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.filter-inner-5901 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.filter-inner-5901 span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.detail_cool_042f {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.detail_cool_042f a {
  font-size: 0.875rem;
  font-weight: 500;
}

.hard_908d {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.hard_908d strong {
  display: block;
  margin-bottom: 0.75rem;
}

.hard_908d ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.hard_908d li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.slider_full_0fae {
  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 === */
.description_2705 {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.search-7ad7 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.form-black-4791 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.hot_d9a3 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.hot_d9a3 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.hot_d9a3 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.hot_d9a3 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;
}

.hot_d9a3 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.hot_d9a3 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.filter_4dd2 {
  padding: 3rem 0 5rem;
}

.bright-827b {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.bright-827b.under_6b9d {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.pressed-09b1 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.texture-in-9cae {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.search-soft-f544 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.search-soft-f544 h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.inner-ff34 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.main_soft_b377 {
  text-align: center;
}

.picture-red-b16a {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.sort-3f86 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.tabs_01d0 {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.column-glass-e5eb {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.logo-inner-1edd {
  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;
}

.logo-inner-1edd * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.logo-inner-1edd:hover {
  box-shadow: var(--shadow-lg);
}

.logo-inner-1edd.sort-selected-bb0a {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.logo-inner-1edd h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.logo-inner-1edd ul {
  margin: 1rem 0;
}

.logo-inner-1edd li {
  margin-bottom: 0.75rem;
}

.picture_dark_a03f {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.hover-4c95 {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.hover-4c95 a {
  font-weight: 600;
}

/* === Data Tables === */
.overlay_right_fd54 {
  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;
}

.overlay_right_fd54 table {
  width: 100%;
  min-width: 600px;
}

.overlay_right_fd54 thead {
  background-color: var(--primary-color);
  color: white;
}

.overlay_right_fd54 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.overlay_right_fd54 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.overlay_right_fd54 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.overlay_right_fd54 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.warm_e183 {
  list-style: none;
  margin: 1.5rem 0;
}

.warm_e183 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.warm_e183 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.aside-active-fbf0::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-78e4::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 === */
.image_motion_58cb {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.message_lite_c9a5 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.message_lite_c9a5 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.message_lite_c9a5 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.message_lite_c9a5 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.image_motion_58cb blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.secondary_current_9d38 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.secondary_current_9d38::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.dark-b191 {
  position: relative;
  margin-bottom: 3rem;
}

.pattern_9d25 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.pattern_9d25 .mask-92ad {
  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;
}

.fixed_df16 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.fixed_df16 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.fixed_df16 ul {
  margin: 1rem 0;
}

.fixed_df16 li {
  margin-bottom: 0.75rem;
}

.gallery-45db {
  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 === */
.tag-6f28 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.tag-6f28 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.glass-750e {
  list-style: none;
  margin: 1.5rem 0;
}

.glass-750e li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.glass-750e a {
  font-weight: 600;
}

.table_dim_328a {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.tooltip_4f73 {
  margin: 2.5rem 0;
}

.input_92f4 {
  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;
}

.input_92f4:hover {
  box-shadow: var(--shadow-lg);
}

.input_92f4.large_f4d2 {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.dirty_72c6 {
  flex-shrink: 0;
}

.dirty_72c6 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);
}

.purple-bf80 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.content_bd90,
.fixed-95ab,
.motion_50da {
  width: 100%;
  margin: 1.5rem 0;
}

.tabs_hard_35b3 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.tabs_hard_35b3 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.slow-2027 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.slow-2027 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.lower_a8a2 {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.lower_a8a2 strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.preview-b65e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.white-e0bc {
  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;
}

.white-e0bc:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.white-e0bc.media-dim-fde5 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.white-e0bc .logo-mini-54c8 {
  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;
}

.white-e0bc h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.accordion-selected-3019 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.mask_green_5e13 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.mask_green_5e13 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.filter_wood_402c {
  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 === */
.narrow-15fd {
  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;
}

.content_e1cd {
  background-color: var(--primary-color);
  color: white;
}

.content_e1cd:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.hidden-stone-9194 {
  background-color: var(--text-secondary);
  color: white;
}

.hidden-stone-9194:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.shadow_fb2f {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.shadow_fb2f:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.wrapper-7cde {
  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;
}

.wrapper-7cde:hover {
  background-color: var(--primary-dark);
}

.warm_7c6d {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.active-ce4d {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.backdrop-ccfe {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.status_in_31e1 {
  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 === */
.status_cold_df15 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.paragraph_west_6da6 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.paragraph_west_6da6 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.mask-c407 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.chip-52d7 {
  flex: 1;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}

.focused-61bc {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.gradient-black-7fa9 {
  list-style: none;
  counter-reset: rank-counter;
}

.gradient-black-7fa9 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.gradient-black-7fa9 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;
}

.tag-68b4 {
  list-style: none;
}

.tag-68b4 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.carousel-silver-5c2a {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.disabled-dynamic-c5b6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.disabled-dynamic-c5b6 .border_5b9b {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.disabled-dynamic-c5b6 .notice-solid-3ea5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.status-5355 {
  margin-top: 3rem;
}

.primary-current-7222 {
  width: 100%;
}

.overlay_9f0f {
  background-color: #fef3c7;
}

.element-new-d2fb {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.module_3eee {
  margin: 3rem 0;
}

.chip-short-9c2b {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.caption_mini_ed33 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.caption_mini_ed33:hover {
  box-shadow: var(--shadow-lg);
}

.caption_mini_ed33.avatar_daa8 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.secondary_rough_90c9 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.lite_f048 strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.lite_f048 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.active_dim_b045 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.caption_mini_ed33 blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.aside-c861 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.form-a188 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.last-fbfd {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.tag_paper_6661 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.shade-current-6c07 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.feature_025f {
  margin-top: 1rem;
}

/* === FAQ Section === */
.dynamic-0bb3 {
  max-width: 900px;
  margin: 0 auto;
}

.tooltip_7867 {
  margin: 2rem 0;
}

.message_blue_0818 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.message_blue_0818 summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.message_blue_0818 summary::-webkit-details-marker {
  display: none;
}

.message_blue_0818 summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.carousel-brown-cbe5 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.message_blue_0818[open] .carousel-brown-cbe5 {
  transform: rotate(45deg);
}

.icon-7c07 {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.icon-7c07 p:last-child {
  margin-bottom: 0;
}

.focus-8d8e {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.green_db34 {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.hot-f364 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.hot-f364 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.hot-f364 .narrow-15fd {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.inner_123b {
  max-width: 900px;
  margin: 0 auto;
}

.north-71dc {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.progress-ace0 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.progress-ace0.fn-success-78e4 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.pattern-top-cc5b {
  font-size: 3rem;
  line-height: 1;
}

.detail_010c h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.grid-dynamic-e048 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.card-8a2e,
.module-b034 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.card-8a2e h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.module-b034 h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.backdrop-active-d14b,
.sidebar_e5f2 {
  margin: 1.5rem 0;
}

.backdrop-active-d14b li,
.sidebar_e5f2 li {
  margin-bottom: 1rem;
}

.carousel-f898 {
  margin: 3rem 0;
}

.tiny_46bb {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.tiny_46bb h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.tiny_46bb ol {
  margin: 1rem 0;
}

.tiny_46bb li {
  margin-bottom: 0.75rem;
}

.search_complex_a515 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.sort-active-76e5 {
  margin: 2rem 0;
}

.huge-b1fc {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.medium-d716 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.border-dynamic-16bb {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.tiny_add0 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.lite_ab76 {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.media-30f4 {
  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;
}

.media-30f4 img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.shadow_white_229d {
  flex: 1;
}

.shadow_white_229d h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.outline-easy-d702 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.right_4ab3 p {
  margin-bottom: 1rem;
}

.outline_ab2e {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.basic_8b1b {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.section-3f0e {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.section-3f0e a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.red_006a h3 {
  margin-bottom: 1.5rem;
}

.icon-stone-90e4 {
  display: grid;
  gap: 2rem;
}

.mask_simple_6daf {
  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;
}

.mask_simple_6daf img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.mask_simple_6daf h4 {
  margin: 0 0 0.25rem;
}

.mask_simple_6daf p {
  margin: 0;
  font-size: 0.9375rem;
}

.sort-pro-c339 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.gallery_full_1c91 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.gallery_full_1c91 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.gallery_full_1c91 ul {
  margin: 1.5rem 0;
}

.gallery_full_1c91 li {
  margin-bottom: 0.75rem;
}

.stale-cc19 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.article_over_7b17 {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.main-06c8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.shade_iron_8333 h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.shade_iron_8333 p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.right-8b65 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.right-8b65 a {
  color: rgba(255, 255, 255, 0.8);
}

.row_1f36 {
  list-style: none;
}

.row_1f36 li {
  margin-bottom: 0.75rem;
}

.row_1f36 a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.row_1f36 a:hover {
  color: white;
}

.gold-7191 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.button-fluid-f170 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.overlay-7df8 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.focus_e2c2 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.header-static-ed37 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .preview_56e0 {
    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;
  }

  .thumbnail-lite-7728 {
    font-size: 1.5rem !important;
  }

  .basic-74c6 {
    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 */
  .logo-inner-1edd,
  .pink_4c50,
  .fixed_df16,
  .purple-bf80,
  .secondary_rough_90c9,
  .caption_mini_ed33,
  .icon-7c07,
  .panel_tall_839f,
  .backdrop_left_1666,
  .pressed-09b1 {
    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 */
  .breadcrumb-cc04 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .status_d790 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .pattern_dbd8 {
    flex-shrink: 0;
  }

  .shadow_white_229d {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .summary_1487,
  .hidden_white_a5f4 {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .hidden_white_a5f4 {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .paper-d6e6 {
    display: none;
  }

  /* Show mobile actions */
  .menu_focused_4a74 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .shadow_prev_4d7a {
    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;
  }

  .shadow_prev_4d7a svg {
    flex-shrink: 0;
  }

  .shadow_prev_4d7a .orange_c7ba {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .shadow_prev_4d7a .hero-bc80 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .slider_pro_ba03 {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .mask-glass-bd53 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .shadow_prev_4d7a:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .glass_7385 {
    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;
  }

  .glass_7385.fn-active-78e4 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .glass_7385 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .glass_7385 li:last-child {
    border-bottom: none;
  }

  .glass_7385 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .motion_84bc {
    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;
  }

  .motion_84bc li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .motion_84bc li:last-child {
    border-bottom: none;
  }

  .motion_84bc a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .photo-outer-aba0 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .header-7927 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .content-paper-1e40,
  .content_43ca {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .content-paper-1e40 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .content_43ca {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .motion_84bc.fn-active-78e4 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .status-narrow-09d9 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .last_192c {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .hard_ce25 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .dropdown-bottom-07ae {
    margin-top: 0;
  }

  /* Hero section */
  .dropdown-bottom-07ae {
    padding: 2rem 0 1.5rem;
  }

  .basic-74c6 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .backdrop_left_1666 {
    font-size: 1rem;
  }

  /* Hero brand image */
  .input-fe95 {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .sort_plasma_18ae {
    max-width: 100%;
    border-radius: 8px;
  }

  .nav-left-74f1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .bronze_0ecc {
    padding: 1rem;
  }

  .short-7c0d {
    font-size: 1.5rem;
  }

  .module_silver_39a7 {
    font-size: 0.75rem;
  }

  .panel_tall_839f {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .image-079d {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .image-079d .narrow-15fd {
    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 */
  .form-black-4791 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .input_92f4 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .dirty_72c6 {
    margin-bottom: 1rem;
  }

  /* Author */
  .element_yellow_95e4 {
    flex-direction: column;
  }

  .media-30f4 {
    flex-direction: column;
  }

  /* Quotes */
  .secondary_rough_90c9 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .grid-dynamic-e048 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .tiny_add0 {
    flex-direction: column;
  }

  .tiny_add0 .narrow-15fd {
    width: 100%;
  }

  /* Version comparison */
  .preview-b65e {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .status_cold_df15 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .main-06c8 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .overlay-7df8 {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .overlay_right_fd54,
  .fixed-95ab,
  .red-4cb0,
  .primary-current-7222,
  .content_bd90,
  .motion_50da {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .overlay_right_fd54 table,
  .fixed-95ab table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .filter_wood_402c {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .preview_56e0 {
    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;
  }

  .thumbnail-lite-7728 {
    font-size: 1.25rem !important;
  }

  .basic-74c6 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .last_192c {
    position: fixed;
  }

  .hard_ce25 {
    padding: 0.625rem 0;
  }

  .dim-3ae4 img {
    height: 26px;
  }

  .motion_84bc {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .glass_7385 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .shadow_prev_4d7a {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .shadow_prev_4d7a svg {
    width: 18px;
    height: 18px;
  }

  .shadow_prev_4d7a .orange_c7ba {
    font-size: 0.7rem;
  }

  .shadow_prev_4d7a .hero-bc80 {
    font-size: 0.65rem;
  }

  .content-paper-1e40,
  .content_43ca {
    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, .preview_56e0, .up-fc70, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .input-fe95 {
    padding: 1rem;
  }

  .nav-left-74f1 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .bronze_0ecc {
    padding: 0.875rem;
  }

  .short-7c0d {
    font-size: 1.25rem;
  }

  .image-079d .narrow-15fd {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .basic-74c6 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .narrow-15fd {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .warm_7c6d {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .input_92f4 {
    padding: 1rem;
  }

  .dirty_72c6 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .logo-inner-1edd,
  .dropdown-pressed-99a9,
  .video_dfc1,
  .basic_f1a3 {
    padding: 1rem;
  }
}

@media print {
  .last_192c,
  .description_2705,
  .status-narrow-09d9,
  .narrow-15fd,
  .article_over_7b17 {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .preview_56e0 {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.button_4265 {
  margin-bottom: 3rem;
  text-align: center;
}

.thumbnail-lite-7728 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.overlay-prev-e3e2 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.lite-b3f7,
.description-pink-4575 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.column_gold_b8fb {
  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;
}

.column_gold_b8fb:hover {
  transform: translateY(-5px);
}

.column_gold_b8fb strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.column_gold_b8fb span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.container-2717 {
  margin: 3rem 0;
}

.dark-6fe3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.east_0152 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.east_0152:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.block-selected-d7fa {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.primary-565c {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.last_1ced {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.label-8f5c {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.title-17c4 {
  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;
}

.title-17c4:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.title-17c4.icon-hovered-132f {
  border-left: 4px solid var(--primary-color);
}

.description-fa86 {
  flex-shrink: 0;
}

.description-fa86 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.article-slow-6b44 {
  flex: 1;
}

.article-slow-6b44 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.modal_e9ac {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.paragraph-2482,
.input_5e16,
.card-east-af2d {
  margin-bottom: 1.5rem;
}

.paragraph-2482 h4,
.input_5e16 h4,
.card-east-af2d h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.paragraph-2482 ul,
.input_5e16 ul,
.card-east-af2d ul {
  list-style: none;
  padding: 0;
}

.paragraph-2482 li,
.input_5e16 li,
.card-east-af2d li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.paragraph-2482 li:before,
.input_5e16 li:before,
.card-east-af2d li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.dynamic_23d1 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.dynamic_23d1 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;
}

.dynamic_23d1 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.icon_stone_dfba { margin: 2rem 0; }
.preview-7f11 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.preview-7f11 h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.stale_76b3 p { margin-bottom: 1rem; line-height: 1.7; }
.stale_76b3 strong { color: var(--text-primary); }
.stale_76b3 ul { list-style: none; padding-left: 0; }
.stale_76b3 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.stale_76b3 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.carousel-advanced-e02a { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.dropdown-large-d36c { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.dropdown-large-d36c:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.right_c82e { font-size: 3rem; margin-bottom: 1rem; }
.dropdown-large-d36c h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.dropdown-large-d36c p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.sort_north_4850 { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.sort_north_4850 span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.pattern-afb3 { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.article_9036 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.row_6d17 { text-align: center; }
.rough_4474 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.slider-gold-13a1 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.in_9f5b { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.container_small_bad7 { margin: 2rem 0; }
.medium-bc85 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.medium-bc85 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.medium-bc85 p, .medium-bc85 ul { line-height: 1.7; }
.medium-bc85 ul { list-style: none; padding-left: 0; }
.medium-bc85 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.medium-bc85 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.feature-80b4 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.shadow-pressed-e9c6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.white_ca9e { text-align: center; }
.prev-c0b3 { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.gallery_center_fb8d { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.blue-66f0 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.huge-e5eb { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.fresh-b84e { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.fresh-b84e:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.fresh-b84e h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.fresh-b84e p, .fresh-b84e ul { line-height: 1.7; }
.fresh-b84e ul { list-style: none; padding-left: 0; }
.fresh-b84e ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.fresh-b84e ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 40f6 */
.shadow-element-i8 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.1;
}
