/* 基础重置与页面间距：确保内容不被固定导航遮挡 */
body {
  margin: 0;
  padding-top: 80px; /* 匹配导航栏高度 */
  background-color: #120c0a;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", serif;
}
/* 导航栏主体：深色模式、高饱和度边框装饰 */
.nebula7 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(135deg, #1d1512 0%, #2d1b14 100%);
  border-bottom: 3px solid #ff4d00;
  box-shadow: 0 4px 30px rgba(255, 77, 0, 0.15);
  z-index: 1000;
  display: flex;
  align-items: center;
}
/* 容器布局：紧凑且居中 */
.vortex_42 {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 品牌区域：衬线字体、经典优雅 */
.blast_rad {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
}
.catalystX {
  width: 40px;
  height: 40px;
  background: linear-gradient(45deg, #ff4d00, #ff8500);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 77, 0, 0.5);
  font-family: "Times New Roman", serif;
}
.prism_v1 {
  color: #f5f5f5;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Georgia", serif; /* 衬线字体增强优雅感 */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
/* 菜单列表布局 */
.echo_path {
  display: flex;
  align-items: center;
}
.velocity_z {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px; /* 紧凑布局 */
  align-items: center;
}
.quantumFlux {
  position: relative;
}
/* 导航链接：信息密集、视觉层次 */
.skyWalker {
  display: block;
  padding: 10px 18px;
  color: #d4a373; /* 暖棕色文字 */
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  text-transform: uppercase;
}
.skyWalker:hover {
  color: #ff8500;
  background: rgba(255, 77, 0, 0.05);
}
/* 激活状态：醒目标识 */
.glide01 {
  color: #ff4d00;
  font-weight: 700;
}
.glide01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  background: #ff4d00;
  box-shadow: 0 0 10px #ff4d00;
}
/* CTA按钮：高饱和度、视觉冲击力 */
.alpha_99 {
  background: linear-gradient(90deg, #ff4d00, #d01010);
  color: white !important;
  margin-left: 15px;
  padding: 10px 24px !important;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(208, 16, 16, 0.4);
}
.alpha_99:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 77, 0, 0.6);
  background: linear-gradient(90deg, #ff6a00, #ff0000);
}
/* 移动端响应式设计 */
.phantomv {
  display: none;
}
.drift_auto {
  display: none;
  cursor: pointer;
  padding: 10px;
}
.zenithMode,
.zenithMode::before,
.zenithMode::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background: #ff4d00;
  border-radius: 2px;
  transition: all 0.3s;
}
.zenithMode::before { transform: translateY(-8px); }
.zenithMode::after { transform: translateY(5px); }
/* 响应式媒体查询 */
@media (max-width: 992px) {.drift_auto {
    display: block;
  }
.echo_path {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #1d1512;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    border-bottom: 0 solid #ff4d00;
  }
.velocity_z {
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    gap: 0;
  }
.quantumFlux {
    width: 100%;
    text-align: center;
  }
.skyWalker {
    padding: 20px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 77, 0, 0.1);
  }
.alpha_99 {
    margin: 20px auto;
    width: 60%;
  }
.phantomv:checked ~ .echo_path {
    max-height: 500px;
    border-bottom: 3px solid #ff4d00;
  }
.phantomv:checked ~ .drift_auto .zenithMode {
    background: transparent;
  }
.phantomv:checked ~ .drift_auto .zenithMode::before {
    transform: rotate(45deg) translateY(0);
  }
.phantomv:checked ~ .drift_auto .zenithMode::after {
    transform: rotate(-45deg) translateY(-1px);
  }}

:root {
    --primary-color: #ff4d00;
    --primary-hover: #e64500;
    --bg-dark: #0a0a0a;
    --bg-card: #161616;
    --text-main: #f5f5f5;
    --text-muted: #a0a0a0;
    --accent-warm: #d2a679;
    --serif-font: "Source Han Serif CN", "Songti SC", "serif";
    --sans-font: "Inter", "Segoe UI", "PingFang SC", "sans-serif";
    }
