/* ============================================
   Modern CSS for SEO-Optimized Content Site
   Based on Google 2026 Best Practices
   ============================================ */

/* ============================================
   1. CSS RESET & BASE STYLES
   ============================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Colors */
  --color-primary: #1976d2;
  --color-primary-dark: #115293;
  --color-primary-light: #4791db;
  --color-secondary: #424242;
  --color-accent: #ff6b6b;
  --color-success: #4caf50;
  --color-warning: #ff9800;
  --color-danger: #f44336;
  
  /* Neutrals */
  --color-text: #212121;
  --color-text-light: #666666;
  --color-text-lighter: #999999;
  --color-border: #e0e0e0;
  --color-border-light: #f5f5f5;
  --color-bg: #ffffff;
  --color-bg-alt: #fafafa;
  --color-bg-section: #f8f9fa;
  
  /* Typography */
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-heading: 'Merriweather', Georgia, serif;
  
  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-xxl: 4rem;
  
  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  
  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --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.1);
  
  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 250ms ease;
  --transition-slow: 350ms ease;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  /* Do NOT set overflow-x here: combined with body's overflow-x: hidden
     it makes <html> its own scroll container and breaks the sticky header. */
}

body {
  font-family: var(--font-primary);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 0;
}

/* ============================================
   2. SKIP LINK (Accessibility)
   ============================================ */
.bottom-1297 {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--color-primary);
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  z-index: 10000;
  border-radius: 0 0 4px 0;
}

.bottom-1297:focus {
  top: 0;
}

/* ============================================
   3. CONTAINER & LAYOUT
   ============================================ */
.icon_mini_a190 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-md);
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .icon_mini_a190 {
    padding: 0 var(--space-sm);
  }
}

@media (max-width: 480px) {
  .icon_mini_a190 {
    padding: 0 12px;
  }
}

/* Prevent horizontal overflow on all elements EXCEPT header */
*:not(.slider-brown-6e70):not(header) {
  max-width: 100%;
}

/* Allow specific elements to exceed container */
html,
body,
.slider-brown-6e70,
header,
.shade-fixed-018b,
.label-active-ce85,
.notice-bright-b951,
.narrow-01ad,
.backdrop-liquid-366f,
.static-f8be,
.row-inner-e1b0 {
  max-width: none;
}

/* Critical mobile fix: prevent any overflow */
section,
article,
div,
main {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Ensure images never cause overflow */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure SVG icons don't cause issues */
svg {
  max-width: 100%;
  height: auto;
}

/* ============================================
   4. HEADER & NAVIGATION
   ============================================ */
.slider-brown-6e70 {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all var(--transition-base);
}

.box-slow-3f39 {
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Scrolled state */
.slider-brown-6e70.filter-narrow-e961 {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 1);
}

.grid_plasma_87c3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-sm) 0;
  gap: var(--space-md);
}

