/* 史塔克物联网管理平台 - 自定义品牌样式 */
#red-ui-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%) !important;
    border-bottom: 2px solid #e94560 !important;
}
#red-ui-header .red-ui-header-logo {
    display: none !important;
}
#red-ui-header .red-ui-header-logo:after {
    content: "史塔克";
    display: inline-block;
    color: #e94560;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
}
.red-ui-deploy-button {
    background: #e94560 !important;
}