@media (max-width: 992px) {
  .drift_auto {
    display: block;
    }
  
    .echo_path {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #1d1512;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    border-bottom: 0 solid #ff4d00;
    }
  
    .velocity_z {
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    gap: 0;
    }
  
    .quantumFlux {
    width: 100%;
    text-align: center;
    }
  
    .skyWalker {
    padding: 20px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 77, 0, 0.1);
    }
  
    .alpha_99 {
    margin: 20px auto;
    width: 60%;
    }
  
    .phantomv:checked ~ .echo_path {
    max-height: 500px;
    border-bottom: 3px solid #ff4d00;
    }
  
    .phantomv:checked ~ .drift_auto .zenithMode {
    background: transparent;
    }
  
    .phantomv:checked ~ .drift_auto .zenithMode::before {
    transform: rotate(45deg) translateY(0);
    }
  
    .phantomv:checked ~ .drift_auto .zenithMode::after {
    transform: rotate(-45deg) translateY(-1px);
    }
}
@media (max-width: 1024px) {
  .authKey { flex-direction: column; text-align: center; padding-top: 60px; }
  
    .layer_x { margin-bottom: 50px; }
  
    .sdk_mod { justify-content: center; }
  
    .syncPoint { margin: 0 auto; }
  
    .frameStack { grid-template-columns: 1fr; gap: 40px; }
  
    h1 { font-size: 3rem; }
}
@media (max-width: 968px) {
  .js_runtime {
    display: none;
    }
}

    body {
    margin: 0;
    padding-top: 80px; 
    background-color: #120c0a;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", serif;
    }

    
    .nebula7 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(135deg, #1d1512 0%, #2d1b14 100%);
    border-bottom: 3px solid #ff4d00;
    box-shadow: 0 4px 30px rgba(255, 77, 0, 0.15);
    z-index: 1000;
    display: flex;
    align-items: center;
    }

    
    .vortex_42 {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

    
    .blast_rad {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
    }

    .catalystX {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #ff4d00, #ff8500);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(255, 77, 0, 0.5);
    font-family: "Times New Roman", serif;
    }

    .prism_v1 {
    color: #f5f5f5;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Georgia", serif; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    
    .echo_path {
    display: flex;
    align-items: center;
    }

    .velocity_z {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px; 
    align-items: center;
    }

    .quantumFlux {
    position: relative;
    }

    
    .skyWalker {
    display: block;
    padding: 10px 18px;
    color: #d4a373; 
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    text-transform: uppercase;
    }

    .skyWalker:hover {
    color: #ff8500;
    background: rgba(255, 77, 0, 0.05);
    }

    
    .glide01 {
    color: #ff4d00;
    font-weight: 700;
    }

    .glide01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 18px;
    right: 18px;
    height: 2px;
    background: #ff4d00;
    box-shadow: 0 0 10px #ff4d00;
    }

    
    .alpha_99 {
    background: linear-gradient(90deg, #ff4d00, #d01010);
    color: white !important;
    margin-left: 15px;
    padding: 10px 24px !important;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(208, 16, 16, 0.4);
    }

    .alpha_99:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 77, 0, 0.6);
    background: linear-gradient(90deg, #ff6a00, #ff0000);
    }

    
    .phantomv {
    display: none;
    }

    .drift_auto {
    display: none;
    cursor: pointer;
    padding: 10px;
    }

    .zenithMode,
    .zenithMode::before,
    .zenithMode::after {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    background: #ff4d00;
    border-radius: 2px;
    transition: all 0.3s;
    }

    .zenithMode::before { transform: translateY(-8px); }

    .zenithMode::after { transform: translateY(5px); }

    
    
    
    * { box-sizing: border-box; margin: 0; padding: 0; }

    main {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: var(--sans-font);
    line-height: 1.6;
    overflow-x: hidden;
    }

    
    .uuid_gen { display: none; }

    
    .authKey {
    position: relative;
    padding: 120px 5% 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 90vh;
    background: radial-gradient(circle at 80% 20%, rgba(255, 77, 0, 0.15) 0%, transparent 50%);
    }

    .layer_x { flex: 1; max-width: 600px; z-index: 2; }

    h1 {
    font-family: var(--serif-font);
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #fff 0%, var(--accent-warm) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    }

    .jwt_store {
    font-size: 1.5rem;
    color: var(--accent-warm);
    margin-bottom: 32px;
    font-family: var(--serif-font);
    font-style: italic;
    }

    .staging_q {
    display: flex;
    flex-direction: column;
    gap: 16px;
    }

    .syncPoint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: white;
    padding: 18px 48px;
    border-radius: 4px;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 77, 0, 0.3);
    width: fit-content;
    }

    .syncPoint:hover {
    background-color: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(255, 77, 0, 0.4);
    }

    .css_mod {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 12px;
    }

    .sdk_mod {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    perspective: 1000px;
    }

    .mock_v8 {
    width: 110%;
    max-width: 800px;
    border-radius: 12px;
    box-shadow: -20px 20px 60px rgba(0,0,0,0.5);
    transform: rotateY(-10deg) rotateX(5deg);
    transition: transform 0.5s ease;
    }

    .mock_v8:hover {
    transform: rotateY(0deg) rotateX(0deg);
    }

    
    .json9 {
    padding: 100px 5%;
    background-color: var(--bg-card);
    }

    h2 {
    font-family: var(--serif-font);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    color: var(--text-main);
    }

    .frameStack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 100px;
    }

    .frameStack.dev_mode { direction: rtl; }

    .frameStack.dev_mode .prod_v2 { direction: ltr; }

    .prod_v2 h3 {
    font-family: var(--serif-font);
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--primary-color);
    }

    .prod_v2 p {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 24px;
    }

    .api_call {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.1);
    }

    
    .cdn_edge {
    color: var(--accent-warm);
    text-decoration: underline;
    text-underline-offset: 4px;
    }

    
    footer {
    padding: 60px 5%;
    background-color: #050505;
    border-top: 1px solid #222;
    text-align: center;
    }

    .async_log {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 40px;
    }

    .async_log a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
    }

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

    .html_raw {
    font-size: 0.85rem;
    color: #555;
    }

    
    .node_v3 {
    position: absolute;
    top: 40px;
    left: 5%;
    font-family: var(--serif-font);
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-main);
    text-decoration: none;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    }

    .node_v3::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: var(--primary-color);
    margin-right: 12px;
    border-radius: 50%;
    box-shadow: 0 0 15px var(--primary-color);
    }

    .js_runtime {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding-left: 60px;
    }

    .js_runtime img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.8),
    0 0 40px rgba(255, 77, 0, 0.1);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    }

    .js_runtime:hover img {
    transform: perspective(1000px) rotateY(0deg);
    }

