:root {
  --accent-warm: var(--accent-color);
  --chrome-primary: var(--text-main);
  --chrome-warm-bg: var(--bg-color);
  --chrome-accent: var(--accent-color);
  --primary-color: var(--text-main);
  --card-bg: var(--bg-color);
}

/* 基础重置与变量定义 */
:root {
  --bg-color: #fcf9f4; /* 极浅的暖米色背景 */
  --text-main: #3d3028; /* 深咖啡色文字 */
  --accent-color: #c85c40; /* 温暖的落日橙 */
  --hover-bg: #f2e8df; /* 柔和的悬停背景色 */
  --navbar-height: 80px;
  --font-serif: "Georgia", "Times New Roman", serif;
  --transition: all 0.3s ease;
}
/* 页面主体间距：防止导航栏遮挡内容 */
body {
  margin: 0;
  padding-top: var(--navbar-height);
  background-color: var(--bg-color);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
/* 导航栏容器 */
.krak3n {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--navbar-height);
  background-color: rgba(252, 249, 244, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(61, 48, 40, 0.1);
  z-index: 1000;
  display: flex;
  align-items: center;
}
.data_v0id {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 品牌样式 */
.flux_g8 {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
}
.quixotic_8 {
  width: 24px;
  height: 24px;
  background-color: var(--accent-color);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(200, 92, 64, 0.3);
}
.zephyr_V {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-main);
  letter-spacing: -0.5px;
}
/* 菜单列表布局 */
.gl0w_node {
  display: flex;
  align-items: center;
}
.bit_crush {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  align-items: center;
}
/* 菜单项与链接 */
.cyber_fuzz {
  display: inline-block;
}
.m0on_light {
  text-decoration: none;
  color: var(--text-main);
  font-size: 0.95rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 24px;
  transition: var(--transition);
}
.m0on_light:hover {
  background-color: var(--hover-bg);
  color: var(--accent-color);
}
/* 下载按钮（行动召唤） */
.sonic_web {
  background-color: var(--accent-color);
  color: #ffffff !important;
  margin-left: 12px;
  padding: 10px 24px;
  box-shadow: 0 4px 12px rgba(200, 92, 64, 0.2);
}
.sonic_web:hover {
  background-color: #b04b32;
  transform: translateY(-1px);
}
/* 移动端逻辑 */
.neon_pulse {
  display: none;
}
.vortex_9 {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
.pixelShift {
  width: 22px;
  height: 2px;
  background-color: var(--text-main);
  transition: var(--transition);
}
/* 响应式媒体查询 */
@media (max-width: 1024px) {.data_v0id {
    padding: 0 24px;
  }
.vortex_9 {
    display: flex;
    z-index: 1001;
  }
.gl0w_node {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: var(--bg-color);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
    transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    padding-top: 100px;
    display: block;
  }
.bit_crush {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 32px;
    gap: 20px;
  }
.m0on_light {
    font-size: 1.2rem;
    padding: 0;
    border-radius: 0;
  }
.sonic_web {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
  }
.neon_pulse:checked ~ .gl0w_node {
    right: 0;
  }
.neon_pulse:checked ~ .vortex_9 .pixelShift:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.neon_pulse:checked ~ .vortex_9 .pixelShift:nth-child(2) {
    opacity: 0;
  }
.neon_pulse:checked ~ .vortex_9 .pixelShift:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }}

:root {
    --bg-color: #fcf9f4; 
    --text-main: #3d3028; 
    --accent-color: #c85c40; 
    --hover-bg: #f2e8df; 
    --navbar-height: 80px;
    --font-serif: "Georgia", "Times New Roman", serif;
    --transition: all 0.3s ease;
    }
@media (max-width: 1024px) {
  .data_v0id {
    padding: 0 24px;
    }
  
    .vortex_9 {
    display: flex;
    z-index: 1001;
    }
  
    .gl0w_node {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: var(--bg-color);
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
    transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    padding-top: 100px;
    display: block;
    }
  
    .bit_crush {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 32px;
    gap: 20px;
    }
  
    .m0on_light {
    font-size: 1.2rem;
    padding: 0;
    border-radius: 0;
    }
  
    .sonic_web {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    }
  
    .neon_pulse:checked ~ .gl0w_node {
    right: 0;
    }
  
    .neon_pulse:checked ~ .vortex_9 .pixelShift:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
  
    .neon_pulse:checked ~ .vortex_9 .pixelShift:nth-child(2) {
    opacity: 0;
    }
  
    .neon_pulse:checked ~ .vortex_9 .pixelShift:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }
}
@media (max-width: 768px) {
  .sky_w4rd { padding-top: 60px; }
  
    .frost_B { gap: 30px; }
  
    .terra_f { gap: 20px; }
}

    
    
    body {
    margin: 0;
    padding-top: var(--navbar-height);
    background-color: var(--bg-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }

    
    .krak3n {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--navbar-height);
    background-color: rgba(252, 249, 244, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(61, 48, 40, 0.1);
    z-index: 1000;
    display: flex;
    align-items: center;
    }

    .data_v0id {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

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

    .quixotic_8 {
    width: 24px;
    height: 24px;
    background-color: var(--accent-color);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(200, 92, 64, 0.3);
    }

    .zephyr_V {
    font-family: var(--font-serif);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: -0.5px;
    }

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

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

    
    .cyber_fuzz {
    display: inline-block;
    }

    .m0on_light {
    text-decoration: none;
    color: var(--text-main);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 24px;
    transition: var(--transition);
    }

    .m0on_light:hover {
    background-color: var(--hover-bg);
    color: var(--accent-color);
    }

    
    .sonic_web {
    background-color: var(--accent-color);
    color: #ffffff !important;
    margin-left: 12px;
    padding: 10px 24px;
    box-shadow: 0 4px 12px rgba(200, 92, 64, 0.2);
    }

    .sonic_web:hover {
    background-color: #b04b32;
    transform: translateY(-1px);
    }

    
    .neon_pulse {
    display: none;
    }

    .vortex_9 {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    }

    .pixelShift {
    width: 22px;
    height: 2px;
    background-color: var(--text-main);
    transition: var(--transition);
    }

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

    
    .sky_w4rd {
    padding: 100px 5% 60px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    }

    h1 {
    font-family: var(--font-serif);
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.2;
    margin-bottom: 24px;
    color: var(--text-color);
    }

    .plasma_arc {
    font-size: 1.25rem;
    color: var(--accent-color);
    max-width: 800px;
    margin: 0 auto 40px;
    }

    .orbita1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }

    .magma_C {
    background-color: var(--primary-color);
    color: white;
    padding: 18px 48px;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 10px 20px rgba(211, 84, 0, 0.2);
    }

    .magma_C:hover {
    background-color: var(--secondary-color);
    transform: translateY(-2px);
    }

    .echo_spark {
    font-size: 0.9rem;
    color: var(--accent-color);
    }

    
    .nexu5 {
    margin: 60px auto;
    max-width: 1000px;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    }

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

    
    .kinetic_p {
    padding: 80px 5%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    }

    .cosmic_D {
    background: var(--card-bg);
    padding: 40px;
    border-radius: var(--border-radius);
    border: 1px solid rgba(211, 84, 0, 0.1);
    }

    h2 {
    font-family: var(--font-serif);
    font-size: 2rem;
    margin-bottom: 20px;
    }

    h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--primary-color);
    }

    .shadow_pl {
    padding: 60px 5%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
    }

    .frost_B {
    display: flex;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
    }

    .frost_B.aether_v {
    flex-direction: row-reverse;
    }

    .star_G {
    flex: 1;
    min-width: 300px;
    }

    .synaptic_G {
    flex: 1.2;
    min-width: 300px;
    }

    .hydra_7 {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    }

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

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

    
    footer {
    background-color: #3d2b1f;
    color: #fdfaf6;
    padding: 60px 5% 30px;
    margin-top: 100px;
    }

    .drift_wood {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
    }

    .prism_ray h4 {
    font-family: var(--font-serif);
    font-size: 1.5rem;
    margin-bottom: 10px;
    }

    .terra_f {
    display: flex;
    gap: 40px;
    }

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

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

    .terra_f a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    }

    .quantum_S {
    width: 100%;
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.85rem;
    color: #95a5a6;
    }