.lite_a3ef {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.top-55e4 img {
  height: 36px;
  width: auto;
  display: block;
}

.wrapper-b12d {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  background: #e8f5e9;
  color: var(--color-success);
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 12px;
  white-space: nowrap;
}

.gallery-iron-3738 {
  flex: 1;
}

.motion-a061 {
  display: flex;
  list-style: none;
  gap: var(--space-sm);
  margin: 0;
  padding: 0;
}

.easy_5511 {
  display: block;
  padding: 8px 16px;
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.easy_5511:hover {
  background: var(--color-bg-alt);
  color: var(--color-primary);
}

.easy_5511.fn-active-b0fd {
  background: var(--color-primary);
  color: white;
}

/* Dropdown Navigation */
.nav-next-a9ab {
  position: relative;
}

.brown_f56b {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}

.brown_f56b svg {
  transition: transform 0.2s ease;
}

/* 鼠标悬停时箭头旋转（桌面）；点击展开时箭头旋转（移动端） */
.nav-next-a9ab:hover .brown_f56b svg,
.brown_f56b[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.fast-2b4a {
  position: absolute;
  top: calc(100% + 8px); /* 距离父元素8px，更自然 */
  left: 0;
  min-width: 200px;
  width: max-content; /* 自动适应内容宽度 */
  max-width: 300px; /* 最大宽度限制 */
  background: white;
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.08);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 1001;
  /* 关键：确保没有overflow，内容完全可见 */
  overflow: visible;
  max-height: none;
  height: auto;
}

/* 鼠标悬停父元素时，立即显示下拉菜单 */
.nav-next-a9ab:hover .fast-2b4a {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* 在下拉菜单上方添加一个不可见的桥接区域，防止鼠标移动时菜单消失 */
.fast-2b4a::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
  background: transparent;
}

.input_large_c798 {
  display: block;
  padding: 10px 20px;
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.15s ease;
  white-space: nowrap;
}

.input_large_c798:hover {
  background: var(--color-primary);
  color: white;
  padding-left: 24px; /* 悬停时轻微缩进 */
}

/* 当前页面在下拉菜单中的样式 */
.input_large_c798[aria-current="page"] {
  background: var(--color-primary-light);
  color: var(--color-primary);
  font-weight: 600;
}

.slider-gold-7b36 {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

/* Header Login Button */
.overlay-cf94 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background: transparent;
  color: var(--color-text);
  border: 1.5px solid var(--color-border);
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all var(--transition-base);
  white-space: nowrap;
}

.overlay-cf94:hover {
  background: var(--color-bg-alt);
  border-color: var(--color-text-light);
  transform: translateY(-1px);
}

.overlay-cf94 svg {
  flex-shrink: 0;
}

/* Header Download Button */
.menu_10df {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: all var(--transition-base);
  box-shadow: 0 2px 8px rgba(25, 118, 210, 0.3);
  white-space: nowrap;
}

.menu_10df:hover {
  background: linear-gradient(135deg, var(--color-primary-dark) 0%, #0d47a1 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(25, 118, 210, 0.4);
}

.menu_10df svg {
  flex-shrink: 0;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

.pressed-5afa {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
  z-index: 1001;
}

.input-down-22e8 {
  width: 24px;
  height: 2px;
  background: var(--color-text);
  transition: var(--transition-base);
}

/* Hamburger animation when active */
.pressed-5afa[aria-expanded="true"] .input-down-22e8:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.pressed-5afa[aria-expanded="true"] .input-down-22e8:nth-child(2) {
  opacity: 0;
}

.pressed-5afa[aria-expanded="true"] .input-down-22e8:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

/* Mobile Navigation Menu */
@media (max-width: 1100px) {
  .gallery-iron-3738 {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: white;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    padding: 80px 0 20px;
    transition: right 0.3s ease-out;
    z-index: 999;
    overflow-y: auto; /* 移动端菜单内容过多时可滚动 */
    overflow-x: visible; /* 水平方向不滚动，确保下拉菜单可见 */
    /* 隐藏滚动条外观，但保留可滚动能力，视觉上更自然 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }

  .gallery-iron-3738::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Edge(Chromium) */
  }
  
  .gallery-iron-3738.logo-up-e437 {
    display: block;
    right: 0;
  }
  
  .motion-a061 {
    flex-direction: column;
    gap: 0;
  }
  
  .easy_5511 {
    display: block;
    padding: 16px 24px;
    border-radius: 0;
    border-bottom: 1px solid var(--color-border-light);
  }
  
  /* Mobile overlay */
  .gallery-iron-3738::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
  }
  
  .gallery-iron-3738.logo-up-e437::before {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 1100px) {
  .gallery-iron-3738 {
    display: none;
  }
  
  .pressed-5afa {
    display: flex;
  }
  
  .wrapper-b12d {
    display: none;
  }
  
  /* Adjust header buttons on tablet */
  .overlay-cf94,
  .menu_10df {
    padding: 8px 16px;
    font-size: 0.875rem;
  }
  
  /* 移动端下拉菜单改为堆叠显示，不需要浮动 */
  .nav-next-a9ab {
    position: relative;
  }
  
  .fast-2b4a {
    position: static; /* 移动端不浮动，直接堆叠 */
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    border-left: 3px solid var(--color-primary);
    padding-left: 20px;
    margin-top: 0;
    /* 用 max-height 过渡实现自然展开/收起，而不是生硬的 display 切换 */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-top 0.3s ease;
  }
  
  .brown_f56b[aria-expanded="true"] + .fast-2b4a {
    max-height: 320px; /* 足够容纳所有子项，展开时自然撑开 */
    margin-top: 8px;
  }
  
  .input_large_c798 {
    padding: 8px 16px;
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  /* Stack buttons vertically or hide login on small screens */
  .slider-gold-7b36 {
    gap: 8px;
  }
  
  .overlay-cf94 {
    display: none;
  }
  
  .menu_10df {
    padding: 8px 16px;
    font-size: 0.875rem;
  }
  
  .top-55e4 img {
    height: 32px;
    width: auto;
  }
}

@media (max-width: 480px) {
  .menu_10df {
    padding: 6px 12px;
    font-size: 0.8125rem;
  }
  
  .menu_10df svg {
    width: 14px;
    height: 14px;
  }
  
  .grid_plasma_87c3 {
    gap: var(--space-sm);
  }
}

/* ============================================
   5. ARTICLE META BANNER
   ============================================ */
.shade-fixed-018b {
  background: var(--color-bg-section);
  border-bottom: 1px solid var(--color-border);
  padding: var(--space-sm) 0;
}

.photo_6b7a {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  font-size: 0.875rem;
  color: var(--color-text-light);
}

.layout_mini_80fc {
  display: flex;
  align-items: center;
  gap: 6px;
}

.layout_mini_80fc svg {
  flex-shrink: 0;
}

.layout_mini_80fc a {
  color: var(--color-primary);
  text-decoration: none;
}

.layout_mini_80fc a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .photo_6b7a {
    font-size: 0.8125rem;
    gap: var(--space-sm);
  }
}

/* ============================================
   6. HERO SECTION
   ============================================ */
.label-active-ce85 {
  padding: var(--space-xl) 0;
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
}

.panel_debf {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: var(--space-xl);
  align-items: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .panel_debf {
    grid-template-columns: 1fr 350px;
    gap: var(--space-lg);
  }
}

.photo_2b94 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--color-text-light);
  margin-bottom: var(--space-md);
}

.photo_2b94 a {
  color: var(--color-primary);
  text-decoration: none;
}

.photo_2b94 a:hover {
  text-decoration: underline;
}

.prev-f39f {
  color: var(--color-text-lighter);
}

.background_6e63 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text);
  margin-bottom: var(--space-md);
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}

@media (max-width: 1024px) {
  .background_6e63 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .background_6e63 {
    font-size: 1.5rem;
  }
}

.label_orange_f867 {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--color-text-light);
  margin-bottom: var(--space-lg);
}

.first-d952 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}

@media (max-width: 768px) {
  .first-d952 {
    grid-template-columns: 1fr;
  }
}

.prev-f656 {
  display: flex;
  gap: var(--space-sm);
}

.blue_1735 {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--color-primary-light);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.container_middle_f7a2 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.container_middle_f7a2 strong {
  font-weight: 600;
  color: var(--color-text);
}

.container_middle_f7a2 span {
  font-size: 0.875rem;
  color: var(--color-text-light);
}

.action-ad98 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-sm);
}

.chip-b6f9 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article_5fae {
  position: relative;
  text-align: center;
}

.article_5fae img {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.avatar_cold_0e16 {
  margin-top: var(--space-md);
  padding: var(--space-md);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.overlay-smooth-e954 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-sm);
}

.list_blue_c473 {
  color: #ffa000;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

.motion_48af {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--color-text);
}

.hidden_7100 {
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 4px;
}

.image-5a6a {
  font-size: 0.875rem;
  color: var(--color-text-light);
}