@media (max-width: 968px) {
  .authKey {
    flex-direction: column;
    text-align: center;
    padding-top: 60px;
    }
  
    .alpha_x {
    margin-top: 50px;
    text-align: center;
    }
  
    .alpha_x img {
    width: 100%;
    transform: none;
    }
  
    h1 { font-size: 3rem; }
  
    .buffer_size { grid-template-columns: 1fr; }
}

    .alpha_x {
    flex: 1;
    text-align: right;
    position: relative;
    }

    .alpha_x img {
    width: 110%;
    max-width: 700px;
    border-radius: 20px;
    box-shadow: -20px 20px 60px rgba(255, 77, 0, 0.2);
    transform: perspective(1000px) rotateY(-10deg);
    transition: transform 0.5s ease;
    }

    .alpha_x img:hover {
    transform: perspective(1000px) rotateY(0deg);
    }

    .query9 {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 40px;
    max-width: 600px;
    }

    
    .logic_v1 {
    padding: 80px 5%;
    max-width: 1200px;
    margin: 0 auto;
    }

    .logic_v1 h2 {
    font-family: var(--font-serif);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    }

    .wildFire {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    }

    .storm_v3 {
    background: var(--card-bg);
    border: 1px solid #333;
    padding: 40px;
    border-radius: 24px;
    transition: all 0.3s ease;
    text-align: center;
    }

    .storm_v3:hover {
    border-color: var(--primary-color);
    background: #222;
    }

    .storm_v3 h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    }

    .phaseShift {
    padding: 10px 25px;
    border: 1px solid var(--text-secondary);
    border-radius: 30px;
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s;
    }

    .phaseShift:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    }

    
    .blob_data {
    background: #151515;
    padding: 80px 5%;
    margin-top: 60px;
    }

    .buffer_size {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    }

    .x24_val h4 {
    color: var(--accent-warm);
    margin-bottom: 20px;
    font-size: 1.2rem;
    }

    .x24_val ul {
    list-style: none;
    padding: 0;
    color: var(--text-secondary);
    font-size: 0.95rem;
    }

    .x24_val li {
    margin-bottom: 10px;
    }

    
    .ocean8 {
    text-align: center;
    padding: 40px;
    border-top: 1px solid #333;
    }

    .ocean8 a {
    color: var(--accent-warm);
    margin: 0 15px;
    text-decoration: none;
    font-weight: 500;
    }

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

    .flowControl {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: block;
    }

