/* =========================================================
   MOODY MUSIC - AMBIENT MICRO-ANIMATION & ZEN SCREENSAVER MODE
   简约大方黑胶屏保体系：全屏微动画卷、极简浮岛控制、流动大歌词
   ========================================================= */

/* --- 1. 底层微动画容器 (常态下完全隐藏，零性能消耗) --- */
.ambient-bg-container {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
    background-color: #08080a;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s;
}

.ambient-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top; /* 关键：靠右上锚定，确保任意屏幕宽高比下右上角的黑胶唱片与摆臂都 100% 完整显示，绝不被裁剪 */
    opacity: 0.92;
    filter: brightness(0.95) contrast(1.05);
    z-index: 2;
}

.ambient-vignette {
    position: absolute;
    inset: 0;
    /* 极其通透微暗角，完全不遮盖视频画质，中心 100% 透明 */
    background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.25) 80%, rgba(0, 0, 0, 0.5) 100%);
    pointer-events: none;
    z-index: 3;
}

.ambient-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top; /* 与视频保持一致，右上角完整保留唱片与摆臂 */
    opacity: 0.95;
    filter: brightness(0.96) contrast(1.03);
    transition: opacity 0.5s ease;
    z-index: 1;
}

.ambient-dust-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 18% 78%, rgba(251, 146, 60, 0.16) 0%, transparent 45%),
                radial-gradient(circle at 85% 20%, rgba(245, 158, 11, 0.1) 0%, transparent 40%);
    z-index: 2;
    transition: opacity 0.5s ease;
}

/* 常态下主页面完全回归纯净暗夜黑胶质感，不叠加半透明微动背景 */
.sidebar {
    background: var(--bg-sidebar, #181818) !important;
    z-index: 10;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.main-content {
    background:
        radial-gradient(circle at 90% 10%, rgba(212, 175, 55, 0.04) 0%, transparent 45%),
        radial-gradient(circle at 20% 80%, rgba(100, 100, 150, 0.03) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(30, 30, 30, 0.4) 0%, transparent 50%),
        var(--bg-main, #111111) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    z-index: 5;
    position: relative;
    transition: opacity 0.6s ease;
}

.content-scroll {
    position: relative;
    z-index: 6;
}

.player-bar {
    background: #141414 !important;
    border-top: 1px solid #2a2a2a !important;
    transition: opacity 0.6s ease, transform 0.6s ease;
    z-index: 50;
}

/* --- 2. 侧边栏底部切换按钮 Dock (歌手列表正下方) --- */
.sidebar-ambient-dock {
    position: relative;
    padding: 10px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: transparent;
    flex-shrink: 0;
    z-index: 25;
}

.sidebar-ambient-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none;
}

.sidebar-ambient-btn:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.sidebar-ambient-btn:active {
    transform: scale(0.98);
}

.sb-amb-left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1;
}

.sb-amb-icon {
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
    opacity: 0.9;
}

.sb-amb-name {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
}

.sb-amb-chevron {
    width: 12px;
    height: 12px;
    color: rgba(255, 255, 255, 0.4);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s;
    flex-shrink: 0;
}

.sidebar-ambient-btn:hover .sb-amb-chevron {
    color: rgba(255, 255, 255, 0.8);
}

.sidebar-ambient-dock.open .sb-amb-chevron {
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 0.9);
}

/* 向上弹出的场景切换菜单 (低调克制毛玻璃悬浮窗) */
.sidebar-ambient-dock .bg-switch-menu {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 10px;
    right: 10px;
    background: rgba(20, 20, 24, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.75), 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 6px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px) scale(0.98);
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.sidebar-ambient-dock .bg-switch-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.bg-menu-header {
    padding: 4px 8px 6px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-menu-title {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.38);
    letter-spacing: 0.5px;
}

.bg-menu-items {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bg-menu-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px;
    border-radius: 6px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    cursor: pointer;
    transition: all 0.15s ease;
    text-align: left;
    width: 100%;
}

.bg-menu-item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.bg-menu-item.active {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-weight: 500;
}

.bg-item-left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.bg-item-icon {
    font-size: 14px;
    line-height: 1;
    flex-shrink: 0;
}

.bg-item-name {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-item-check {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent, #d4af37);
    opacity: 0;
    transition: opacity 0.15s;
    flex-shrink: 0;
}

.bg-menu-item.active .bg-item-check {
    opacity: 1;
}

.bg-menu-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 5px 2px;
}

.bg-menu-actions {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 2px;
}

.bg-menu-zen-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
}

.bg-menu-zen-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.bg-menu-zen-btn svg {
    opacity: 0.7;
}

.bg-menu-zen-btn:hover svg {
    opacity: 1;
}

