/* ============================================
   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 */
.thick_43cb p,
.tooltip-ee3c,
.text_hard_494c,
.narrow-e0c7,
.avatar-glass-a74e,
.message_in_36e8,
.pattern-easy-80e5,
.component_pro_b864 {
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* === Container === */
.header_focused_f7ff {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  overflow-x: hidden;
}

/* All content containers must not overflow */
.header_focused_f7ff > *,
.accordion_b91a,
.thick_43cb,
.form-bafd {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .header_focused_f7ff {
    padding: 0 1.25rem;
  }
  
  /* Force all elements to fit within viewport */
  * {
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 480px) {
  .header_focused_f7ff {
    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 === */
.fluid-acd4 {
  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 */
.fluid-acd4.pressed-1dd9 {
  box-shadow: var(--shadow-md);
}

.picture-mini-9a75 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.focus-01f7 img {
  height: 32px;
  width: auto;
}

/* Desktop Menu */
.heading-d10a {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

/* Hide mobile menu on desktop */
.picture_0b75 {
  display: none;
}

/* Hide mobile actions on desktop */
.south_780f {
  display: none;
}

.component_9798 a {
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.component_9798 a:hover,
.component_9798 a.fn-active-9bc6 {
  color: var(--primary-color);
  text-decoration: none;
}

/* Login button in navigation */
.status-2219 {
  margin-left: 1rem;
}

.solid-c7ad {
  margin-left: 1rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.texture-e5c2,
.pink_89e4 {
  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;
}

.texture-e5c2 {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
}

.texture-e5c2: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;
}

.pink_89e4 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.pink_89e4: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;
}

.texture-e5c2 svg,
.pink_89e4 svg {
  flex-shrink: 0;
}

.narrow_fb54 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.accordion-wood-e246 {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: relative;
  transition: background-color 0.3s ease;
}

.accordion-wood-e246::before,
.accordion-wood-e246::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-primary);
  position: absolute;
  transition: transform 0.3s ease;
}

.accordion-wood-e246::before {
  top: -7px;
}

.accordion-wood-e246::after {
  bottom: -7px;
}

/* === Hero Article Section === */
.bottom-cf7a {
  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 === */
.icon_outer_da7f {
  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);
}

.hidden_new_1aa9 {
  margin: 0 0 2rem;
  text-align: center;
}

.grid-top-8e9f {
  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;
}

.grid-top-8e9f:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-xl);
}

.silver-097c {
  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);
}

.silver-097c strong {
  color: var(--primary-color);
  font-weight: 700;
}

.message_c9a4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.label-black-96ef {
  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;
}

.label-black-96ef:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.article_north_038e {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.backdrop-iron-ceee {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--text-secondary);
  line-height: 1.3;
}

/* CTA Buttons for Login & Register */
.gradient_f392 {
  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);
}

.gradient_f392 .full_a2b1 {
  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;
}

.gradient_f392 .full_a2b1 svg {
  flex-shrink: 0;
}

.gradient_f392 .caption-28fb {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.gradient_f392 .caption-28fb: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);
}

.gradient_f392 .column-4b22 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  color: white;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
}

.gradient_f392 .column-4b22: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) {
  .icon_outer_da7f {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .grid-top-8e9f {
    max-width: 100%;
  }

  .message_c9a4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .label-black-96ef {
    padding: 1rem;
  }

  .article_north_038e {
    font-size: 1.5rem;
  }

  .backdrop-iron-ceee {
    font-size: 0.75rem;
  }

  .silver-097c {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .gradient_f392 {
    flex-direction: column;
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  .gradient_f392 .full_a2b1 {
    width: 100%;
    min-width: auto;
    font-size: 1rem;
    padding: 0.875rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .message_c9a4 {
    grid-template-columns: 1fr;
  }
}

.element-b004 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.outer_1a28 {
  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 === */
.tertiary_up_02cb {
  margin-bottom: 2.5rem;
}

.backdrop-2388 {
  font-size: 2.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 900px;
}

.element-b004 {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.element_in_0c16 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.image_focused_0c54 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid var(--primary-color);
}

.lower-4879 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.progress-8f10 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-primary);
}

.complex_6d1a {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.focus_top_5837 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.grid-d413 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.grid-d413 svg {
  flex-shrink: 0;
}

/* === Review Score Banner === */
.layout-south-662d {
  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);
}

.huge_d3e5 {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--primary-color);
}

.secondary-bronze-0777 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.grid_d9c9 {
  font-size: 2rem;
  color: #f59e0b;
  margin-bottom: 0.5rem;
  letter-spacing: 0.25rem;
}

.east_0030 {
  font-size: 1.125rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.banner-bright-a37b {
  display: grid;
  gap: 1rem;
}

.outline-9e0c {
  display: grid;
  grid-template-columns: 150px 1fr 80px;
  gap: 1rem;
  align-items: center;
}

.paper_f010 {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--text-primary);
}

.popup_3f04 {
  height: 12px;
  background-color: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.nav_selected_8b25 {
  height: 100%;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-light) 100%);
  border-radius: 6px;
  transition: width 0.5s ease;
}

.component-mini-4bdf {
  font-weight: 700;
  font-size: 1rem;
  color: var(--primary-color);
  text-align: right;
}

.steel-3bdd {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.steel-3bdd p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  margin: 0;
}

.tooltip-ee3c {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 800px;
  margin-bottom: 2rem;
}

/* === Author Byline === */
.video_small_bbb9 {
  background-color: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 2.5rem;
}

.sidebar-ac31 {
  display: grid;
  gap: 2rem;
}

.video-dark-93b2 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.image_focused_0c54 {
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid var(--primary-color);
}

.element_in_0c16 {
  flex: 1;
}

.progress-8f10 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.progress-8f10 a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
}

