/* RoonQuant 样式覆盖 - 赛博爆炒田鸡出品 */

/* 1. 隐藏右下角联系方式 */
.custom-menu-footer,
.menu-footer,
.contact-info,
.footer-contact,
.ant-pro-footer-content {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 2. 页面底部 RoonChain 版权信息 */
.roonchain-footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(0, 0, 0, 0.85) !important;
    color: #fff !important;
    text-align: center !important;
    padding: 10px 20px !important;
    font-size: 12px !important;
    z-index: 9999 !important;
    backdrop-filter: blur(4px) !important;
}

/* 3. 隐藏顶部导航栏的 logo 图片（巨大的 banner） */
.ant-layout-sider-logo,
.ant-pro-sider-logo,
.ant-pro-top-menu-logo,
header img,
.logo img,
.ant-pro-global-header-logo,
.ant-pro-sider-logo img {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* 深色模式适配 */
.dark .roonchain-footer {
    background: rgba(0, 0, 0, 0.9) !important;
    color: #fff !important;
}

/* 浅色模式适配 */
.light .roonchain-footer {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #333 !important;
    border-top: 1px solid #eee !important;
}