@media (max-width: 992px) {
  .hyper_path, .dns2, .k_alpha { grid-column: span 12; }
  
    .k_alpha { flex-direction: column; }
  
    .k_alpha .super_nova, .k_alpha .j_77 { width: 100%; height: auto; }
  
    h1 { font-size: 1.4rem; }
}

    
    .seo-hidden { display: none; }

    .pixel_drift {
    background: var(--card-bg);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 77, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .pixel_drift:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(255, 77, 0, 0.15);
    border-color: var(--primary-color);
    }

    .hyper_path { grid-column: span 7; }

    .dns2 { grid-column: span 5; }

    .k_alpha { grid-column: span 12; display: flex; align-items: center; }

    .j_77 { padding: 40px; }

    .super_nova { width: 100%; height: auto; display: block; object-fit: cover; }

    .k_alpha .super_nova { width: 50%; height: 500px; }

    .k_alpha .j_77 { width: 50%; }

    h3 {
    font-family: var(--serif-font);
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: var(--accent-color);
    }

    p { font-size: 1.1rem; color: var(--text-dim); }

    .tcp_8 {
    padding: 60px 5%;
    text-align: center;
    background: rgba(255, 77, 0, 0.05);
    margin-top: 50px;
    }

    .tcp_8 a {
    color: var(--primary-color);
    text-decoration: none;
    margin: 0 20px;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
    }

    .tcp_8 a:hover {
    border-bottom-color: var(--primary-color);
    text-shadow: 0 0 10px rgba(255, 77, 0, 0.5);
    }

    .mega_blast {
    display: inline-block;
    padding: 4px 12px;
    background: var(--primary-color);
    color: white;
    border-radius: 50px;
    font-size: 0.8rem;
    margin-bottom: 15px;
    }

    .udp_9 {
    color: var(--text-dim);
    font-size: 0.9rem;
    }

@media (max-width: 768px) {
  .exa_p { flex-direction: column; }
  
    .authKey h2 { font-size: 2.2rem; }
  
    .proton_9 { grid-template-columns: 1fr; }
}

    
    .nano_core {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    }

    .authKey h2 {
    font-family: var(--serif-font);
    font-size: 3.5rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    letter-spacing: -1px;
    }

    .authKey p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 30px;
    color: var(--text-muted);
    }

    
    .plasma_x {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background: var(--bg-card);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #3d3333;
    }

    .photon_q {
    color: var(--text-light);
    text-decoration: none;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s;
    }

    .photon_q:hover, .photon_q.fission_v {
    background: var(--primary-color);
    color: white;
    }

    
    .tera_byte {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 60px 5%;
    }

    .electron_v {
    background: var(--bg-card);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid #3d3333;
    position: relative;
    }

    .electron_v:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    }

    .zetta_k {
    height: 200px;
    overflow: hidden;
    background: #3d3333;
    }

    .zetta_k img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
    }

    .electron_v:hover .zetta_k img {
    transform: scale(1.1);
    }

    .macro_v5 {
    padding: 20px;
    }

    .macro_v5 h3 {
    font-family: var(--serif-font);
    font-size: 1.4rem;
    margin-bottom: 10px;
    }

    .gluon_m {
    font-size: 0.85rem;
    color: var(--text-muted);
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    }

    .giga_flow {
    display: block;
    width: 100%;
    padding: 12px;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s;
    }

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

    
    .exa_p {
    display: flex;
    align-items: center;
    padding: 80px 5%;
    background: #251d1d;
    gap: 50px;
    }

    .laser_v1 {
    flex: 1;
    }

    .quark_z {
    flex: 1;
    }

    .quark_z img {
    width: 100%;
    border-radius: 20px;
    box-shadow: -20px 20px 0 var(--primary-color);
    }

    .yotta {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-bottom: 15px;
    }

    
    .fusion_8 {
    padding: 40px 5%;
    text-align: center;
    background: var(--bg-dark);
    border-top: 1px solid #3d3333;
    }

    .fusion_8 a {
    color: var(--accent-color);
    text-decoration: none;
    margin: 0 15px;
    border-bottom: 1px dashed var(--accent-color);
    }

    .proton_9 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    }

    .flowControl h4 {
    font-family: var(--serif-font);
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    }

    .async_log h5 {
    color: var(--text-light);
    margin-bottom: 20px;
    }

    .async_log ul {
    list-style: none;
    padding: 0;
    }

    .async_log li {
    margin-bottom: 10px;
    }