@media (max-width: 968px) {
  .panel_debf {
    grid-template-columns: 1fr;
  }
  
  .background_6e63 {
    font-size: 1.75rem;
  }
  
  .chip-b6f9 {
    order: -1;
    max-width: 100%;
  }
  
  .article_5fae {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .background_6e63 {
    font-size: 1.5rem;
  }
  
  .label_orange_f867 {
    font-size: 1rem;
  }
  
  .photo_2b94 {
    font-size: 0.8125rem;
    flex-wrap: wrap;
  }
  
  .article_5fae {
    max-width: 250px;
  }
}

/* ============================================
   7. BUTTONS
   ============================================ */
.up-2ece {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: all var(--transition-base);
  cursor: pointer;
  border: none;
  font-size: 1rem;
  line-height: 1.5;
}

.new_386b {
  background: var(--color-primary);
  color: white;
}

.new_386b:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.wrapper_7038 {
  background: white;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.wrapper_7038:hover {
  background: var(--color-primary);
  color: white;
}

.selected_a3ea {
  background: transparent;
  color: var(--color-text);
  border: 1px solid var(--color-border);
}

.selected_a3ea:hover {
  background: var(--color-bg-alt);
  border-color: var(--color-text-light);
}

.purple-fe26 {
  padding: 16px 32px;
  font-size: 1.125rem;
}

.inner-ca0e {
  padding: 20px 40px;
  font-size: 1.25rem;
}

/* ============================================
   8. STATS SECTION
   ============================================ */
.notice-bright-b951 {
  padding: var(--space-xl) 0;
  background: white;
}

.tabs_27dc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-md);
}

.logo-left-d771 {
  text-align: center;
  padding: var(--space-lg);
  background: var(--color-bg-section);
  border-radius: var(--radius-lg);
  transition: var(--transition-base);
}

.logo-left-d771:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.tiny-2a4c {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: var(--space-xs);
}

.steel_8d8a {
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: 4px;
}

.solid_0de4 {
  font-size: 0.875rem;
  color: var(--color-text-light);
}

/* ============================================
   9. TABLE OF CONTENTS
   ============================================ */
.narrow-01ad {
  padding: var(--space-xl) 0;
  background: var(--color-bg-section);
}

.basic-8e67 {
  background: white;
  padding: var(--space-xl);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.table-in-bab9 {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: var(--space-lg);
  color: var(--color-text);
}

.avatar_basic_1a5b {
  list-style: none;
  counter-reset: toc-counter;
}

.avatar_basic_1a5b li {
  counter-increment: toc-counter;
  margin-bottom: var(--space-sm);
}

.avatar_basic_1a5b li a {
  display: flex;
  align-items: center;
  padding: var(--space-sm);
  color: var(--color-text);
  text-decoration: none;
  border-radius: var(--radius-md);
  transition: var(--transition-fast);
}

.avatar_basic_1a5b li a:before {
  content: counter(toc-counter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--color-primary-light);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  margin-right: var(--space-sm);
  flex-shrink: 0;
}

.avatar_basic_1a5b li a:hover {
  background: var(--color-bg-alt);
  color: var(--color-primary);
}

/* ============================================
   10. CONTENT SECTIONS
   ============================================ */
.backdrop-liquid-366f {
  padding: var(--space-xxl) 0;
}

.icon-fcdb {
  background: var(--color-bg-section);
}

.layout_c2dd {
  text-align: center;
  max-width: 800px;
  margin: 0 auto var(--space-xl);
}

.feature-95e2 {
  display: inline-block;
  padding: 6px 16px;
  background: var(--color-primary-light);
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: var(--space-md);
}

.component-new-e152 {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text);
  margin-bottom: var(--space-md);
}

.tabs-gas-a03b {
  font-size: 1.125rem;
  color: var(--color-text-light);
  line-height: 1.7;
}

.progress-hot-1db0 {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: var(--space-xl);
  width: 100%;
}

@media (max-width: 1200px) {
  .progress-hot-1db0 {
    grid-template-columns: 1fr 300px;
  }
}

.focus_6135 {
  max-width: 750px;
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.focus_6135 img {
  max-width: 100%;
  height: auto;
  display: block;
}

.focus_6135 pre,
.focus_6135 code {
  overflow-x: auto;
  max-width: 100%;
}

.focus_6135 h3 {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  font-weight: 700;
  margin: var(--space-xl) 0 var(--space-md);
  color: var(--color-text);
}

.focus_6135 h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: var(--space-lg) 0 var(--space-sm);
  color: var(--color-text);
}

.focus_6135 h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: var(--space-md) 0 var(--space-sm);
  color: var(--color-text);
}

.focus_6135 p {
  margin-bottom: var(--space-md);
  color: var(--color-text);
}

.focus_6135 ul,
.focus_6135 ol {
  margin-bottom: var(--space-md);
  padding-left: var(--space-lg);
}

.focus_6135 li {
  margin-bottom: var(--space-xs);
  color: var(--color-text);
}

.focus_6135 strong {
  font-weight: 600;
  color: var(--color-text);
}

.focus_6135 a {
  color: var(--color-primary);
  text-decoration: underline;
}

.focus_6135 a:hover {
  color: var(--color-primary-dark);
}

.outline_1d61 {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}

.outline_1d61 li {
  counter-increment: list-counter;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: var(--space-md);
}

.outline_1d61 li:before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: var(--color-primary);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
}