@media (max-width: 768px) {
  .comet_T h1 { font-size: 2.5rem; }
  
    .dusk_f { flex-direction: column; }
}

    
    
    
    
    .abyss_D {
    font-family: "Georgia", "Source Han Serif SC", serif;
    color: var(--chrome-text);
    background-color: var(--chrome-warm-bg);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    }

    .galaxy_E {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    }

    
    .comet_T {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #fff5eb 0%, #fdfaf6 100%);
    border-radius: 40px;
    margin-bottom: 60px;
    box-shadow: 0 20px 40px rgba(211, 84, 0, 0.05);
    }

    .comet_T h1 {
    font-size: 3.5rem;
    color: var(--chrome-primary);
    margin-bottom: 20px;
    font-weight: 700;
    }

    .comet_T p {
    font-size: 1.25rem;
    color: var(--chrome-text-light);
    max-width: 700px;
    margin: 0 auto 40px;
    }

    .solar_F {
    display: inline-block;
    background-color: var(--chrome-primary);
    color: var(--chrome-white);
    padding: 20px 50px;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(211, 84, 0, 0.3);
    border: none;
    cursor: pointer;
    font-family: sans-serif;
    }

    .solar_F:hover {
    transform: translateY(-3px);
    background-color: var(--chrome-accent);
    box-shadow: 0 15px 30px rgba(211, 84, 0, 0.4);
    }

    
    .mid_night {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
    }

    .twili_ght {
    background: var(--chrome-white);
    padding: 40px 30px;
    border-radius: 24px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid #f2e4d8;
    }

    .twili_ght:hover {
    transform: translateY(-10px);
    }

    .twili_ght h3 {
    color: var(--chrome-secondary);
    margin-bottom: 15px;
    font-size: 1.5rem;
    }

    .horiz_on {
    display: inline-block;
    margin-top: 15px;
    color: var(--chrome-primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s;
    }

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

    
    .dusk_f {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
    flex-wrap: wrap;
    }

    .lunar_P {
    flex: 1;
    min-width: 300px;
    }

    .aurora_B {
    flex: 1;
    min-width: 300px;
    }

    .aurora_B img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }

    .lunar_P h2 {
    font-size: 2.2rem;
    color: var(--chrome-primary);
    margin-bottom: 25px;
    }

    .lunar_P p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    }

    .hydra_7 a {
    color: var(--chrome-secondary);
    text-decoration: none;
    margin: 0 15px;
    font-weight: 600;
    }

    
    .zenith_P {
    background-color: var(--chrome-footer);
    color: #dcbfa6;
    padding: 60px 20px;
    text-align: center;
    border-radius: 40px 40px 0 0;
    }

    .prism_ray {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: var(--chrome-white);
    }

    .dawn_brk {
    font-size: 0.9rem;
    opacity: 0.8;
    }