.bg-menu-zen-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    color: rgba(255, 255, 255, 0.38);
    cursor: pointer;
    user-select: none;
    padding: 3px 6px;
    border-radius: 4px;
    transition: color 0.15s;
}

.bg-menu-zen-toggle:hover {
    color: rgba(255, 255, 255, 0.65);
}

.bg-menu-zen-toggle input[type="checkbox"] {
    accent-color: var(--accent, #d4af37);
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 0;
}


/* --- 3. 沉浸全屏黑胶屏保层 (Zen Screensaver Mode) --- */
.zen-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 50px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.8s;
    background: transparent !important;
}

/* 激活 Zen 屏保时的全局响应：所有常规 UI 必须彻底隐藏并透明，绝不能遮挡视频画卷！ */
body.zen-active {
    overflow: hidden;
    background-color: transparent !important;
}

body.zen-active .ambient-bg-container {
    opacity: 1 !important;
    visibility: visible !important;
}

/* 核心修复：隐藏 .main-content 自身，彻底消除黑块遮罩 */
body.zen-active .sidebar,
body.zen-active .main-content,
body.zen-active .player-bar,
body.zen-active .mobile-menu-btn,
body.zen-active .mobile-overlay {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(15px);
}

body.zen-active .zen-overlay {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}

/* --- 4. Zen Mode 顶部极简栏 (常态半透，悬停微亮) --- */
.zen-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    opacity: 0.72;
    transition: opacity 0.3s ease;
    pointer-events: auto;
}

.zen-top-bar:hover {
    opacity: 1;
}

.zen-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background: rgba(14, 16, 22, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: var(--accent, #d4af37);
    backdrop-filter: blur(16px);
}

.zen-dot {
    width: 6px;
    height: 6px;
    background: #e2ba41;
    border-radius: 50%;
    box-shadow: 0 0 8px #e2ba41;
    animation: zenPulse 2s infinite ease-in-out;
}

@keyframes zenPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.85); }
}

/* 顶部场景微胶囊切换 */
.zen-scene-pills {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(12, 14, 20, 0.5);
    padding: 4px 6px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.zen-pill-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.zen-pill-btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.zen-pill-btn.active {
    background: var(--accent, #d4af37);
    color: #0b0b0f;
    font-weight: 600;
}

.zen-exit-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    cursor: pointer;
    backdrop-filter: blur(16px);
    transition: all 0.2s ease;
}

.zen-exit-btn:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    transform: scale(1.02);
}

/* --- 5. Zen Mode 核心视听舞台 (左上方雅致艺术布局) --- */
.zen-stage {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    width: 100%;
    max-width: 1400px;
    margin: 0;
    padding: 30px 0 0 45px;
    position: relative;
    background: transparent !important;
}

/* 左侧上方：艺术曲目信息与流动歌词 */
.zen-info-column {
    width: 100%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    color: #ffffff;
    user-select: text;
    background: transparent !important;
}

.zen-track-header {
    margin-bottom: 8px;
    text-align: left;
}

/* 极简典雅宋体：低调、文雅、书卷与电影感 */
.zen-track-title {
    font-family: 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', 'SimSun', 'STSong', serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    letter-spacing: 4px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

/* 沉浸低调流动歌词区 (不喧宾夺主，清晰可辨) */
.zen-lyrics-wrapper {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: 150px;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    background: transparent !important;
    margin-top: 14px;
}

.zen-lyrics-container {
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    padding: 45px 0;
    scroll-behavior: smooth;
    text-align: left;
    background: transparent !important;
}

.zen-lyrics-container::-webkit-scrollbar {
    display: none;
}

.zen-lyric-line {
    font-family: 'Noto Serif SC', 'Source Han Serif SC', 'Songti SC', 'STSong', 'SimSun', serif;
    font-size: 14px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.32);
    transition: all 0.35s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 0.8px;
    padding: 3px 0;
    background: transparent !important;
}

.zen-lyric-line:hover {
    color: rgba(255, 255, 255, 0.65);
}

.zen-lyric-line.active {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
    letter-spacing: 1.2px;
    margin: 4px 0;
}

/* --- 5.5. 实时音频频谱可视化 Canvas (所有屏保场景统一共鸣) --- */
.zen-visualizer-container {
    position: fixed;
    left: 50%;
    bottom: 72px;
    transform: translateX(-50%);
    width: 58vw;
    max-width: 1080px;
    min-width: 320px;
    height: 120px;
    z-index: 35;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: opacity 0.5s ease;
}

#zenVisualizerCanvas {
    width: 100%;
    height: 100%;
    display: block;
}

/* --- 6. 底部极简悬浮微控岛 (Minimal Floating Dock - 雅致左下对齐，彻底释放中央视听舞台) --- */
.zen-dock-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: auto;
    max-width: 460px;
    padding-left: 14px;
    padding-bottom: 22px;
    pointer-events: auto;
    z-index: 100;
    background: transparent !important;
}