@media (max-width: 968px) {
  .progress-hot-1db0 {
    grid-template-columns: 1fr;
  }
  
  .component-new-e152 {
    font-size: 1.75rem;
  }
  
  .focus_6135 {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .component-new-e152 {
    font-size: 1.5rem;
  }
  
  .focus_6135 h3 {
    font-size: 1.375rem;
  }
  
  .focus_6135 h4 {
    font-size: 1.125rem;
  }
}

/* ============================================
   11. INFO BOXES
   ============================================ */
.thumbnail-slow-24e6 {
  display: flex;
  gap: var(--space-md);
  padding: var(--space-lg);
  border-radius: var(--radius-lg);
  margin: var(--space-lg) 0;
  border-left: 4px solid;
}

.icon-purple-2bdc {
  background: #fff3e0;
  border-color: var(--color-warning);
}

.disabled-7152 {
  background: #e3f2fd;
  border-color: var(--color-primary);
}

.pressed_81cd {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.in-4111 strong {
  display: block;
  margin-bottom: var(--space-xs);
  font-weight: 600;
}

/* ============================================
   12. AUTHOR NOTE
   ============================================ */
.message-09f4 {
  display: flex;
  gap: var(--space-md);
  padding: var(--space-lg);
  background: #f1f8ff;
  border: 2px solid #0366d6;
  border-radius: var(--radius-lg);
  margin: var(--space-xl) 0;
}

.message-gas-989c {
  flex-shrink: 0;
}

.list-14c3 strong {
  display: block;
  margin-bottom: var(--space-xs);
  color: var(--color-text);
}

/* ============================================
   13. TABLES
   ============================================ */
.overlay_pro_a152 {
  overflow-x: auto;
  margin: var(--space-lg) 0;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  .overlay_pro_a152 {
    margin-left: calc(-1 * var(--space-sm));
    margin-right: calc(-1 * var(--space-sm));
    width: calc(100% + 2 * var(--space-sm));
    border-radius: 0;
  }
}

.notification_dff3,
.highlight-d76c,
.selected-28b0 {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.notification_dff3 thead,
.highlight-d76c thead {
  background: var(--color-primary);
  color: white;
}

.notification_dff3 th,
.notification_dff3 td,
.highlight-d76c th,
.highlight-d76c td,
.selected-28b0 th,
.selected-28b0 td {
  padding: var(--space-md);
  text-align: left;
  border-bottom: 1px solid var(--color-border-light);
  white-space: nowrap;
}

@media (max-width: 768px) {
  .notification_dff3 th,
  .notification_dff3 td,
  .highlight-d76c th,
  .highlight-d76c td,
  .selected-28b0 th,
  .selected-28b0 td {
    padding: var(--space-sm);
    font-size: 0.875rem;
  }
  
  .notification_dff3,
  .highlight-d76c,
  .selected-28b0 {
    min-width: 600px;
  }
}

.notification_dff3 th,
.highlight-d76c th,
.selected-28b0 th {
  font-weight: 600;
}

.notification_dff3 tbody tr:hover,
.highlight-d76c tbody tr:hover,
.selected-28b0 tbody tr:hover {
  background: var(--color-bg-alt);
}

.feature-22d8 {
  font-size: 0.875rem;
  color: var(--color-text-light);
  font-style: italic;
  margin-top: var(--space-sm);
}

/* ============================================
   14. SIDEBAR
   ============================================ */
.notice_east_777d {
  position: sticky;
  top: 80px;
  align-self: start;
}

.component-wood-399a {
  background: white;
  padding: var(--space-lg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  margin-bottom: var(--space-md);
}

.component-wood-399a h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: var(--space-md);
  color: var(--color-text);
}

.fast_fc71 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.fast_fc71 h4 {
  color: white;
}

.notice_last_09e9 {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.gold-3bb3 {
  display: flex;
  justify-content: space-between;
  gap: var(--space-sm);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid var(--color-border-light);
}

.gold-3bb3:last-child {
  border-bottom: none;
}

.gold-3bb3 dt {
  font-weight: 600;
  color: var(--color-text-light);
}

.gold-3bb3 dd {
  font-weight: 500;
  color: var(--color-text);
  text-align: right;
}

.hovered-647c {
  font-family: 'Courier New', monospace;
  font-size: 0.75rem;
  word-break: break-all;
}

.texture-middle-3a27 {
  display: inline-flex;
  align-items: center;
  margin-top: var(--space-md);
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
}

.texture-middle-3a27:hover {
  text-decoration: underline;
}

.gallery-852b {
  text-align: center;
  margin-bottom: var(--space-md);
}

.south-01f8 {
  width: 120px;
  height: 120px;
  margin: 0 auto var(--space-sm);
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 800;
  color: var(--color-primary);
  box-shadow: var(--shadow-lg);
}

.south-01f8 span {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-text-light);
}

.medium_dd9a {
  font-weight: 600;
  color: white;
}

.hover_7a86 {
  list-style: none;
  padding: 0;
}

.hover_7a86 li {
  padding: var(--space-xs) 0;
}

.hard-7933 {
  color: #4caf50;
}

.shadow-bronze-7a11 {
  color: #ff9800;
}

.feature-current-55fb {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.tag_old_05c4 {
  display: grid;
  grid-template-columns: 80px 1fr 40px;
  align-items: center;
  gap: var(--space-sm);
}

.bronze-4714 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text);
}

.highlight-up-2d2d {
  height: 8px;
  background: var(--color-border-light);
  border-radius: 4px;
  overflow: hidden;
}

.media_last_7fe3 {
  height: 100%;
  background: linear-gradient(90deg, #4caf50 0%, #8bc34a 100%);
  transition: width var(--transition-slow);
}

.media_c39b {
  font-weight: 700;
  color: var(--color-text);
  text-align: right;
}

/* ============================================
   15. FEATURE GRID
   ============================================ */
.item-dbcf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-lg);
  margin: var(--space-xl) 0;
}

@media (max-width: 768px) {
  .item-dbcf {
    grid-template-columns: 1fr;
  }
}

.pink-7838 {
  padding: var(--space-xl);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition-base);
  position: relative;
}

.pink-7838:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.accent_05c2 {
  position: absolute;
  top: var(--space-md);
  right: var(--space-md);
  width: 48px;
  height: 48px;
  background: var(--color-primary-light);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 800;
  opacity: 0.3;
}

.pink-7838 h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: var(--space-md);
  color: var(--color-text);
}

.pink-7838 p {
  color: var(--color-text-light);
  margin-bottom: var(--space-md);
}

.tooltip_full_a0fe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--space-md);
  border-top: 1px solid var(--color-border-light);
}