@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  
    .space_T { padding: 20px; }
  
    .alt_real { padding-left: 50px; }
}

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

    .digi_tal {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px;
    }

    
    .seo-metadata { display: none; }

    
    .time_W {
    text-align: center;
    padding: 60px 0;
    }

    .grav_ity {
    width: 100%;
    max-width: 800px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    margin: 40px 0;
    }

    .para_llel {
    display: inline-block;
    background: var(--accent-color);
    color: white;
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-family: sans-serif;
    margin-bottom: 20px;
    }

    .space_T {
    background: var(--card-bg);
    padding: 40px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    margin-bottom: 40px;
    }

    .meteor_S {
    list-style: none;
    counter-reset: step-counter;
    }

    .alt_real {
    position: relative;
    padding-left: 60px;
    margin-bottom: 40px;
    }

    .alt_real::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: sans-serif;
    }

    .dim_X {
    margin: 25px 0;
    text-align: center;
    }

    .dim_X img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #eee;
    }

    .virt_ual {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    }

    .planet_O {
    background: #fdf2e9;
    padding: 20px;
    border-radius: 16px;
    }

    .planet_O h4 {
    margin-bottom: 10px;
    color: var(--secondary-color);
    }

    a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
    }

    a:hover {
    color: var(--accent-color);
    text-decoration: underline;
    }


    
    .seo-meta { display: none; }

    
    .retro_S {
    text-align: center;
    padding: 60px 0;
    background: linear-gradient(135deg, #fff5ee 0%, #ffe4d1 100%);
    border-radius: var(--border-radius);
    margin-bottom: 50px;
    }

    .dream_S {
    font-size: 1.2rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .grav_ity:hover {
    transform: scale(1.02);
    }

    
    .cyber_S {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    }

    
    .abstr_act {
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--card-shadow);
    }

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

    .techno_V li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    }

    .techno_V li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: var(--accent-color);
    }

    .mod_ern {
    background: var(--white);
    padding: 20px;
    border-radius: 16px;
    border-left: 5px solid var(--primary-color);
    margin: 10px 0;
    }

    .futu_re {
    background: #fdf2e9;
    border: 1px solid #edbb99;
    border-radius: 4px;
    padding: 2px 6px;
    font-family: monospace;
    font-weight: bold;
    }

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

    .night_M:hover {
    color: var(--secondary-color);
    background-color: #fff2e6;
    }

    footer a { color: #f39c12; text-decoration: none; margin: 0 10px; }

    .surr_eal {
    font-style: italic;
    opacity: 0.8;
    margin-bottom: 20px;
    }

@media (max-width: 768px) {
  .digi_tal { padding: 40px 15px; }
  
    .anc_ient { padding: 25px; }
  
    .hid_den { padding-left: 30px; }
  
    .hid_den::before { left: 0; }
  
    .anc_ient::before { left: -39px; }
}

    .mag_ic {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto 40px;
    }

    
    .hid_den {
    position: relative;
    padding-left: 40px;
    }

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

    .anc_ient {
    background: var(--card-bg);
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 50px;
    position: relative;
    box-shadow: var(--shadow);
    border: 1px solid rgba(230, 126, 34, 0.1);
    transition: transform 0.3s ease;
    }

    .anc_ient:hover {
    transform: translateY(-5px);
    }

    .anc_ient::before {
    content: "";
    position: absolute;
    left: -49px;
    top: 45px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 4px solid var(--bg-color);
    }

    .sec_ret {
    display: inline-block;
    background: var(--primary-color);
    color: white;
    padding: 4px 16px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: sans-serif;
    }

    .forb_id {
    font-size: 0.95rem;
    color: var(--accent-color);
    margin-bottom: 25px;
    font-weight: 600;
    }

    .fan_tasy {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    }

    .fan_tasy li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    }

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

    
    .mys_tic {
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 30px 0;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    }

