/**
 * 倪海厦数字中医分身 - 移动端集成样式
 * 用于 mobile-diagnosis.html 中的智能体菜单
 * 
 * 注意：由于使用页面跳转方式，不再需要iframe和overlay相关样式
 */

/* 智能体菜单 - 倪海厦选项高亮样式 */
.smart-option.nihai-option {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, rgba(6, 182, 212, 0.08) 100%);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.smart-option.nihai-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #10b981 0%, #06b6d4 100%);
}

.smart-option.nihai-option .smart-icon {
    background: linear-gradient(135deg, #10b981 0%, #06b6d4 100%) !important;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.smart-option.nihai-option:active {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(6, 182, 212, 0.15) 100%);
    transform: scale(0.98);
}

.smart-option.nihai-option h4 {
    color: #10b981;
    font-weight: 600;
}

.smart-option.nihai-option p {
    color: #94a3b8;
    font-size: 12px;
    margin-top: 4px;
}