.medium_dd9a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-light);
}

.static-ba4d {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--color-primary);
}

.border-2296 {
  margin-top: var(--space-xl);
  padding: var(--space-lg);
  background: #f1f8ff;
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius-md);
}

.border-2296 h4 {
  margin-bottom: var(--space-sm);
  font-size: 1.125rem;
}

/* ============================================
   16. COMPARISON & DECISION HELPER
   ============================================ */
.shade_fresh_a363 {
  max-width: 900px;
  margin: 0 auto;
}

.thick_0947 {
  text-align: center;
  margin-bottom: var(--space-xl);
  font-size: 1.125rem;
  color: var(--color-text-light);
}

.thumbnail_gas_cb29 {
  margin: var(--space-xl) 0;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  .thumbnail_gas_cb29 {
    margin-left: calc(-1 * var(--space-sm));
    margin-right: calc(-1 * var(--space-sm));
    width: calc(100% + 2 * var(--space-sm));
  }
}

.highlight-ed3f {
  margin-top: var(--space-xxl);
}

.highlight-ed3f h3 {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: var(--space-xl);
}

.right-aab7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-lg);
  margin-top: var(--space-lg);
}

@media (max-width: 768px) {
  .right-aab7 {
    grid-template-columns: 1fr;
  }
}

.hover_wood_4c81 {
  padding: var(--space-xl);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.advanced-ff90 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.picture-f035 {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  color: white;
}

.hover_wood_4c81 h4 {
  margin-bottom: var(--space-lg);
  font-size: 1.5rem;
  color: white;
}

.hover_wood_4c81 ul {
  list-style: none;
  padding: 0;
  margin-bottom: var(--space-lg);
}

.hover_wood_4c81 li {
  padding: var(--space-xs) 0;
  color: white;
}

.hover_wood_4c81 .up-2ece {
  width: 100%;
  background: white;
}

.advanced-ff90 .up-2ece {
  color: #667eea;
}

.picture-f035 .up-2ece {
  color: #f5576c;
}

/* ============================================
   17. TUTORIAL / STEPS
   ============================================ */
.narrow_d210 {
  max-width: 900px;
  margin: 0 auto;
}

.outline-7712 {
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  margin-bottom: var(--space-xl);
  overflow: hidden;
}

.caption_center_9051 {
  padding: var(--space-lg);
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  color: white;
}

.hard-ec66 {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(255,255,255,0.2);
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: var(--space-sm);
}

.caption_center_9051 h3 {
  margin: 0;
  font-size: 1.5rem;
  color: white;
}

.fresh_3ae3 {
  padding: var(--space-xl);
}

@media (max-width: 768px) {
  .caption_center_9051 {
    padding: var(--space-md);
  }
  
  .fresh_3ae3 {
    padding: var(--space-md);
  }
  
  .avatar-dynamic-fd5a {
    margin-left: calc(-1 * var(--space-md));
    margin-right: calc(-1 * var(--space-md));
  }
}

.large-aab5 ol,
.large-aab5 ul {
  margin: var(--space-md) 0;
  padding-left: var(--space-lg);
}

.large-aab5 li {
  margin-bottom: var(--space-sm);
}

.large-aab5 code {
  background: var(--color-bg-alt);
  padding: 2px 8px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 0.875rem;
}

.overlay-top-5289 {
  margin-top: var(--space-md);
  padding: var(--space-md);
  background: #fff3e0;
  border-left: 4px solid var(--color-warning);
  border-radius: var(--radius-md);
}

.icon_out_ed6f {
  margin-top: var(--space-md);
  padding: var(--space-md);
  background: #ffebee;
  border-left: 4px solid var(--color-danger);
  border-radius: var(--radius-md);
}

.avatar-dynamic-fd5a {
  margin-top: var(--space-lg);
  text-align: center;
}

.avatar-dynamic-fd5a img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.old_0341,
.small_79fa,
.tertiary-8637,
.backdrop_18fc {
  margin-top: var(--space-md);
  padding: var(--space-md);
  background: var(--color-bg-section);
  border-radius: var(--radius-md);
}

.item-7235 {
  margin: var(--space-md) 0;
  padding: var(--space-md);
  background: var(--color-bg-section);
  border-radius: var(--radius-md);
}

.pro-eb44 {
  font-weight: 600;
  margin-bottom: var(--space-xs);
}

.gallery_medium_8c5b {
  display: block;
  padding: var(--space-sm);
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-family: 'Courier New', monospace;
  font-size: 0.75rem;
  word-break: break-all;
  overflow-wrap: break-word;
  margin: var(--space-sm) 0;
}

@media (max-width: 480px) {
  .gallery_medium_8c5b {
    font-size: 0.625rem;
  }
}

.texture_cd93 {
  padding: 8px 16px;
  background: var(--color-primary);
  color: white;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: 600;
}

.texture_cd93:hover {
  background: var(--color-primary-dark);
}

.bottom-b4bf {
  margin-top: var(--space-xl);
  padding: var(--space-xl);
  background: var(--color-bg-section);
  border-radius: var(--radius-lg);
  text-align: center;
}

.bottom-b4bf h4 {
  margin-bottom: var(--space-md);
}

.outline_4b83 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-sm);
  margin-top: var(--space-lg);
}

/* ============================================
   18. SECURITY SECTION
   ============================================ */
.under_5f4c {
  max-width: 800px;
  margin: 0 auto var(--space-xl);
  font-size: 1.125rem;
  text-align: center;
  color: var(--color-text-light);
}

.pattern_prev_aee4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-lg);
  margin: var(--space-xl) 0;
}

@media (max-width: 768px) {
  .pattern_prev_aee4 {
    grid-template-columns: 1fr;
  }
}

.border_7afb {
  padding: var(--space-lg);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  border-left: 4px solid;
}

.grid-1209 {
  border-color: var(--color-success);
}

.notice-113e {
  border-color: var(--color-warning);
}

.first_ca47 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-bottom: var(--space-md);
}