.chip-e655 {
  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;
}

.complex_6d1a {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.summary_2a7d {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.75rem 0;
}

.summary_2a7d span {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding: 0.25rem 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
}

.paper_d33c {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
}

.paper_d33c a {
  font-size: 0.875rem;
  font-weight: 500;
}

.frame_out_f79b {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
}

.frame_out_f79b strong {
  display: block;
  margin-bottom: 0.75rem;
}

.frame_out_f79b ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.frame_out_f79b li {
  font-size: 0.9375rem;
  color: var(--text-secondary);
}

.gas-2227 {
  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 === */
.gradient_d80f {
  background-color: var(--bg-secondary);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border-color);
}

.caption_1cc9 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
}

.paragraph_wood_5d04 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.overlay_0c75 h3 {
  font-size: 1.125rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.overlay_0c75 ol {
  list-style: none;
  counter-reset: toc-counter;
}

.overlay_0c75 ol li {
  counter-increment: toc-counter;
  margin-bottom: 0.75rem;
}

.overlay_0c75 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;
}

.overlay_0c75 ol li a:hover {
  color: var(--primary-color);
  text-decoration: none;
  transform: translateX(4px);
}

.overlay_0c75 ol li a::before {
  content: counter(toc-counter) ".";
  font-weight: 700;
  color: var(--primary-color);
  min-width: 1.5rem;
}

/* === Main Content === */
.thick_43cb {
  padding: 3rem 0 5rem;
}

.form-bafd {
  margin-bottom: 4rem;
  scroll-margin-top: 80px; /* For sticky header */
}

.form-bafd.header_bd23 {
  background-color: var(--bg-secondary);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 3rem calc(50vw - 50%);
}

.text_hard_494c {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2rem;
  max-width: 800px;
}

