/* SD创意工坊 - 头部背景自定义 */

/* 头部整体背景 */
#hd {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-color: #667eea;
}

/* 导航栏背景 */
#nv {
    background: rgba(255,255,255,0.95) !important;
    border-radius: 0;
}

#nv li a {
    color: #333 !important;
}

#nv li.a a {
    color: #667eea !important;
    font-weight: bold;
}

/* 顶部导航条 */
#toptb {
    background: rgba(0,0,0,0.1) !important;
    border-bottom: none !important;
}

#toptb a {
    color: #fff !important;
}

/* 搜索栏 */
#scbar {
    background: rgba(255,255,255,0.9) !important;
}