.grid-1209 .first_ca47 {
  background: #e8f5e9;
  color: var(--color-success);
}

.notice-113e .first_ca47 {
  background: #fff3e0;
  color: var(--color-warning);
}

.border_7afb h4 {
  margin-bottom: var(--space-sm);
  font-size: 1.125rem;
}

.border_7afb p {
  color: var(--color-text-light);
  margin-bottom: var(--space-md);
}

.notice-simple-f71b {
  font-size: 0.875rem;
  color: var(--color-text-light);
  line-height: 1.8;
}

.huge-d9f3 {
  margin: var(--space-xxl) 0;
}

.huge-d9f3 h3 {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: var(--space-md);
}

.huge-d9f3 > p {
  text-align: center;
  color: var(--color-text-light);
  margin-bottom: var(--space-xl);
}

.logo-liquid-13f2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-lg);
}

@media (max-width: 768px) {
  .logo-liquid-13f2 {
    grid-template-columns: 1fr;
  }
}

.yellow-5f71 {
  padding: var(--space-lg);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.yellow-5f71 h4 {
  margin-bottom: var(--space-md);
  font-size: 1.125rem;
  color: var(--color-primary);
}

.hovered_f970 {
  display: flex;
  gap: var(--space-sm);
  padding: var(--space-sm) 0;
  cursor: pointer;
}

.hovered_f970 input[type="checkbox"] {
  flex-shrink: 0;
  margin-top: 4px;
  cursor: pointer;
}

.link-cold-16f1 {
  margin-top: var(--space-xxl);
}

.slider-rough-784c {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: var(--space-xl);
  padding: var(--space-xl);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.element-current-e89f {
  text-align: center;
}

.gold-482b {
  width: 180px;
  height: 180px;
  margin: 0 auto var(--space-md);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: var(--shadow-xl);
}

.north_82e0 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  color: white;
}

.gold-482b .medium_dd9a {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
}

.video-a4b7 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
}

.next_3a3e p {
  margin-bottom: var(--space-md);
}

.texture-b839 {
  font-size: 0.875rem;
  color: var(--color-text-light);
}

@media (max-width: 768px) {
  .slider-rough-784c {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   19. REVIEW SECTION
   ============================================ */
.row_rough_601e {
  max-width: 600px;
  margin: 0 auto var(--space-xxl);
}

.texture_0d34 {
  padding: var(--space-xl);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  text-align: center;
}

.cool_a863 {
  margin-bottom: var(--space-xl);
}

.warm-4ee4 {
  font-size: 4rem;
  font-weight: 800;
  color: var(--color-text);
  line-height: 1;
}

.copper_7bbe {
  font-size: 2rem;
  color: #ffa000;
  letter-spacing: 4px;
  margin: var(--space-sm) 0;
}

.dropdown_a47a {
  color: var(--color-text-light);
}

.current_d91e {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.popup_light_8ec4 {
  display: grid;
  grid-template-columns: 40px 1fr 50px;
  align-items: center;
  gap: var(--space-sm);
}

.first-835a {
  font-weight: 600;
  color: var(--color-text);
}

.row_debe {
  height: 12px;
  background: var(--color-border-light);
  border-radius: 6px;
  overflow: hidden;
}

.banner_brown_2eb3 {
  height: 100%;
  background: linear-gradient(90deg, #ffa000 0%, #ff6f00 100%);
  transition: width var(--transition-slow);
}

.sidebar-577a {
  text-align: right;
  font-weight: 600;
  color: var(--color-text-light);
  font-size: 0.875rem;
}

.module-new-5771 {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}

.background-center-e8b6 {
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: var(--space-xl);
}

.main-medium-6486 {
  border: 2px solid #4caf50;
}

.simple-7952 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: var(--space-md);
  gap: var(--space-md);
}

.focus_ff6b {
  display: flex;
  gap: var(--space-md);
  flex: 1;
}

.sidebar_focused_d3f7 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-primary-light);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
}

.border_6a78 {
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 4px;
}

.in_7e4a {
  display: inline-block;
  padding: 2px 8px;
  background: #4caf50;
  color: white;
  font-size: 0.75rem;
  border-radius: 10px;
  margin-left: 8px;
}

.component_03a2 {
  font-size: 0.875rem;
  color: var(--color-text-light);
}

.slider-d0a0 {
  text-align: right;
}

.slider-d0a0 .modal-smooth-6a0f {
  color: #ffa000;
  font-size: 1.125rem;
  margin-bottom: 4px;
}

.first-7ebe {
  font-size: 0.875rem;
  color: var(--color-text-light);
}

.component-west-a902 h4 {
  margin-bottom: var(--space-sm);
  font-size: 1.125rem;
  color: var(--color-text);
}

.component-west-a902 p {
  color: var(--color-text-light);
  line-height: 1.7;
  margin-bottom: var(--space-md);
}

.icon_3c2d {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-xs);
  margin: var(--space-md) 0;
}

.medium_e68d {
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 0.75rem;
  font-weight: 600;
}

.header_0084 {
  background: #e8f5e9;
  color: #2e7d32;
}

.outer_779c {
  background: #e3f2fd;
  color: #1565c0;
}

.secondary-motion-f9f2 {
  background: #fff3e0;
  color: #e65100;
}

.label_large_8819 {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding-top: var(--space-md);
  border-top: 1px solid var(--color-border-light);
}

.label_large_8819 span {
  font-size: 0.875rem;
  color: var(--color-text-light);
}

.avatar-copper-3e9d {
  padding: 6px 12px;
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-size: 0.875rem;
  cursor: pointer;
  transition: var(--transition-fast);
}

.avatar-copper-3e9d:hover {
  background: var(--color-bg-alt);
  border-color: var(--color-text-light);
}

.notice_0c77 {
  margin-top: var(--space-md);
  padding: var(--space-md);
  background: #f1f8ff;
  border-left: 4px solid var(--color-primary);
  border-radius: var(--radius-md);
}

.blue-44eb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--space-sm);
}

