/* 皮肤名称: 水晶 · 棱镜 */
/* ============================================================
   主题皮肤：水晶 · 棱镜（crystal）
   设计：冰感浅蓝底 + 多面体碎片（缓慢漂移旋转）+ 彩虹光晕
   - 背景层由同目录 crystal.js 注入（start 注入并启动动画、stop 整体移除）
   - 仅背景层，不改动导航、卡片等任何页面内容
   ============================================================ */

body.theme-crystal {
    background:
        radial-gradient(circle at 50% 40%, #eef4fa 0%, #e0e8f2 60%, #d0dae8 100%);
    background-color: #e0e8f2;
    background-attachment: fixed;
}

/* ---- 全屏背景容器（由 crystal.js 注入到 body 末尾） ---- */
#crystal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1; /* 负层级：body 背景之上、所有页面内容之下 */
    overflow: hidden;
    pointer-events: none;
}

/* ---- 水晶画布 ---- */
#crystal-bg canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/* 皮肤徽章（用户管理页皮肤列自动识别） */
.badge-theme-crystal {
    background-color: #e8eef5;
    color: #3b5b85;
}