@media (max-width: 768px) {
  .extra_T { padding: 30px 15px; }
  
    .forg_ot { padding: 25px; }
}

    .extra_T {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
    }

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

    .para_N {
    font-size: 1.15rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto 40px;
    }

    
    .forg_ot {
    background: #ffffff;
    border-radius: 30px;
    padding: 50px;
    box-shadow: var(--shadow-sm);
    }

    h2:first-of-type {
    margin-top: 0;
    }

    .lost_C {
    margin-bottom: 40px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 30px;
    }

    .lost_C:last-child {
    border-bottom: none;
    }

    h3::before {
    content: "Q:";
    margin-right: 12px;
    font-weight: bold;
    font-style: italic;
    }

    .mys_ter {
    color: var(--text-main);
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1.05rem;
    }

    .super_N {
    color: var(--text-light);
    font-size: 0.9rem;
    }

@media (max-width: 768px) {
  .shadow_pl, .shadow_pl.aether_v {
    flex-direction: column;
    padding: 40px 0;
    }
}

    
    .robo_tic {
    display: none;
    }

    .alien_L {
    margin-top: 50px;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(217, 65, 51, 0.1);
    }

    .alien_L img {
    width: 100%;
    display: block;
    transition: var(--transition);
    }

    .cosmic_D:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.05);
    }

    .shadow_pl.aether_v {
    flex-direction: row-reverse;
    }

    .art_ifi {
    display: inline-block;
    padding: 4px 12px;
    background: var(--accent-warm);
    color: var(--secondary-color);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
    }

    
    .mach_ine {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: var(--transition);
    }

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

    
    .neur_al {
    background: #2d2926;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 0.9rem;
    }


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