.blue-44eb strong {
  color: var(--color-primary);
}

.advanced_558e {
  font-size: 0.875rem;
  color: var(--color-text-light);
}

.progress-dynamic-137b {
  text-align: center;
  margin-top: var(--space-xl);
}

/* ============================================
   20. FAQ SECTION
   ============================================ */
.background-617e {
  max-width: 900px;
  margin: 0 auto;
}

.fluid-8fd0 {
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  margin-bottom: var(--space-md);
  overflow: hidden;
}

.hidden_bd98 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-md);
  padding: var(--space-lg);
  background: transparent;
  border: none;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-text);
  cursor: pointer;
  transition: var(--transition-fast);
}

.hidden_bd98:hover {
  background: var(--color-bg-alt);
}

.video-dc44 {
  flex-shrink: 0;
  transition: transform var(--transition-base);
}

.hidden_bd98[aria-expanded="true"] .video-dc44 {
  transform: rotate(180deg);
}

.pink-437a {
  display: none;
  padding: 0 var(--space-lg) var(--space-lg);
  color: var(--color-text-light);
  line-height: 1.7;
}

.pink-437a h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: var(--space-md) 0 var(--space-sm);
  color: var(--color-text);
}

.pink-437a ul,
.pink-437a ol {
  margin: var(--space-sm) 0;
  padding-left: var(--space-lg);
}

.pink-437a li {
  margin-bottom: var(--space-xs);
}

.lite-b80d {
  margin: var(--space-md) 0;
  padding: var(--space-md);
  background: #1e1e1e;
  color: #d4d4d4;
  border-radius: var(--radius-md);
  overflow-x: auto;
}

.center-695d {
  font-weight: 600;
  margin-bottom: var(--space-sm);
  color: #9cdcfe;
}

.lite-b80d code {
  font-family: 'Courier New', monospace;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* ============================================
   21. CONCLUSION SECTION
   ============================================ */
.sidebar-b9b7 {
  max-width: 800px;
  margin: 0 auto var(--space-xxl);
  text-align: center;
}

.static-76ac {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-md);
  margin: var(--space-xl) 0;
}

.block_ad22 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4caf50 0%, #2e7d32 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: var(--shadow-xl);
}

.text-right-e756 {
  padding: 12px 24px;
  background: #4caf50;
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 30px;
  box-shadow: var(--shadow-md);
}

.filter-4ace {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--space-xl);
  margin: var(--space-xxl) 0;
}

@media (max-width: 768px) {
  .filter-4ace {
    grid-template-columns: 1fr;
  }
}

.list-green-a731,
.overlay-prev-ab14 {
  padding: var(--space-xl);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.list-green-a731 {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}

.overlay-prev-ab14 {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.list-green-a731 h4,
.overlay-prev-ab14 h4 {
  margin-bottom: var(--space-lg);
  font-size: 1.5rem;
}

.list-green-a731 ul,
.overlay-prev-ab14 ul {
  list-style: none;
  padding: 0;
}

.list-green-a731 li,
.overlay-prev-ab14 li {
  padding: var(--space-sm) 0;
  line-height: 1.6;
}

.down-5b28 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--space-xl);
  margin: var(--space-xxl) 0;
}

@media (max-width: 768px) {
  .down-5b28 {
    grid-template-columns: 1fr;
  }
}

.column-40b4 {
  padding: var(--space-xl);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.soft-bfb1 {
  background: linear-gradient(135deg, #4caf50 0%, #66bb6a 100%);
  color: white;
}

.old-35ee {
  background: linear-gradient(135deg, #f44336 0%, #e57373 100%);
  color: white;
}

.column-40b4 h4 {
  margin-bottom: var(--space-lg);
  font-size: 1.5rem;
  color: white;
}

.column-40b4 ul {
  list-style: none;
  padding: 0;
}

.column-40b4 li {
  padding: var(--space-xs) 0;
  color: white;
}

.hero-east-91f5 {
  max-width: 800px;
  margin: var(--space-xxl) auto;
}

.hero-east-91f5 h3 {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  margin-bottom: var(--space-lg);
  text-align: center;
}

.hero-east-91f5 p {
  margin-bottom: var(--space-md);
  color: var(--color-text-light);
  line-height: 1.8;
}

.action_12cd {
  margin-top: var(--space-xl);
  padding: var(--space-xl);
  background: var(--color-bg-section);
  border-radius: var(--radius-lg);
  border-left: 4px solid var(--color-primary);
}

.aside-d959 {
  font-style: italic;
}

.heading_brown_de34 {
  display: block;
  margin-top: var(--space-sm);
  font-size: 0.875rem;
  color: var(--color-text-light);
}

.liquid-0ed7 {
  margin-top: var(--space-xxl);
  padding: var(--space-xxl);
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
  border-radius: var(--radius-xl);
  text-align: center;
  color: white;
}

.liquid-0ed7 h3 {
  font-family: var(--font-heading);
  font-size: 2rem;
  margin-bottom: var(--space-md);
  color: white;
}

.liquid-0ed7 p {
  font-size: 1.125rem;
  margin-bottom: var(--space-xl);
  color: rgba(255,255,255,0.9);
}

.article-60be {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-md);
}

/* ============================================
   22. RELATED CONTENT
   ============================================ */
.static-f8be {
  padding: var(--space-xxl) 0;
  background: var(--color-bg-section);
}

.widget_center_1985 {
  font-family: var(--font-heading);
  font-size: 2rem;
  text-align: center;
  margin-bottom: var(--space-xl);
}

.plasma_9fec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-lg);
}

@media (max-width: 768px) {
  .plasma_9fec {
    grid-template-columns: 1fr;
  }
}

.tag-white-c4fd {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--space-xl);
  background: white;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  text-decoration: none;
  transition: var(--transition-base);
}

.tag-white-c4fd:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.active-272a {
  font-size: 3rem;
  margin-bottom: var(--space-md);
}

.tag-white-c4fd h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: var(--space-sm);
}

