/* Live2D看板娘样式 */

/* 重置所有Live2D相关元素的样式 */
#live2d, .waifu, .waifu canvas, .live2d, #live2dcanvas {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9998;
    width: 200px !important;
    height: 200px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* 专门针对live2dcanvas的样式覆盖 */
#live2dcanvas {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.waifu-tool {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}

/* Live2D对话容器样式 */
#live2d-dialog {
    position: fixed;
    bottom: 220px;
    right: 20px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    max-width: 200px;
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.5);
    display: none;
}