.container-7a3f {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* === Summary Box === */
.tabs_steel_cb2e {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
}

.tabs_steel_cb2e h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.primary-618c {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.frame_narrow_e290 {
  text-align: center;
}

.box-dfda {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.slow-0cc9 {
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.stale-5a3c {
  margin-bottom: 0;
}

/* === Research Findings Cards === */
.message_in_36e8 {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.narrow-e0c7 {
  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;
}

.narrow-e0c7 * {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.narrow-e0c7:hover {
  box-shadow: var(--shadow-lg);
}

.narrow-e0c7.outline_static_0e69 {
  border: 2px solid var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.narrow-e0c7 h4 {
  color: var(--primary-color);
  margin-bottom: 1rem;
  margin-top: 0;
}

.narrow-e0c7 ul {
  margin: 1rem 0;
}

.narrow-e0c7 li {
  margin-bottom: 0.75rem;
}

.tall-a75f {
  background-color: #fef3c7;
  padding: 1rem;
  border-left: 4px solid var(--warning-color);
  margin: 1rem 0;
  border-radius: 4px;
}

.progress-smooth-bf1b {
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
  font-size: 0.9375rem;
}

.progress-smooth-bf1b a {
  font-weight: 600;
}

/* === Data Tables === */
.accordion-current-1ee5 {
  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;
}

.accordion-current-1ee5 table {
  width: 100%;
  min-width: 600px;
}

.accordion-current-1ee5 thead {
  background-color: var(--primary-color);
  color: white;
}

.accordion-current-1ee5 th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.9375rem;
}

.accordion-current-1ee5 td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid var(--border-color);
}

.accordion-current-1ee5 tbody tr:hover {
  background-color: var(--bg-secondary);
}

.accordion-current-1ee5 tbody tr:last-child td {
  border-bottom: none;
}

/* === Checklist === */
.breadcrumb-steel-14f9 {
  list-style: none;
  margin: 1.5rem 0;
}

.breadcrumb-steel-14f9 li {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}

.breadcrumb-steel-14f9 li:hover {
  background-color: var(--bg-secondary);
  border-radius: 4px;
}

.dirty-6bf2::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-9bc6::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 === */
.pressed-cfaa {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.white-3c29 {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.white-3c29 img {
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.white-3c29 strong {
  display: block;
  font-size: 1rem;
  color: var(--text-primary);
}

.white-3c29 span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pressed-cfaa blockquote {
  font-style: italic;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.0625rem;
  line-height: 1.75;
}

/* === Methodology Timeline === */
.pattern-easy-80e5 {
  position: relative;
  padding-left: 2rem;
  margin: 2rem 0;
}

.pattern-easy-80e5::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-light) 100%);
}

.logo_mini_f7b9 {
  position: relative;
  margin-bottom: 3rem;
}

.right_9104 {
  position: absolute;
  left: -2.625rem;
  top: 0;
}

.right_9104 .old_3c7e {
  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;
}

.sidebar-green-c837 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
  margin-left: 2rem;
}

.sidebar-green-c837 h3 {
  margin-top: 0;
  color: var(--primary-color);
  font-size: 1.25rem;
}

.sidebar-green-c837 ul {
  margin: 1rem 0;
}

.sidebar-green-c837 li {
  margin-bottom: 0.75rem;
}

.sidebar_fe87 {
  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 === */
.column_15e1 {
  background-color: var(--bg-primary);
  border: 2px solid var(--secondary-color);
  border-radius: 12px;
  padding: 2rem;
  margin: 2.5rem 0;
}

.column_15e1 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.pagination_warm_5bad {
  list-style: none;
  margin: 1.5rem 0;
}

.pagination_warm_5bad li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.pagination_warm_5bad a {
  font-weight: 600;
}

.banner_af90 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1rem;
}

/* === Tutorial Steps === */
.component_pro_b864 {
  margin: 2.5rem 0;
}

.outer_4666 {
  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;
}

.outer_4666:hover {
  box-shadow: var(--shadow-lg);
}

.outer_4666.message_e99f {
  border: 2px solid var(--accent-color);
  background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
}

.cool-59c7 {
  flex-shrink: 0;
}

.cool-59c7 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);
}

.lite-d984 h3 {
  margin-top: 0;
  color: var(--text-primary);
}

.hover-dim-5504,
.inner_29d9,
.notice_4af0 {
  width: 100%;
  margin: 1.5rem 0;
}

.notification-76a0 {
  background-color: #dbeafe;
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 4px;
}

.notification-76a0 strong {
  display: block;
  color: var(--primary-dark);
  margin-bottom: 0.5rem;
}

.info-47f0 {
  background-color: #fef3c7;
  border: 2px solid var(--warning-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.info-47f0 strong {
  color: var(--warning-color);
  display: block;
  margin-bottom: 0.5rem;
}

.stone-fc4b {
  background-color: #fee2e2;
  border: 2px solid var(--danger-color);
  padding: 1.25rem;
  margin: 1.5rem 0;
  border-radius: 8px;
}

.stone-fc4b strong {
  color: var(--danger-color);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}

/* === Version Comparison === */
.hot_dc8e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.article_e7c0 {
  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;
}

.article_e7c0:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.article_e7c0.modal-3752 {
  border-color: var(--secondary-color);
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.article_e7c0 .gallery_435e {
  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;
}

.article_e7c0 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.list_black_7a6a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.breadcrumb_e887 {
  background-color: var(--bg-tertiary);
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding: 1rem;
  margin: 1rem 0;
}

.breadcrumb_e887 label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.over-7dd6 {
  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 === */
.full_a2b1 {
  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;
}

.caption-28fb {
  background-color: var(--primary-color);
  color: white;
}

.caption-28fb:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  text-decoration: none;
}

.column-4b22 {
  background-color: var(--text-secondary);
  color: white;
}

.column-4b22:hover {
  background-color: var(--text-primary);
  text-decoration: none;
}

.pattern-a4c0 {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.pattern-a4c0:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.detail-lower-5eba {
  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;
}

.detail-lower-5eba:hover {
  background-color: var(--primary-dark);
}

.feature-pink-d9fc {
  padding: 1.125rem 2.25rem;
  font-size: 1.125rem;
}

.tiny_a523 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* === Badges === */
.upper-a066 {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.description-gas-9eef {
  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 === */
.filter_3366 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}

.hard-3721 {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.5rem;
}

.hard-3721 h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.tiny-3244 {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  height: 200px;
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: var(--bg-secondary);
  border-radius: 6px;
}

.notice_909f {
  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;
}

.thick_1051 {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  font-style: italic;
  margin-top: 1rem;
}

.new_51e5 {
  list-style: none;
  counter-reset: rank-counter;
}

.new_51e5 li {
  counter-increment: rank-counter;
  margin-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
}

.new_51e5 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;
}

.gold-01c0 {
  list-style: none;
}

.gold-01c0 li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* === Satisfaction Analysis === */
.dirty-9973 {
  text-align: center;
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.middle_4f5a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.middle_4f5a .card-gold-662a {
  font-size: 4rem;
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1;
}

.middle_4f5a .heading_1faf {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
}

.badge-7623 {
  margin-top: 3rem;
}

.overlay-east-e9ec {
  width: 100%;
}

.thumbnail_light_0245 {
  background-color: #fef3c7;
}

.center_6d63 {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

/* === User Quotes === */
.nav-f661 {
  margin: 3rem 0;
}

.widget-df66 {
  display: grid;
  gap: 2rem;
  margin: 2rem 0;
}

.pattern-plasma-c43a {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
  transition: box-shadow 0.3s ease;
}

.pattern-plasma-c43a:hover {
  box-shadow: var(--shadow-lg);
}

.pattern-plasma-c43a.container_thick_b6e5 {
  border: 2px solid var(--warning-color);
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.middle_eb71 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.widget_dynamic_e8bc strong {
  display: block;
  font-size: 1.125rem;
  color: var(--text-primary);
}

.widget_dynamic_e8bc span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.dropdown-cold-1b45 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pattern-plasma-c43a blockquote {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1rem 0;
  padding: 0;
  border: none;
}

.accordion-glass-8a4b {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.alert_glass_8248 {
  padding: 0.375rem 0.875rem;
  background-color: #d1fae5;
  color: #065f46;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.table_hard_3b6b {
  padding: 0.375rem 0.875rem;
  background-color: #dbeafe;
  color: #1e40af;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.hard-9958 {
  padding: 0.375rem 0.875rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 20px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.gas-dfd1 {
  text-align: center;
  background-color: var(--bg-secondary);
  padding: 2rem;
  border-radius: 12px;
  margin-top: 3rem;
}

.widget_9387 {
  margin-top: 1rem;
}

/* === FAQ Section === */
.sort_stone_a47f {
  max-width: 900px;
  margin: 0 auto;
}

.silver_7017 {
  margin: 2rem 0;
}

.carousel-medium-2a7b {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.carousel-medium-2a7b summary {
  padding: 1.5rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.carousel-medium-2a7b summary::-webkit-details-marker {
  display: none;
}

.carousel-medium-2a7b summary h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.pressed_b507 {
  font-size: 1.5rem;
  color: var(--primary-color);
  font-weight: 300;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}

.carousel-medium-2a7b[open] .pressed_b507 {
  transform: rotate(45deg);
}

.backdrop_64ba {
  padding: 0 1.5rem 1.5rem;
  border-top: 1px solid var(--border-color);
}

.backdrop_64ba p:last-child {
  margin-bottom: 0;
}

.article-e578 {
  background-color: var(--bg-secondary);
  padding: 1rem;
  border-radius: 6px;
  margin-top: 1rem;
}

.input_small_132d {
  background-color: #d1fae5;
  border-left: 4px solid var(--secondary-color);
  padding: 1.25rem;
  margin-top: 1.5rem;
  border-radius: 4px;
}

.summary_huge_b6e6 {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background-color: var(--bg-secondary);
  border-radius: 12px;
}

.summary_huge_b6e6 p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.summary_huge_b6e6 .full_a2b1 {
  margin: 0.5rem;
}

/* === Conclusion Section === */
.clean_0bf6 {
  max-width: 900px;
  margin: 0 auto;
}

.header_solid_d0b6 {
  font-size: 1.1875rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.orange-ed33 {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 2rem;
  border-radius: 12px;
  margin: 2rem 0;
}

.orange-ed33.fn-success-9bc6 {
  background-color: #d1fae5;
  border: 2px solid var(--secondary-color);
}

.cool-78ca {
  font-size: 3rem;
  line-height: 1;
}

.gradient-1cee h3 {
  margin-top: 0;
  color: var(--secondary-color);
}

.border-9de8 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.frame-2204,
.video-e01c {
  background-color: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 2rem;
}

.frame-2204 h3 {
  color: var(--secondary-color);
  margin-top: 0;
}

.video-e01c h3 {
  color: var(--warning-color);
  margin-top: 0;
}

.hidden_plasma_3e2a,
.hero_center_b08e {
  margin: 1.5rem 0;
}

.hidden_plasma_3e2a li,
.hero_center_b08e li {
  margin-bottom: 1rem;
}

.fluid-f0e8 {
  margin: 3rem 0;
}

.yellow_d96a {
  background-color: var(--bg-secondary);
  border-left: 4px solid var(--primary-color);
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.yellow_d96a h4 {
  margin-top: 0;
  color: var(--primary-color);
}

.yellow_d96a ol {
  margin: 1rem 0;
}

.yellow_d96a li {
  margin-bottom: 0.75rem;
}

.breadcrumb_fec1 {
  text-align: center;
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
  padding: 3rem 2rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.hero_active_7d9b {
  margin: 2rem 0;
}

.active_new_6abb {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.prev-d5b1 {
  font-size: 2rem;
  color: var(--warning-color);
  margin-top: 0.5rem;
}

.main-wide-ef04 {
  font-size: 1.125rem;
  line-height: 1.8;
  max-width: 700px;
  margin: 2rem auto;
}

.iron-3529 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* === Author Bio Section === */
.complex_fc0a {
  background-color: var(--bg-secondary);
  padding: 4rem 0;
  margin-top: 4rem;
}

.nav-selected-b78e {
  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;
}

.nav-selected-b78e img {
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  flex-shrink: 0;
}

.lower-4879 {
  flex: 1;
}

.lower-4879 h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.icon-3334 {
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 1rem;
}

.search-clean-6ef2 p {
  margin-bottom: 1rem;
}

.static_2bfd {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.steel-3cc7 {
  padding: 0.375rem 0.875rem;
  background-color: var(--bg-secondary);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.heading_830b {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}

.heading_830b a {
  font-weight: 600;
  font-size: 0.9375rem;
}

.block-orange-b6e8 h3 {
  margin-bottom: 1.5rem;
}

.tooltip-4779 {
  display: grid;
  gap: 2rem;
}

.item-upper-0bee {
  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;
}

.item-upper-0bee img {
  border-radius: 50%;
  border: 2px solid var(--border-color);
  flex-shrink: 0;
}

.item-upper-0bee h4 {
  margin: 0 0 0.25rem;
}

.item-upper-0bee p {
  margin: 0;
  font-size: 0.9375rem;
}

.red_0310 {
  color: var(--text-secondary);
  font-size: 0.875rem !important;
  margin-top: 0.5rem !important;
}

.tertiary_5109 {
  background-color: var(--bg-primary);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.tertiary_5109 h3 {
  margin-top: 0;
  color: var(--primary-color);
}

.tertiary_5109 ul {
  margin: 1.5rem 0;
}

.tertiary_5109 li {
  margin-bottom: 0.75rem;
}

.info_5db3 {
  font-size: 0.875rem;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 1.5rem;
}

/* === Footer === */
.filter-static-d9fe {
  background-color: var(--text-primary);
  color: white;
  padding: 3rem 0 2rem;
  margin-top: 5rem;
}

.element-complex-9e5e {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
}

.mini-405f h4 {
  color: white;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.mini-405f p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.list-1a09 {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1rem;
}

.list-1a09 a {
  color: rgba(255, 255, 255, 0.8);
}

.out-241d {
  list-style: none;
}

.out-241d li {
  margin-bottom: 0.75rem;
}

.out-241d a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.out-241d a:hover {
  color: white;
}

.notice_clean_2749 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  text-align: center;
}

.hover-83dc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 800px;
  margin: 0 auto 1rem;
}

.outer-e06e {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === Utility Classes === */
.active_c383 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.container_red_ca92 {
  text-align: center;
}

/* === Responsive Design === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  body {
    font-size: 1rem;
  }

  .header_focused_f7ff {
    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;
  }

  .pagination_dynamic_820b {
    font-size: 1.5rem !important;
  }

  .backdrop-2388 {
    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 */
  .narrow-e0c7,
  .avatar-glass-a74e,
  .sidebar-green-c837,
  .lite-d984,
  .middle_eb71,
  .pattern-plasma-c43a,
  .backdrop_64ba,
  .silver-097c,
  .tooltip-ee3c,
  .text_hard_494c {
    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 */
  .element-b004 {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .element_in_0c16 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }

  .image_focused_0c54 {
    flex-shrink: 0;
  }

  .lower-4879 {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }

  .progress-8f10,
  .complex_6d1a {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .complex_6d1a {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  ul li, ol li {
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  /* Hide desktop menu on mobile */
  .heading-d10a {
    display: none;
  }

  /* Show mobile actions */
  .south_780f {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  /* Mobile action buttons - Always visible */
  .under-1220 {
    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;
  }

  .under-1220 svg {
    flex-shrink: 0;
  }

  .under-1220 .hover_8b93 {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .under-1220 .aside-stale-d086 {
    font-size: 0.7rem;
    font-weight: 600;
    opacity: 1;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .simple-316e {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
  }

  .status-in-1195 {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #047857 100%);
  }

  .under-1220:active {
    transform: scale(0.95);
  }

  /* Show mobile dropdown menu */
  .picture_0b75 {
    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;
  }

  .picture_0b75.fn-active-9bc6 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .picture_0b75 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .picture_0b75 li:last-child {
    border-bottom: none;
  }

  .picture_0b75 a {
    display: block;
    padding: 1rem;
    font-size: 1rem;
  }

  /* Navigation */
  .component_9798 {
    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;
  }

  .component_9798 li {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
  }

  .component_9798 li:last-child {
    border-bottom: none;
  }

  .component_9798 a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
  }

  /* Mobile login button */
  .status-2219 {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
  }

  .solid-c7ad {
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 2px solid var(--border-color);
    flex-direction: column;
    gap: 0.875rem;
  }

  .texture-e5c2,
  .pink_89e4 {
    width: 100%;
    justify-content: center;
    padding: 1rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }

  .texture-e5c2 {
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
  }

  .pink_89e4 {
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3);
  }

  .component_9798.fn-active-9bc6 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .narrow_fb54 {
    display: block;
  }

  /* Make sure header stays on top with increased height */
  .fluid-acd4 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: var(--shadow-md);
    z-index: 1000;
  }

  .picture-mini-9a75 {
    padding: 0.875rem 0;
  }

  /* Add padding to body to account for fixed header */
  body {
    padding-top: 75px;
  }

  .bottom-cf7a {
    margin-top: 0;
  }

  /* Hero section */
  .bottom-cf7a {
    padding: 2rem 0 1.5rem;
  }

  .backdrop-2388 {
    font-size: 1.75rem;
    word-wrap: break-word;
  }

  .tooltip-ee3c {
    font-size: 1rem;
  }

  /* Hero brand image */
  .icon_outer_da7f {
    padding: 1.5rem;
    margin: 1.5rem 0;
  }

  .grid-top-8e9f {
    max-width: 100%;
    border-radius: 8px;
  }

  .message_c9a4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .label-black-96ef {
    padding: 1rem;
  }

  .article_north_038e {
    font-size: 1.5rem;
  }

  .backdrop-iron-ceee {
    font-size: 0.75rem;
  }

  .silver-097c {
    font-size: 0.875rem;
    padding: 1rem;
  }

  .gradient_f392 {
    flex-direction: column;
    gap: 0.875rem;
    padding: 1.25rem 0;
  }

  .gradient_f392 .full_a2b1 {
    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 */
  .paragraph_wood_5d04 {
    grid-template-columns: 1fr;
  }

  /* Steps */
  .outer_4666 {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }

  .cool-59c7 {
    margin-bottom: 1rem;
  }

  /* Author */
  .video-dark-93b2 {
    flex-direction: column;
  }

  .nav-selected-b78e {
    flex-direction: column;
  }

  /* Quotes */
  .middle_eb71 {
    flex-direction: column;
  }

  /* Pros/Cons */
  .border-9de8 {
    grid-template-columns: 1fr;
  }

  /* CTA */
  .iron-3529 {
    flex-direction: column;
  }

  .iron-3529 .full_a2b1 {
    width: 100%;
  }

  /* Version comparison */
  .hot_dc8e {
    grid-template-columns: 1fr;
  }

  /* Demographics */
  .filter_3366 {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .element-complex-9e5e {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .outer-e06e {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Tables - horizontal scroll */
  .accordion-current-1ee5,
  .inner_29d9,
  .bottom_057e,
  .overlay-east-e9ec,
  .hover-dim-5504,
  .notice_4af0 {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .accordion-current-1ee5 table,
  .inner_29d9 table {
    min-width: 600px;
  }

  /* Code blocks */
  pre {
    font-size: 0.875rem;
    padding: 0.875rem;
    overflow-x: auto;
  }

  code {
    font-size: 0.875rem;
  }

  /* Hash code */
  .over-7dd6 {
    font-size: 0.6875rem;
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }

  .header_focused_f7ff {
    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;
  }

  .pagination_dynamic_820b {
    font-size: 1.25rem !important;
  }

  .backdrop-2388 {
    font-size: 1.25rem !important;
  }

  /* Keep header fixed on very small screens too */
  body {
    padding-top: 70px;
  }

  .fluid-acd4 {
    position: fixed;
  }

  .picture-mini-9a75 {
    padding: 0.625rem 0;
  }

  .focus-01f7 img {
    height: 26px;
  }

  .component_9798 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .picture_0b75 {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .under-1220 {
    padding: 0.35rem 0.45rem;
    font-size: 0.6rem;
    min-width: 55px;
    max-width: 70px;
    gap: 0.1rem;
  }

  .under-1220 svg {
    width: 18px;
    height: 18px;
  }

  .under-1220 .hover_8b93 {
    font-size: 0.7rem;
  }

  .under-1220 .aside-stale-d086 {
    font-size: 0.65rem;
  }

  .texture-e5c2,
  .pink_89e4 {
    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, .header_focused_f7ff, .accordion_b91a, section, article, div {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .icon_outer_da7f {
    padding: 1rem;
  }

  .message_c9a4 {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .label-black-96ef {
    padding: 0.875rem;
  }

  .article_north_038e {
    font-size: 1.25rem;
  }

  .gradient_f392 .full_a2b1 {
    font-size: 0.9375rem;
    padding: 0.75rem 1.25rem;
  }

  .backdrop-2388 {
    font-size: 1.5rem;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  /* Buttons */
  .full_a2b1 {
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
  }

  .feature-pink-d9fc {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }

  /* Step cards */
  .outer_4666 {
    padding: 1rem;
  }

  .cool-59c7 span {
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
  }

  /* Extra small padding */
  .narrow-e0c7,
  .cool_5320,
  .gas_0a53,
  .gradient_steel_d8ba {
    padding: 1rem;
  }
}

@media print {
  .fluid-acd4,
  .gradient_d80f,
  .narrow_fb54,
  .full_a2b1,
  .filter-static-d9fe {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
  }

  .header_focused_f7ff {
    max-width: 100%;
    padding: 0;
  }
}
/* ============================================
   Profile Page Styles
   ============================================ */

/* Page Header */
.tabs_inner_6654 {
  margin-bottom: 3rem;
  text-align: center;
}

.pagination_dynamic_820b {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}

.layout_rough_4e67 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 900px;
  margin: 0 auto 2rem;
}

.text-fcf2,
.text_right_487a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.border-action-b48d {
  text-align: center;
  padding: 1.5rem;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid var(--primary-color);
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.border-action-b48d:hover {
  transform: translateY(-5px);
}

.border-action-b48d strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 0.5rem;
}

.border-action-b48d span {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-weight: 600;
}

/* Team Composition */
.footer-thick-df36 {
  margin: 3rem 0;
}

.top_32d5 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.slider-full-07e5 {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border: 2px solid var(--border-color);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.slider-full-07e5:hover {
  border-color: var(--primary-color);
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.short_413f {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.slider-93d3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
}

.hover_66d4 {
  font-size: 0.9375rem;
  color: var(--text-primary);
  font-weight: 600;
  margin: 0.5rem 0;
}

.dynamic_cce5 {
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* Team Member Cards */
.tabs_6965 {
  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;
}

.tabs_6965:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.tabs_6965.soft_65bd {
  border-left: 4px solid var(--primary-color);
}

.tooltip_pressed_efc8 {
  flex-shrink: 0;
}

.tooltip_pressed_efc8 svg {
  border-radius: 50%;
  box-shadow: var(--shadow-md);
}

.thick_f9e7 {
  flex: 1;
}

.thick_f9e7 h3 {
  font-size: 1.75rem;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.pattern-e066 {
  font-size: 1.125rem;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.card_current_021e,
.top_4375,
.row_efb4 {
  margin-bottom: 1.5rem;
}

.card_current_021e h4,
.top_4375 h4,
.row_efb4 h4 {
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card_current_021e ul,
.top_4375 ul,
.row_efb4 ul {
  list-style: none;
  padding: 0;
}

.card_current_021e li,
.top_4375 li,
.row_efb4 li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.card_current_021e li:before,
.top_4375 li:before,
.row_efb4 li:before {
  content: "?";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.image_cold_f9b4 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.image_cold_f9b4 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;
}

.image_cold_f9b4 a:hover {
  background-color: var(--primary-color);
  color: white;
  border-color: var(--primary-color);
}

/* Team Breakdown */
.status-blue-b343 { margin: 2rem 0; }
.cool-858f { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--primary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.cool-858f h4 { font-size: 1.375rem; color: var(--primary-color); margin-bottom: 1rem; }
.row-tall-3f10 p { margin-bottom: 1rem; line-height: 1.7; }
.row-tall-3f10 strong { color: var(--text-primary); }
.row-tall-3f10 ul { list-style: none; padding-left: 0; }
.row-tall-3f10 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.row-tall-3f10 ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* Security Team Grid */
.block_cd47 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; margin: 2rem 0; }
.content_pro_19bb { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; text-align: center; transition: all 0.3s ease; }
.content_pro_19bb:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); transform: translateY(-5px); }
.photo_50e9 { font-size: 3rem; margin-bottom: 1rem; }
.content_pro_19bb h4 { font-size: 1.25rem; color: var(--text-primary); margin-bottom: 1rem; }
.content_pro_19bb p { color: var(--text-secondary); line-height: 1.6; margin-bottom: 1rem; }
.selected-563e { display: flex; flex-direction: column; gap: 0.5rem; margin-top: 1rem; }
.selected-563e span { font-size: 0.875rem; color: var(--text-muted); font-weight: 600; }
.content_162e { margin: 3rem 0; padding: 2rem; background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); border-radius: 16px; border: 2px solid var(--success-color); }
.row-wide-5dd2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.dropdown_597a { text-align: center; }
.hero_copper_9bc0 { font-size: 3rem; font-weight: 800; color: var(--success-color); line-height: 1; }
.avatar-eccb { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.green_ee36 { font-size: 0.875rem; color: var(--text-muted); }

/* Support Structure */
.hero_c71c { margin: 2rem 0; }
.accent_60f5 { background: white; border: 2px solid var(--border-color); border-left: 4px solid var(--secondary-color); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; }
.accent_60f5 h4 { font-size: 1.375rem; color: var(--secondary-color); margin-bottom: 1rem; }
.accent_60f5 p, .accent_60f5 ul { line-height: 1.7; }
.accent_60f5 ul { list-style: none; padding-left: 0; }
.accent_60f5 ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.accent_60f5 ul li:before { content: "?"; position: absolute; left: 0; color: var(--secondary-color); font-weight: bold; }
.dynamic-a5f5 { margin: 3rem 0; padding: 2.5rem; background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%); border-radius: 16px; border: 2px solid var(--warning-color); }
.motion_a435 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem; margin-top: 2rem; }
.form_6e84 { text-align: center; }
.card-e64c { font-size: 2.5rem; font-weight: 800; color: var(--text-primary); line-height: 1; }
.tag-large-13f5 { font-size: 1rem; color: var(--text-primary); font-weight: 600; margin: 0.5rem 0; }
.tag-6d72 { font-size: 0.875rem; color: var(--text-muted); }

/* Business Team Grid */
.focus-north-c470 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin: 2rem 0; }
.dropdown-6d7c { background: white; border: 2px solid var(--border-color); border-radius: 16px; padding: 2rem; transition: all 0.3s ease; }
.dropdown-6d7c:hover { border-color: var(--primary-color); box-shadow: var(--shadow-lg); }
.dropdown-6d7c h4 { font-size: 1.25rem; color: var(--primary-color); margin-bottom: 1rem; }
.dropdown-6d7c p, .dropdown-6d7c ul { line-height: 1.7; }
.dropdown-6d7c ul { list-style: none; padding-left: 0; }
.dropdown-6d7c ul li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
.dropdown-6d7c ul li:before { content: "?"; position: absolute; left: 0; color: var(--success-color); font-weight: bold; }

/* css-noise: 16a9 */
.promo-block-x3 {
  padding: 0.4rem;
  font-size: 12px;
  line-height: 1.0;
}