.tag-white-c4fd p {
  color: var(--color-text-light);
  font-size: 0.875rem;
}

/* ============================================
   23. FOOTER
   ============================================ */
.row-inner-e1b0 {
  background: #212121;
  color: #e0e0e0;
  padding: var(--space-xxl) 0 var(--space-lg);
}

.shade-warm-f256 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--space-xl);
  margin-bottom: var(--space-xl);
}

@media (max-width: 768px) {
  .shade-warm-f256 {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
}

.media_e38a h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  margin-bottom: var(--space-md);
}

.column-b948 p {
  color: #b0b0b0;
  line-height: 1.7;
  margin-bottom: var(--space-md);
}

.focused-7e73 {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}

.focused-7e73 .prev-f656 {
  color: #4caf50;
  font-size: 0.875rem;
}

.active_16f5 {
  list-style: none;
  padding: 0;
}

.active_16f5 li {
  margin-bottom: var(--space-xs);
}

.active_16f5 a {
  color: #b0b0b0;
  text-decoration: none;
  transition: var(--transition-fast);
}

.active_16f5 a:hover {
  color: white;
}

.icon-slow-b232 {
  list-style: none;
  padding: 0;
}

.icon-slow-b232 li {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  margin-bottom: var(--space-sm);
  color: #b0b0b0;
}

.icon-slow-b232 a {
  color: #b0b0b0;
  text-decoration: none;
}

.icon-slow-b232 a:hover {
  color: white;
}

.smooth-a65f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--space-lg);
  border-top: 1px solid #424242;
  flex-wrap: wrap;
  gap: var(--space-md);
}

.advanced_ea5f p {
  font-size: 0.875rem;
  color: #808080;
  margin-bottom: var(--space-xs);
}

.advanced_ea5f a {
  color: #4caf50;
  text-decoration: none;
}

.sort_right_eb36 {
  font-size: 0.75rem;
  color: #666666;
}

.nav-blue-7e30 {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  font-size: 0.875rem;
  color: #808080;
}

.notice_upper_b109 {
  color: var(--color-primary-light);
  text-decoration: none;
  font-weight: 600;
}

.notice_upper_b109:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .smooth-a65f {
    flex-direction: column;
    text-align: center;
  }
}

/* ============================================
   24. RESPONSIVE UTILITIES
   ============================================ */
@media (max-width: 1200px) {
  :root {
    font-size: 15px;
  }
}

@media (max-width: 968px) {
  :root {
    --space-xxl: 3rem;
  }
  
  .background_6e63 {
    font-size: 2rem;
  }
  
  .component-new-e152 {
    font-size: 1.75rem;
  }
  
  /* Ensure all grids are single column */
  .panel_debf,
  .progress-hot-1db0 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  :root {
    font-size: 14px;
    --space-xl: 2rem;
    --space-xxl: 2.5rem;
  }
  
  .item-dbcf,
  .pattern_prev_aee4,
  .right-aab7,
  .logo-liquid-13f2,
  .filter-4ace,
  .down-5b28,
  .plasma_9fec,
  .shade-warm-f256 {
    grid-template-columns: 1fr;
  }
  
  .tabs_27dc {
    grid-template-columns: repeat(2, 1fr);
  }
  
  /* Mobile-specific adjustments */
  .backdrop-liquid-366f {
    padding: var(--space-lg) 0;
  }
  
  .avatar_basic_1a5b li a {
    font-size: 0.875rem;
    padding: var(--space-xs);
  }
  
  .avatar_basic_1a5b li a:before {
    width: 28px;
    height: 28px;
    font-size: 0.875rem;
  }
  
  /* Improve mobile readability */
  p, li {
    font-size: 0.9375rem;
  }
  
  /* Better touch targets */
  .up-2ece {
    min-height: 44px;
  }
  
  /* Optimize images for mobile */
  img {
    height: auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  :root {
    --space-lg: 1.5rem;
    --space-xl: 1.75rem;
    --space-xxl: 2rem;
  }
  
  .tabs_27dc {
    grid-template-columns: 1fr;
  }
  
  .action-ad98,
  .article-60be,
  .outline_4b83 {
    flex-direction: column;
    width: 100%;
  }
  
  .purple-fe26,
  .inner-ca0e,
  .action-ad98 .up-2ece,
  .article-60be .up-2ece {
    width: 100%;
  }
  
  /* Smaller font sizes for very small screens */
  .background_6e63 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  
  .component-new-e152 {
    font-size: 1.375rem;
  }
  
  .tiny-2a4c {
    font-size: 2rem;
  }
  
  /* Reduce padding on small screens */
  .logo-left-d771,
  .pink-7838,
  .component-wood-399a,
  .background-center-e8b6,
  .outline-7712 {
    padding: var(--space-md);
  }
  
  /* Improve code readability on mobile */
  code,
  .gallery_medium_8c5b {
    font-size: 0.625rem;
    word-break: break-all;
  }
  
  /* Better meta display */
  .photo_6b7a {
    gap: var(--space-xs);
  }
  
  .layout_mini_80fc {
    font-size: 0.75rem;
  }
  
  /* Optimize score circles */
  .south-01f8 {
    width: 100px;
    height: 100px;
    font-size: 2.5rem;
  }
  
  .gold-482b {
    width: 150px;
    height: 150px;
  }
  
  .north_82e0 {
    font-size: 3rem;
  }
}

/* ============================================
   25. PRINT STYLES
   ============================================ */
@media print {
  .slider-brown-6e70,
  .shade-fixed-018b,
  .action-ad98,
  .liquid-0ed7,
  .static-f8be,
  .row-inner-e1b0,
  .pressed-5afa {
    display: none;
  }
  
  body {
    font-size: 12pt;
    line-height: 1.5;
  }
  
  .backdrop-liquid-366f {
    page-break-inside: avoid;
  }
}

/* css-noise: 8453 */
.shadow-element-o1 {
  padding: 0.2rem;
  font-size: 10px;
  line-height: 1.2;
}