@media (max-width: 768px) {
  .parallel_dim { padding: 30px 20px; }
  
    h1 { font-size: 1.6rem; }
}

    .red_giant {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    }

    
    .galaxy_v {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #fff5f0 0%, #ffe8e0 100%);
    border-radius: 40px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    }

    .galaxy_v::after {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, var(--primary-color) 0%, transparent 70%);
    opacity: 0.1;
    }

    
    .parallel_dim {
    background: var(--card-bg);
    border-radius: 24px;
    padding: 50px;
    margin-bottom: 40px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 79, 0, 0.05);
    }

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

    .time_warp {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    }

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

    .universe_9 {
    margin: 30px 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }

    .universe_9 img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    }

    .universe_9 img:hover {
    transform: scale(1.02);
    }

    
    .lunar_m {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    }

    .solar_flare {
    padding: 20px;
    background: #fdfaf8;
    border-radius: 12px;
    border-bottom: 3px solid var(--primary-color);
    }

    .white_dwarf {
    font-size: 0.9rem;
    }

    
    .black_hole {
    position: relative;
    padding-left: 35px;
    margin-left: 12px;
    border-left: 2px solid rgba(255, 79, 0, 0.12);
    padding-bottom: 40px;
    }

    .black_hole:last-child {
    border-left-color: transparent;
    padding-bottom: 0;
    }

    .black_hole::before {
    content: "";
    position: absolute;
    left: -9px;
    top: 6px;
    width: 16px;
    height: 16px;
    background-color: var(--card-bg);
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(255, 79, 0, 0.1);
    z-index: 1;
    }

    .black_hole h3,
    .black_hole strong {
    display: block;
    font-size: 1.2rem;
    color: var(--text-dark);
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.4;
    }

    .black_hole p {
    font-size: 1rem;
    color: var(--text-muted);
    margin: 0;
    text-align: justify;
    }

@media (max-width: 768px) {
  .motor_drive { font-size: 2.5rem; }
  
    .gear_v2 { font-size: 1.8rem; }
  
    .red_giant { padding: 30px 15px; }
  
    .space_fold::before { left: 15px; }
  
    .engine_rev { padding-left: 40px; }
  
    .engine_rev::before { left: 8px; }
}

    
    .seo-meta-box { display: none; }

    .motor_drive {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #fff 30%, #ff4d29 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
    }

    
    .worm_hole {
    margin: 40px auto;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.5);
    border: 1px solid var(--border-color);
    transition: transform 0.4s ease;
    }

    .worm_hole:hover {
    transform: scale(1.01);
    }

    .worm_hole img {
    width: 100%;
    display: block;
    }

    
    .space_fold {
    position: relative;
    padding: 40px 0;
    }

    .space_fold::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, var(--primary-color), var(--border-color));
    }

    .engine_rev {
    position: relative;
    padding-left: 60px;
    margin-bottom: 80px;
    }

    .engine_rev::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 10px;
    width: 16px;
    height: 16px;
    background: var(--primary-color);
    border-radius: 50%;
    box-shadow: 0 0 15px var(--primary-color);
    }

    .turbo_boost {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    }

    .gear_v2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-main);
    }

    .gravity_well {
    font-size: 1rem;
    color: var(--accent-warm);
    background: rgba(212, 163, 115, 0.1);
    padding: 4px 12px;
    border-radius: 4px;
    border: 1px solid rgba(212, 163, 115, 0.3);
    }

    .jet_prop {
    background: var(--card-bg);
    border-radius: 16px;
    padding: 30px;
    border: 1px solid var(--border-color);
    }

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

    .rocket_fuel li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    color: var(--text-dim);
    }

    .rocket_fuel li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--primary-color);
    }

    
    .orbit_path {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
    }

    .orbit_path:hover {
    border-bottom: 1px solid var(--primary-color);
    background: rgba(255, 77, 41, 0.1);
    }


.cc-sec-area.active,
.cc-sec-area.cc-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}