.zen-floating-dock {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 7px 18px;
    background: rgba(14, 14, 18, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 20px rgba(212, 175, 55, 0.08);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    transition: all 0.3s ease;
    opacity: 0.90;
}

.zen-floating-dock:hover {
    opacity: 1;
    background: rgba(16, 16, 22, 0.78);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.7), 0 0 25px rgba(212, 175, 55, 0.15);
    transform: translateY(-2px);
}

/* 进度条区域 */
.zen-dock-progress {
    display: flex;
    align-items: center;
    gap: 8px;
}

.zen-time {
    font-size: 11px;
    font-family: monospace;
    color: rgba(255, 255, 255, 0.6);
    min-width: 34px;
    text-align: center;
}

.zen-progress-bar {
    width: 125px;
    height: 3px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: height 0.15s ease;
}

.zen-progress-bar:hover {
    height: 6px;
}

.zen-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #d4af37, #fef08a);
    border-radius: 999px;
    transition: width 0.1s linear;
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}

.zen-dock-divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.12);
}

/* 按钮群 */
.zen-dock-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zen-dock-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.zen-dock-btn:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    transform: scale(1.1);
}

.zen-dock-btn.zen-dock-play {
    width: 38px;
    height: 38px;
    background: var(--accent, #d4af37);
    color: #0b0b0f;
    box-shadow: 0 2px 12px rgba(212, 175, 55, 0.4);
}

.zen-dock-btn.zen-dock-play:hover {
    background: #fef08a;
    transform: scale(1.08);
}

.zen-dock-hint {
    display: none !important;
}

/* --- 7. 响应式适配 --- */
@media (max-width: 960px) {
    .zen-stage {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }
    .zen-vinyl-assembly {
        width: 200px;
        height: 200px;
    }
    .zen-vinyl-disc {
        width: 190px;
        height: 190px;
    }
    .zen-vinyl-center {
        width: 75px;
        height: 75px;
    }
    .zen-info-column {
        align-items: center;
    }
    .zen-track-title {
        font-size: 24px;
    }
    .zen-scene-pills {
        display: none;
    }
    .zen-progress-bar {
        width: 100px;
    }
    .zen-overlay {
        padding: 20px;
    }
    .zen-stage {
        padding: 15px 0 0 0;
    }
    .zen-dock-container {
        padding-left: 0;
        align-items: center;
        width: 100%;
    }
    .zen-visualizer-container {
        width: 90vw;
        height: 70px;
        bottom: 95px;
    }
}

/* --- 8. 沉浸屏保载入优雅过渡页 (Zen Transition Overlay - 彻底消除黑屏等待) --- */
.zen-transition-overlay {
    position: fixed;
    inset: 0;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.6s;
    background: radial-gradient(circle at 50% 45%, rgba(18, 20, 28, 0.86) 0%, rgba(8, 9, 12, 0.96) 100%);
    backdrop-filter: blur(28px) saturate(140%);
    -webkit-backdrop-filter: blur(28px) saturate(140%);
}

.zen-transition-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.zen-transition-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 38px 44px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.6), 0 0 50px rgba(212, 175, 55, 0.08);
    max-width: 400px;
    width: 88%;
    transform: scale(0.95) translateY(10px);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    user-select: none;
}

.zen-transition-overlay.active .zen-transition-card {
    transform: scale(1) translateY(0);
}

.zen-transition-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.16) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
    filter: blur(25px);
}

.zen-transition-avatar-wrap {
    position: relative;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.zen-transition-icon {
    font-size: 36px;
    line-height: 1;
    filter: drop-shadow(0 0 14px rgba(212, 175, 55, 0.4));
    animation: zenIconFloat 2.4s ease-in-out infinite alternate;
}

@keyframes zenIconFloat {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(-4px) scale(1.06); }
}

.zen-transition-spinner {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--accent, #d4af37);
    border-right-color: rgba(212, 175, 55, 0.3);
    animation: zenSpin 1.2s cubic-bezier(0.5, 0.1, 0.5, 0.9) infinite;
}

@keyframes zenSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.zen-transition-title {
    position: relative;
    z-index: 1;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 22px 0 6px 0;
}

.zen-transition-desc {
    position: relative;
    z-index: 1;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.52);
    line-height: 1.5;
    margin: 0 0 22px 0;
}

.zen-transition-loader {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.zen-transition-bar {
    width: 150px;
    height: 2.5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
    position: relative;
}

.zen-transition-bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(90deg, transparent, var(--accent, #d4af37), transparent);
    border-radius: 999px;
    animation: zenBarSlide 1.5s ease-in-out infinite;
}

@keyframes zenBarSlide {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(250%); }
}

.zen-transition-tip {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.6px;
}
